24 lines
430 B
Plaintext
24 lines
430 B
Plaintext
.success{
|
|
background-color: #fff;
|
|
text-align: center;
|
|
padding:100rpx 0;
|
|
}
|
|
.success .text{
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
margin-top:30rpx;
|
|
}
|
|
.success .button{
|
|
margin:100rpx 112rpx 0;
|
|
border: 1rpx solid rgba(124, 134, 149, 0.5);
|
|
border-radius: 60rpx;
|
|
}
|
|
|
|
.shop-list{
|
|
margin-top:-20rpx;
|
|
border-radius: 30rpx 30rpx 0 0;
|
|
position: relative;
|
|
z-index: 1;
|
|
background-color: #F5F5F5;
|
|
padding-top:20rpx;
|
|
} |