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/withdraw/list/list.wxss

61 lines
968 B
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-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 .detail__money {
font-size: 30rpx;
margin-bottom: 12rpx;
}
.widget__detail .detail__reason {
margin-top: 15rpx;
color: #8e84fc;
}