增加来访核验

This commit is contained in:
chenglijuan
2026-04-29 15:35:20 +08:00
parent 1ae4ba166a
commit f1d1c9b460
5 changed files with 98 additions and 3 deletions
+32
View File
@@ -133,4 +133,36 @@
color: #333;
text-align: right;
word-break: break-all;
}
/* 核销状态文字 */
.text-warning {
color: #faad14;
font-weight: bold;
}
.text-success {
color: #52c41a;
font-weight: bold;
}
/* 核销按钮 */
.verify-btn-wrap {
padding-top: 20rpx;
}
.verify-btn {
width: 100%;
height: 80rpx;
line-height: 80rpx;
text-align: center;
background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
color: #fff;
font-size: 30rpx;
font-weight: bold;
border-radius: 12rpx;
}
.verify-btn-disabled {
opacity: 0.6;
}