24 lines
473 B
Plaintext
24 lines
473 B
Plaintext
.main_look {
|
|
font-weight: bold;
|
|
height: 220rpx;
|
|
background-image: url("https://www.qnforever.top/images/wx/cover.png");
|
|
background-size:100% 100%;
|
|
}
|
|
.pay_look {
|
|
padding-top: 50rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
font-size: 50rpx;
|
|
}
|
|
.detail_look {
|
|
margin-top: 20rpx;
|
|
padding: 0 30rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
}
|
|
.padding_box {
|
|
margin-top: 80rpx;
|
|
}
|