From 8a27f5724e10e82cc5a30bf7051397da2e697e63 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 19 十二月 2024 10:49:11 +0800
Subject: [PATCH] bug优化,答题卡初始化

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

diff --git a/pages/scanResult/index.wxss b/pages/scanResult/index.wxss
index 95fd2c3..688f7e0 100644
--- a/pages/scanResult/index.wxss
+++ b/pages/scanResult/index.wxss
@@ -133,4 +133,22 @@
 .publicCss {
   font-size: 28rpx;
   padding: 10rpx 0;
+}
+
+.type-box {
+  font-size: 24rpx;
+  color: #FF6C00;
+  background: rgba(255, 108, 0, 0.24);
+  padding: 6rpx 12rpx;
+  border-radius: 9rpx;
+}
+
+.explain {
+  font-size: 28rpx;
+  line-height: 44rpx;
+  padding: 40rpx;
+}
+
+.center {
+  margin-top: 10rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1