2025-06-06 15:17:30 +08:00

52 lines
694 B
Plaintext

.container {
padding-bottom: 16rpx;
}
.actions {
margin: 32rpx;
}
.button {
background-color: #f0ad4e;
color: white;
border-radius: 8rpx;
width: 100% !important;
font-weight: 500;
}
.pushback {
margin-top: 32rpx;
color: #007aff;
text-align: center;
}
.summary {
margin: 32rpx;
padding: 16rpx;
background-color: #f8f8f8;
border: 1rpx solid #e5e5e5;
border-radius: 8rpx;
box-shadow: 0 3rpx 6rpx #ccc;
font-size: 28rpx;
line-height: 1.5;
}
.row {
display: flex;
margin: 10rpx 0;
}
.row label {
width: 140rpx;
text-align: right;
}
.row text {
flex: 1;
color: #666;
}
.row>view {
flex: 1;
}