28 lines
482 B
Plaintext
28 lines
482 B
Plaintext
.success{
|
|
background-color: #fff;
|
|
text-align: center;
|
|
padding:274rpx 0 0 0;
|
|
height: 100vh;
|
|
box-sizing: border-box;
|
|
}
|
|
.success .text{
|
|
font-size: 40rpx;
|
|
font-weight: 500;
|
|
margin-top:40rpx;
|
|
color:var(--main-color);
|
|
}
|
|
.success .tips{
|
|
color: #555;
|
|
margin-top:40rpx;
|
|
}
|
|
.success .button{
|
|
margin-top:90rpx;
|
|
border-radius: 60rpx;
|
|
width:340rpx;
|
|
line-height: 1;
|
|
padding:28rpx 0;
|
|
font-size: 34rpx;
|
|
border-color: rgba(153, 153, 153, 0.5);
|
|
color: #222222;
|
|
}
|