feat: 添加预约核销功能
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
justify-content: space-between;
|
||||
padding: 30rpx;
|
||||
border-bottom: 1rpx solid #f0f0f0;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
background: #5b9bd5;
|
||||
}
|
||||
|
||||
.detail-header .title {
|
||||
@@ -135,34 +135,47 @@
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
/* 核销状态文字 */
|
||||
.text-warning {
|
||||
color: #faad14;
|
||||
font-weight: bold;
|
||||
/* 核销区块 */
|
||||
.check-section {
|
||||
padding: 30rpx;
|
||||
border-top: 1rpx solid #f0f0f0;
|
||||
}
|
||||
|
||||
.text-success {
|
||||
.check-status {
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
padding: 6rpx 16rpx;
|
||||
border-radius: 8rpx;
|
||||
}
|
||||
|
||||
.check-status.checked {
|
||||
color: #52c41a;
|
||||
font-weight: bold;
|
||||
background-color: #f6ffed;
|
||||
}
|
||||
|
||||
/* 核销按钮 */
|
||||
.verify-btn-wrap {
|
||||
padding-top: 20rpx;
|
||||
.check-status.unchecked {
|
||||
color: #faad14;
|
||||
background-color: #fffbe6;
|
||||
}
|
||||
|
||||
.verify-btn {
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
text-align: center;
|
||||
background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
|
||||
margin-top: 30rpx;
|
||||
background: #5b9bd5;
|
||||
color: #fff;
|
||||
font-size: 30rpx;
|
||||
font-weight: bold;
|
||||
border-radius: 12rpx;
|
||||
font-size: 30rpx;
|
||||
height: 88rpx;
|
||||
line-height: 88rpx;
|
||||
}
|
||||
|
||||
.verify-btn-disabled {
|
||||
opacity: 0.6;
|
||||
.verify-btn::after {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.verified-tip {
|
||||
margin-top: 24rpx;
|
||||
text-align: center;
|
||||
font-size: 24rpx;
|
||||
color: #999;
|
||||
padding: 16rpx 0;
|
||||
}
|
||||
Reference in New Issue
Block a user