117 lines
1.6 KiB
Plaintext
117 lines
1.6 KiB
Plaintext
/* user/balance/balance.wxss */
|
|
|
|
/* 头部 */
|
|
|
|
.balance-tit {
|
|
width: 750rpx;
|
|
height: 210rpx;
|
|
padding: 0 30rpx;
|
|
background-color: #fff;
|
|
border-top: 2rpx solid #ebebeb;
|
|
}
|
|
|
|
.balance-tit-p {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
color: #999;
|
|
}
|
|
|
|
.balance-tit-mon {
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 55rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|
|
|
|
/* 列表 */
|
|
|
|
.balance-List {
|
|
background-color: #fff;
|
|
padding: 10rpx 30rpx 30rpx 30rpx;
|
|
}
|
|
|
|
.balance-row {
|
|
height: 200rpx;
|
|
border-radius: 15rpx;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.balance-row-img{
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
z-index: 9;
|
|
}
|
|
|
|
.balance-row-img image{
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.balance-row-pa{
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
z-index: 10;
|
|
}
|
|
|
|
.balance-row-p1 {
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 36rpx;
|
|
font-weight: 600;
|
|
font-stretch: normal;
|
|
color: #fff;
|
|
}
|
|
|
|
.balance-row-p2 {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 22rpx;
|
|
font-weight: 400;
|
|
font-stretch: normal;
|
|
color: #fff;
|
|
}
|
|
.balance-row-vip{
|
|
padding-top: 5rpx;
|
|
}
|
|
.balance-row-vip image {
|
|
width: 43rpx;
|
|
height: 43rpx;
|
|
}
|
|
|
|
.balance-row-sub {
|
|
/* width: 300rpx; */
|
|
}
|
|
|
|
.balance-row-sub-p {
|
|
width: 115rpx;
|
|
height: 50rpx;
|
|
border:solid 2rpx #ffffff;
|
|
border-radius: 25rpx;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.colorAsh {
|
|
background-color: #ffffff;
|
|
color: #666666;
|
|
}
|
|
|
|
/* 修改tabs样式 */
|
|
|
|
i-tab {
|
|
width: 33.33%;
|
|
display: inline-block;
|
|
}
|