43 lines
760 B
Plaintext
43 lines
760 B
Plaintext
.success{
|
|
background-color: #fff;
|
|
text-align: center;
|
|
position: absolute;
|
|
height: 100%;width:100%;
|
|
box-sizing: border-box;
|
|
}
|
|
.success .head{
|
|
padding:200rpx 0 80rpx 0;
|
|
}
|
|
.success .title{
|
|
font-size: 36rpx;
|
|
margin-top:30rpx;
|
|
}
|
|
.success .money{
|
|
font-size: 70rpx;
|
|
margin-top:50rpx;
|
|
}
|
|
.success .button{
|
|
background: rgba(153, 153, 153, 0.15);
|
|
position: absolute;
|
|
bottom:180rpx;left:calc(50% - 170rpx);
|
|
width:340rpx;
|
|
}
|
|
.shop{
|
|
border-top:12rpx solid var(--main-bgclolor);
|
|
border-bottom:12rpx solid var(--main-bgclolor);
|
|
height: 110rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding:0 30rpx;
|
|
}
|
|
.shop .key{
|
|
flex:1;
|
|
text-align: left;
|
|
font-size: 30rpx;
|
|
color: #555555;
|
|
}
|
|
.shop .value{
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
}
|