|
|
@@ -199,7 +199,7 @@ onShow(async () => { await loadData(); });
|
|
|
&:active { opacity: 0.7; }
|
|
|
}
|
|
|
|
|
|
-.scan-fab { position: fixed; left: 50%; bottom: calc(120rpx + env(safe-area-inset-bottom)); transform: translateX(-50%); width: 128rpx; height: 128rpx; border-radius: 50%; background: $primary-color; box-shadow: 0 12rpx 36rpx rgba(255,193,7,0.4); display: flex; align-items: center; justify-content: center; z-index: 100;
|
|
|
+.scan-fab { position: fixed; left: 50%; bottom: calc(120rpx + env(safe-area-inset-bottom)); transform: translateX(-50%); width: 128rpx; height: 128rpx; border-radius: 50%; background: $primary-color; box-shadow: 0 12rpx 36rpx rgba(255,193,7,0.4); display: flex; align-items: center; justify-content: center; z-index: 1000;
|
|
|
&:active { transform: translateX(-50%) scale(0.92); background: $primary-color-dark; }
|
|
|
}
|
|
|
.scan-icon { width: 50rpx; height: 50rpx; position: relative;
|