21 lines
324 B
CSS
21 lines
324 B
CSS
page {
|
|
background: #fff;
|
|
}
|
|
.content {
|
|
padding-top: 15%;
|
|
}
|
|
.content .pay-icon {
|
|
width: 200rpx;
|
|
height: 200rpx !important;
|
|
margin: 60rpx auto;
|
|
}
|
|
.btn-box {
|
|
margin-top: 150rpx;
|
|
}
|
|
.btn-box button {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
width: 300rpx;
|
|
} |