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.
29 lines
488 B
29 lines
488 B
/* pages/order/payresult/index.wxss */
|
|
.icon-gou1 {
|
|
color: #009944;
|
|
font-size: 230rpx;
|
|
margin-top: 100rpx;
|
|
}
|
|
.btn {
|
|
width: 280rpx;
|
|
line-height: 80rpx;
|
|
background: #F8B551;
|
|
border-radius: 40rpx;
|
|
color: #fff;
|
|
margin: 0 auto;
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
margin-top: 200rpx;
|
|
}
|
|
page {
|
|
text-align: center;
|
|
color: #999;
|
|
font-size: 32rpx;
|
|
}
|
|
.order-tip {
|
|
color: #009944;
|
|
font-size: 48rpx;
|
|
font-weight: 500;
|
|
margin-top: 30rpx;
|
|
margin-bottom: 50rpx;
|
|
}
|