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.
56 lines
953 B
56 lines
953 B
/* pages/pay/pay.wxss */
|
|
.detail-msg{
|
|
background: #fff;
|
|
margin-top: 10rpx;
|
|
width: 100%;
|
|
height: 436rpx;
|
|
text-align: center;
|
|
padding-top: 51rpx;
|
|
}
|
|
.title{
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
.price{
|
|
margin: 45rpx 0 29rpx;
|
|
font-size: 50rpx;
|
|
color: #E32424;
|
|
}
|
|
.line{
|
|
height: 1px;
|
|
width: 70%;
|
|
background: #BFBFBF;
|
|
margin: 0 auto 45rpx;
|
|
}
|
|
.time-title{
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
}
|
|
.time-box{
|
|
width: 389rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border: 1px solid #A0A0A0;
|
|
border-radius: 4px;
|
|
margin: 24rpx auto 0;
|
|
color:#333;
|
|
}
|
|
.pay-btn{
|
|
width: 520rpx;
|
|
height: 90rpx;
|
|
border-radius:4px;
|
|
background: #E32424;
|
|
color: #fff;
|
|
margin: 60rpx auto 0;
|
|
}
|
|
.btn-bg{
|
|
width: 520rpx;
|
|
height: 90rpx;
|
|
border-radius:4px;
|
|
background: rgba(255,255,255,0.6);
|
|
position: absolute;
|
|
margin-top: 60rpx;
|
|
z-index: 100;
|
|
margin-left:50%;
|
|
left:-258rpx;
|
|
}
|