23 lines
392 B
Plaintext
23 lines
392 B
Plaintext
.success{
|
|
background-color: #fff;
|
|
text-align: center;
|
|
padding:244rpx 0 100rpx 0;
|
|
}
|
|
.success .text{
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
margin-top:30rpx;
|
|
}
|
|
.success .button{
|
|
margin:100rpx 112rpx 0;
|
|
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;
|
|
} |