::v-deep .tab-box .tab-item .underline-active { background: #207cf7 !important; width: 68rpx !important; height: 8rpx !important; border-radius: 4rpx !important; } ::v-deep .page_box { background: #f2f4f5 !important; height: auto !important; } // nav .head_box { height: 280rpx; background: url('http://file.shopro.top/imgs/commission/share_head_bg.png') no-repeat; background-size: 100% auto; position: relative; } // 分类 .tab-box { background-color: #fff; border-radius: 20rpx 20rpx 0px 0px; position: absolute; width: 100%; bottom: 0; .tab-item { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; .tab-title { color: #666; font-weight: 500; font-size: 28rpx; line-height: 90rpx; } .title-active { color: #333; } .underline { display: block; width: 68rpx; height: 4rpx; background: #fff; border-radius: 2rpx; } .underline-active { background: #5e49c3; display: block; width: 68rpx; height: 4rpx; border-radius: 2rpx; } } } // 分享记录列表 .log-list { background-color: #fff; padding: 30rpx; margin: 10rpx 0; align-items: flex-start; .log-avatar-wrap { margin-right: 14rpx; .log-avatar { width: 60rpx; height: 60rpx; border-radius: 50%; } } .item-right { flex: 1; .name { font-size: 28rpx; font-weight: 500; color: #7f7aa5; margin-bottom: 15rpx; } .content { background: rgba(241, 241, 241, 0.46); border-radius: 2rpx; padding: 10rpx; margin-bottom: 20rpx; .content-img-wrap { margin-right: 16rpx; width: 80rpx; height: 80rpx; .content-img { width: 80rpx; height: 80rpx; border-radius: 6rpx; } } .content-text { font-size: 24rpx; font-weight: 500; color: #333333; } } .item-bottom { width: 100%; .time { font-size: 22rpx; font-weight: 500; color: #c8c8c8; } .from-text { font-size: 22rpx; font-weight: 500; color: #c8c8c8; } } } } .teamerDetail{ display: flex; margin-left:-20rpx; margin-top: 40rpx; .item{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 20%; .num{ font-size: 36rpx; font-weight: 600; color: #333; } .txt{ font-size: 20rpx; font-weight: 500; color: #666; } } }