This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop-wechat/pages/dealer/team/team.wxss

88 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-04-25 22:59:04 +08:00
page {
background: #fff;
}
/* 选项卡 */
.swiper-tab {
width: 100%;
text-align: center;
height: 80rpx;
background-color: #fff;
border-bottom: 1px solid #eee;
}
.swiper-tab .swiper-tab-item {
/* width: 33.333333%; */
height: 100%;
font-size: 28rpx;
color: #777;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
border-bottom: 2px solid #ffffff00;
}
.swiper-tab .on {
color: #786cff;
border-bottom: 2px solid #786cff;
}
/* 设置scroll-view容器高度 */
.widget-list, .yoshop-notcont {
height: 100.1%;
}
/* 团队人数 */
.widget-people {
padding: 15rpx 25rpx;
height: 65rpx;
box-sizing: border-box;
background: #f7f7f7;
}
/* 提现明细列表 */
.widget-list {
padding: 10rpx 20rpx 40rpx 20rpx;
box-sizing: border-box;
}
.widget__detail {
padding: 20rpx 15rpx;
box-sizing: border-box;
font-size: 28rpx;
border-bottom: 1rpx solid #e7e7e7;
}
.widget__detail .user-avatar {
margin-right: 16rpx;
}
.widget__detail .user-avatar image {
display: block;
width: 100rpx;
height: 100rpx;
border: 4rpx solid #fff;
border-radius: 50%;
}
.widget__detail .user-info {
height: 100%;
}
.widget__detail .user-nickName {
margin-bottom: 8rpx;
}
.widget__detail .detail__member {
background-color: #786cff;
color: #fff;
padding: 2rpx 15rpx;
border-radius: 6rpx;
margin-top: 10rpx;
}