56 lines
915 B
Plaintext
56 lines
915 B
Plaintext
/* pages/lose/lose.wxss */
|
|
.waitpayContent {
|
|
padding-top: 200rpx;
|
|
}
|
|
|
|
.waitpayContent .icon {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
margin: 0 auto;
|
|
padding-bottom: 10rpx;
|
|
}
|
|
|
|
.waitpayContent .icon image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.waitpayContent .tips {
|
|
text-align: center;
|
|
font-size: 50rpx;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
|
|
.waitpayContent .money {
|
|
font-size: 50rpx;
|
|
text-align: center;
|
|
padding-bottom: 60rpx;
|
|
}
|
|
|
|
.waitpayContent .buttonGroup {
|
|
width: 500rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.waitpayContent .buttonGroup .buttonLeft {
|
|
width: 200rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
border-radius: 10rpx;
|
|
background: #0f0;
|
|
}
|
|
|
|
.waitpayContent .buttonGroup .buttonRight {
|
|
width: 200rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
border-radius: 10rpx;
|
|
background: #f00;
|
|
}
|