118 lines
1.9 KiB
Plaintext
118 lines
1.9 KiB
Plaintext
/* pages/payOrder/payOrder.wxss */
|
|
.ui-navigatorbar{
|
|
background-color: #fff;
|
|
}
|
|
.tip{
|
|
margin-top: 172rpx;
|
|
display: flex;
|
|
padding:30rpx 32rpx 30rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.tip .red{
|
|
font-size: 34rpx!important;
|
|
font-weight: 600!important;
|
|
color:#EF4F20!important;
|
|
}
|
|
.van-count-down{
|
|
font-size: 34rpx!important;
|
|
font-weight: 600!important;
|
|
color:#EF4F20!important;
|
|
display: inline-block;
|
|
}
|
|
.tooltip{
|
|
height: 50rpx;
|
|
display:flex;
|
|
align-items:center;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|
|
.page{
|
|
overflow: hidden;
|
|
}
|
|
.moneytop{
|
|
padding:40rpx 30rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #E3E4E5;
|
|
}
|
|
.moneytop .name{
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|
|
.moneytop .money{
|
|
margin-top: 10rpx;
|
|
font-size: 34rpx;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
}
|
|
.moneytop .price{
|
|
font-size: 48rpx;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
}
|
|
.moneybox .row{
|
|
height:112rpx;
|
|
background-color: #fff;
|
|
border-bottom: 1rpx solid #E3E4E5;
|
|
display: flex;
|
|
align-items: center;
|
|
padding:0 32rpx;
|
|
justify-content: space-between;
|
|
}
|
|
.row .name{
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
}
|
|
.row .desc{
|
|
font-size: 32rpx;
|
|
|
|
color: #333333;
|
|
}
|
|
.row .nodiscount{
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
}
|
|
.bottom{
|
|
width:100%;
|
|
position: fixed;
|
|
bottom:0;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 114rpx;
|
|
justify-content: space-between;
|
|
background: #FFFFFF;
|
|
}
|
|
.bottom .realprice{
|
|
margin-left: 32rpx;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
line-height: 34rpx;
|
|
}
|
|
.wait{
|
|
flex-shrink: 0;
|
|
width:30rpx;
|
|
height:30rpx;
|
|
}
|
|
.bottom .realprice .price{
|
|
color:#EF4F20;
|
|
font-size: 32rpx;
|
|
}
|
|
.bottom .paybtn{
|
|
margin-right: 32rpx;
|
|
width: 160rpx;
|
|
height: 60rpx;
|
|
background: #3CC7C0;
|
|
border-radius: 30rpx;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #FFFFFF;
|
|
} |