You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
/* pages/order/pay/index.wxss */
|
|
|
|
|
.btn {
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 74rpx;
|
|
|
|
|
border-radius: 37rpx;
|
|
|
|
|
background: #d62828;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin: 100rpx 25rpx;
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
page {
|
|
|
|
|
background: white;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
.tip-box {
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-bottom: 1rpx solid #ccc;
|
|
|
|
|
margin: 0 25rpx;
|
|
|
|
|
padding-bottom: 30rpx;
|
|
|
|
|
padding-top: 53rpx;
|
|
|
|
|
}
|
|
|
|
|
.tip-box .time {
|
|
|
|
|
font-size: 56rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin-top: 30rpx;
|
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.tip-price {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.tip-price .price,.num-pay-top .price {
|
|
|
|
|
color: #D62828;
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
}
|
|
|
|
|
.pay-methods-box {
|
|
|
|
|
margin: 0 25rpx;
|
|
|
|
|
padding-top: 40rpx;
|
|
|
|
|
}
|
|
|
|
|
.pay-method {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 20rpx 0;
|
|
|
|
|
}
|
|
|
|
|
.pay-method .method-name {
|
|
|
|
|
margin-left: 20rpx;
|
|
|
|
|
font-size: 27rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-align: left;
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
.pay-method .red-num{
|
|
|
|
|
font-size: 23rpx;
|
|
|
|
|
color: #D62828;
|
|
|
|
|
background-color: #F7F7F7;
|
|
|
|
|
padding:10rpx 12rpx;
|
|
|
|
|
border-radius: 8rpx;
|
|
|
|
|
flex:1;
|
|
|
|
|
margin-left: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pay-method .icon-weixin1 {
|
|
|
|
|
font-size: 72rpx;
|
|
|
|
|
color: #3AA632;
|
|
|
|
|
}
|
|
|
|
|
.icon-iconfontoptionbutton {
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
}
|
|
|
|
|
.pay-method image {
|
|
|
|
|
width: 72rpx;
|
|
|
|
|
height: 72rpx;
|
|
|
|
|
display: block;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
|
|
|
|
.num-pay-top {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding:50rpx 0;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
.carPayTip{
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 23rpx;
|
|
|
|
|
color: #D62828;
|
|
|
|
|
line-height: 55rpx;
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 22rpx;
|
|
|
|
|
bottom: -12rpx;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|