72 lines
1.2 KiB
Plaintext
72 lines
1.2 KiB
Plaintext
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
|
|
|
|
.detail {
|
|
width: 60%;
|
|
max-width: 600px;
|
|
|
|
.value {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.paid {
|
|
margin-top: 10px;
|
|
margin-bottom: 15px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
.text {
|
|
margin-top: 8px;
|
|
font-size: 26px;
|
|
font-weight: bold;
|
|
color: green;
|
|
}
|
|
}
|
|
|
|
|
|
.oper {
|
|
margin-top: 40px;
|
|
margin-bottom: 20px;
|
|
width: 60%;
|
|
max-width: 600px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
|
|
.qrCodeTips {
|
|
margin-top: 28px;
|
|
}
|
|
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.qrCode:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
width: 60%;
|
|
max-width: 600px;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
|
|
|
|
.btnWechatPay {
|
|
span {
|
|
color: white;
|
|
}
|
|
}
|
|
}
|
|
} |