24 lines
461 B
Plaintext
24 lines
461 B
Plaintext
.main_look {
|
|
margin: 0 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
height: 220rpx;
|
|
background-image: url("https://www.qnforever.top/images/wx/cover.png");
|
|
background-size:100% 100%;
|
|
}
|
|
.look_content {
|
|
font-weight: bold;
|
|
}
|
|
.pay_look {
|
|
padding: 0 20rpx;
|
|
}
|
|
.balance_look {
|
|
padding: 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.test-name-lmq {
|
|
--td-cell-note-color: red;
|
|
}
|