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.
 

33 lines
558 B

/* pages/order/joinOrder/success/index.wxss */
.successimg {
display: block;
margin: 0 auto;
width: 180rpx;
margin-top: 176rpx;
margin-bottom: 40rpx;
}
.submit-success {
color: #0B898E;
font-size: 36rpx;
margin-bottom: 30rpx;
}
page {
text-align: center;
font-size: 26rpx;
color: #999;
}
.btn {
margin: 30rpx auto;
color: #0B898E;
border: 2rpx solid;
border-radius: 20rpx;
line-height: 70rpx;
background: white;
font-size: 30rpx;
width: 632rpx;
}
.btn.full {
background: #0B898E;
color: #fff;
margin-top: 110rpx;
}