You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
517 B
30 lines
517 B
4 years ago
|
/* pages/activity/signIn/paymentSuccess/index.wxss */
|
||
|
.page{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
box-sizing: border-box;
|
||
|
background: #FAFAFA;
|
||
|
padding-top: 100rpx;
|
||
|
text-align: center;
|
||
|
font-size:32rpx;
|
||
|
}
|
||
|
.page image{
|
||
|
width: 230rpx;
|
||
|
height: 212rpx;
|
||
|
margin:0 auto 48rpx;
|
||
|
display: block;
|
||
|
}
|
||
|
.tips{
|
||
|
font-size: 48rpx;
|
||
|
color: #353535;
|
||
|
margin-bottom: 24rpx;
|
||
|
}
|
||
|
.btn{
|
||
|
width: 380rpx;
|
||
|
height: 80rpx;
|
||
|
background: #EBB672;
|
||
|
border-radius: 8rpx;
|
||
|
color: #fff;
|
||
|
line-height: 80rpx;
|
||
|
margin: 190rpx auto;
|
||
|
}
|