65 lines
945 B
Plaintext
65 lines
945 B
Plaintext
.container {
|
|
padding-bottom: 32rpx;
|
|
}
|
|
|
|
.actions {
|
|
margin: 32rpx;
|
|
}
|
|
|
|
.button {
|
|
background-color: #f0ad4e;
|
|
color: white;
|
|
border-radius: 8rpx;
|
|
width: 100% !important;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.summary {
|
|
margin: 32rpx;
|
|
padding: 32rpx;
|
|
background-color: #f8f8f8;
|
|
border: solid 1rpx #c8c7cc;
|
|
border-radius: 8rpx;
|
|
box-shadow: 0 3rpx 6rpx #ccc;
|
|
font-size: 28rpx;
|
|
line-height: 150%;
|
|
}
|
|
|
|
.summary .title {
|
|
margin-bottom: 32rpx;
|
|
line-height: 48rpx;
|
|
font-size: 48rpx;
|
|
font-weight: bold;
|
|
color: #fd7302;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
}
|
|
|
|
.row label {
|
|
width: 96rpx;
|
|
text-align: right;
|
|
color: #666;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.row text {
|
|
flex: 1;
|
|
color: #fd7302;
|
|
font-size: 54rpx;
|
|
}
|
|
|
|
.row>view {
|
|
flex: 1;
|
|
display: flex;
|
|
}
|
|
|
|
.full-screen {
|
|
margin-top: 32rpx;
|
|
color: #01aaf7;
|
|
font-size: 30rpx;
|
|
text-align: center;
|
|
} |