yuminge-app/yun-min-program-plugin-master/packageF/debt/vipAddindex/vipAddindex.wxss

60 lines
1.3 KiB
Plaintext

/* packageF/debt/vipAddindex/vipAddindex.wxss */
#vipAddindex {
background: #fff;
min-height: 100vh;
}
#vipAddindex .posbtn {
position: fixed;
bottom: 41.92rpx;
left: 0;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#vipAddindex .posbtn .btn {
width: 612.16rpx;
height: 80rpx;
background-color: #f15353;
border-radius: 40rpx;
font-size: 30.08rpx;
color: #ffffff;
text-align: center;
line-height: 80rpx;
}
#vipAddindex .fromBox {
padding: 0 30.08rpx;
}
#vipAddindex .fromBox .first {
padding: 24.96rpx 0 14.4rpx 0;
}
#vipAddindex .fromBox .nofirst {
padding: 0 0 14.4rpx 0;
}
#vipAddindex .fromBox .cellP {
text-align: left;
font-size: 24rpx;
color: #666666;
margin-bottom: 32rpx;
}
#vipAddindex .fromBox .cellError {
text-align: left;
font-size: 24rpx;
color: #f15353;
margin-bottom: 32rpx;
}
#vipAddindex .fromBox .cell {
display: flex;
justify-content: space-between;
align-items: center;
}
#vipAddindex .fromBox .cell .cellRight {
flex: 1;
}
#vipAddindex .fromBox .cell .cellRight .van-cell {
padding: 0;
}
#vipAddindex .fromBox .cell .cellLeft {
font-size: 30.08rpx;
color: #333333;
}