From e900c6b30a1ad94b39c431988284fd7b997f4fa8 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 13 十二月 2024 18:53:11 +0800
Subject: [PATCH] 样式问题调整

---
 pages/scanResult/index.wxss |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/pages/scanResult/index.wxss b/pages/scanResult/index.wxss
index 95fd2c3..8561e64 100644
--- a/pages/scanResult/index.wxss
+++ b/pages/scanResult/index.wxss
@@ -133,4 +133,12 @@
 .publicCss {
   font-size: 28rpx;
   padding: 10rpx 0;
+}
+
+.type-box {
+  font-size: 28rpx;
+  color: #FF6C00;
+  background: rgba(255, 108, 0, 0.24);
+  padding: 4rpx 8rpx;
+  border-radius: 9rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1