牌位管理色系修改0.5-暂时关闭扫nfc的api入口
This commit is contained in:
parent
ff88e6d96d
commit
9dbdd3fc60
|
|
@ -896,9 +896,10 @@ export default {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
async reportSwipeCard(cardNo) {
|
async reportSwipeCard(cardNo) {
|
||||||
if (!cardNo || this.reportingSwipe) {
|
return;
|
||||||
return;
|
// if (!cardNo || this.reportingSwipe) {
|
||||||
}
|
// return;
|
||||||
|
// }
|
||||||
this.reportingSwipe = true;
|
this.reportingSwipe = true;
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: "处理中...",
|
title: "处理中...",
|
||||||
|
|
@ -953,11 +954,11 @@ export default {
|
||||||
|
|
||||||
.status-card,
|
.status-card,
|
||||||
.form-card {
|
.form-card {
|
||||||
background: rgba(255, 255, 255, 0.92);
|
background: #fff1dd;
|
||||||
border-radius: 24rpx;
|
border-radius: 24rpx;
|
||||||
padding: 32rpx;
|
padding: 32rpx;
|
||||||
margin-top: 32rpx;
|
margin-top: 32rpx;
|
||||||
box-shadow: 0 12rpx 32rpx rgba(0, 0, 0, 0.06);
|
box-shadow: 0 12rpx 32rpx rgba(82, 37, 16, 0.08);
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-header {
|
.status-header {
|
||||||
|
|
@ -970,27 +971,28 @@ export default {
|
||||||
width: 16rpx;
|
width: 16rpx;
|
||||||
height: 16rpx;
|
height: 16rpx;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: #f0b400;
|
background: #c7a26d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-dot.online {
|
.status-dot.online {
|
||||||
background: #3ac569;
|
background: #c7a26d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-dot.offline {
|
.status-dot.offline {
|
||||||
background: #f56c6c;
|
background: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-title {
|
.status-title {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #333;
|
color: #522510;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-desc {
|
.status-desc {
|
||||||
margin-top: 12rpx;
|
margin-top: 12rpx;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
color: #999;
|
color: #522510;
|
||||||
|
opacity: 0.7;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1000,16 +1002,17 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nfc-hint-text {
|
.nfc-hint-text {
|
||||||
color: #4a90e2;
|
color: #c7a26d;
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nfc-status {
|
.nfc-status {
|
||||||
margin-top: 24rpx;
|
margin-top: 24rpx;
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
background: rgba(74, 144, 226, 0.08);
|
background: rgba(199, 162, 109, 0.1);
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
border-left: 4rpx solid #4a90e2;
|
border-left: 4rpx solid #c7a26d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nfc-status-header {
|
.nfc-status-header {
|
||||||
|
|
@ -1020,32 +1023,33 @@ export default {
|
||||||
|
|
||||||
.nfc-status-title {
|
.nfc-status-title {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #333;
|
color: #522510;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nfc-error-text {
|
.nfc-error-text {
|
||||||
padding: 12rpx;
|
padding: 12rpx;
|
||||||
background: #fef0f0;
|
background: rgba(199, 162, 109, 0.15);
|
||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-box {
|
.card-box {
|
||||||
margin-top: 24rpx;
|
margin-top: 24rpx;
|
||||||
border: 2rpx dashed #f0b400;
|
border: 2rpx dashed #c7a26d;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
padding: 24rpx;
|
padding: 24rpx;
|
||||||
background: #fff9eb;
|
background: #fff1dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-box.ready {
|
.card-box.ready {
|
||||||
border-color: #3ac569;
|
border-color: #c7a26d;
|
||||||
background: #effbf4;
|
background: rgba(199, 162, 109, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-label {
|
.card-label {
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
color: #666;
|
color: #522510;
|
||||||
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-value {
|
.card-value {
|
||||||
|
|
@ -1053,20 +1057,20 @@ export default {
|
||||||
margin-top: 16rpx;
|
margin-top: 16rpx;
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #333;
|
color: #522510;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-text {
|
.error-text {
|
||||||
margin-top: 16rpx;
|
margin-top: 16rpx;
|
||||||
padding: 16rpx;
|
padding: 16rpx;
|
||||||
background: #fef0f0;
|
background: rgba(199, 162, 109, 0.15);
|
||||||
border-radius: 12rpx;
|
border-radius: 12rpx;
|
||||||
border-left: 4rpx solid #f56c6c;
|
border-left: 4rpx solid #c7a26d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-content {
|
.error-content {
|
||||||
color: #f56c6c;
|
color: #522510;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
|
|
@ -1075,7 +1079,8 @@ export default {
|
||||||
|
|
||||||
.hint-text {
|
.hint-text {
|
||||||
margin-top: 16rpx;
|
margin-top: 16rpx;
|
||||||
color: #999;
|
color: #522510;
|
||||||
|
opacity: 0.7;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1096,21 +1101,27 @@ export default {
|
||||||
|
|
||||||
.field.readonly {
|
.field.readonly {
|
||||||
padding: 24rpx;
|
padding: 24rpx;
|
||||||
background: #f9f9f9;
|
background: #fff1dd;
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
|
border: 1rpx solid rgba(199, 162, 109, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.memorial-info-section {
|
.memorial-info-section {
|
||||||
margin-bottom: 24rpx;
|
margin-bottom: 24rpx;
|
||||||
padding: 24rpx;
|
padding: 24rpx;
|
||||||
background: linear-gradient(135deg, #f0f9ff 0%, #c7a26d 100%);
|
background: linear-gradient(
|
||||||
|
135deg,
|
||||||
|
#fff1dd 0%,
|
||||||
|
rgba(199, 162, 109, 0.2) 100%
|
||||||
|
);
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
border-left: 4rpx solid #c7a26d;
|
border-left: 4rpx solid #c7a26d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.memorial-info-section .field.readonly {
|
.memorial-info-section .field.readonly {
|
||||||
background: rgba(255, 255, 255, 0.8);
|
background: rgba(255, 255, 255, 0.6);
|
||||||
margin-bottom: 16rpx;
|
margin-bottom: 16rpx;
|
||||||
|
border-color: rgba(199, 162, 109, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.memorial-info-section .field.readonly:last-child {
|
.memorial-info-section .field.readonly:last-child {
|
||||||
|
|
@ -1119,7 +1130,8 @@ export default {
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #666;
|
color: #522510;
|
||||||
|
opacity: 0.8;
|
||||||
margin-bottom: 12rpx;
|
margin-bottom: 12rpx;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
@ -1128,27 +1140,29 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 88rpx;
|
height: 88rpx;
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
background: #f8f8f8;
|
background: #fff1dd;
|
||||||
|
border: 1rpx solid rgba(199, 162, 109, 0.3);
|
||||||
padding: 0 24rpx;
|
padding: 0 24rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #333;
|
color: #522510;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.placeholder {
|
.placeholder {
|
||||||
color: #bbb;
|
color: rgba(82, 37, 16, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.unit-value {
|
.unit-value {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
color: #333;
|
color: #522510;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-btn {
|
.primary-btn {
|
||||||
height: 96rpx;
|
height: 96rpx;
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
background: linear-gradient(135deg, #c7a26d, #c7a26d);
|
background: linear-gradient(135deg, #c7a26d, #b8956a);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
@ -1156,6 +1170,7 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: 12rpx;
|
margin-top: 12rpx;
|
||||||
|
box-shadow: 0 4rpx 12rpx rgba(199, 162, 109, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-btn.disabled {
|
.primary-btn.disabled {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user