20 lines
416 B
Plaintext
20 lines
416 B
Plaintext
.main_look {
|
|
padding: 0 30rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.look_content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
height: 200rpx;
|
|
background-image: url("https://www.qnforever.top/images/wx/cover.png");
|
|
background-size:100% 100%;
|
|
font-weight: bold;
|
|
}
|
|
.pay_look {
|
|
padding: 0 20rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
}
|