21 lines
354 B
Plaintext
21 lines
354 B
Plaintext
.main_look {
|
|
font-weight: bold;
|
|
}
|
|
.pay_look {
|
|
margin-top: 50rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
font-size: 50rpx;
|
|
}
|
|
.detail_look {
|
|
margin-top: 100rpx;
|
|
padding: 0 30rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
}
|
|
.padding_box {
|
|
margin-top: 100rpx;
|
|
}
|