/* pages/paymentInterface/paymentInterface.wxss */
|
|
.paycontentTop{
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-around;
|
|
box-sizing: border-box;
|
|
padding: 15rpx 30rpx;
|
|
box-shadow: 10rpx 10rpx 10rpx #eee;
|
|
}
|
|
.box-shadow-eee{
|
|
box-shadow: 10rpx 10rpx 10rpx #eee;
|
|
}
|
|
.color-eee{
|
|
color: #eee;
|
|
}
|
|
.color-999{
|
|
color: #999;
|
|
}
|
|
.font-size-24{
|
|
font-size: 60rpx;
|
|
}
|
|
.title{
|
|
font-size: 40rpx;
|
|
font-weight: 600;
|
|
color: #666;
|
|
}
|
|
|
|
.bottomContent{
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
position: fixed;
|
|
left: 0;
|
|
width: 100%;
|
|
bottom: 0px;
|
|
background: #fff;
|
|
border-top: 1px solid #eee;
|
|
}
|
|
.bottomContent view{
|
|
width: 50%;
|
|
}
|
|
.bottomContent .textCenter{
|
|
font-size: 14px;
|
|
padding-left: 20rpx;
|
|
box-sizing: border-box;
|
|
color: #E91E63;
|
|
font-weight: 600;
|
|
}
|
|
.m-bottom{
|
|
margin-bottom: 44px;
|
|
}
|
|
|
|
.paycontent .van-cell__title{
|
|
font-size: 12px !important;
|
|
}
|
|
.paycontent .van-cell__value{
|
|
font-size: 12px !important;
|
|
}
|