From f736b5fc6aa729b08c60962a1a088b8ad8d36923 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 11:11:29 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 33 +++++++++++++++++++++------------
1 files changed, 21 insertions(+), 12 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index 2f4a439..92b91e9 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1088,6 +1088,27 @@
font-size: 2.2vw !important; // 鍙牴鎹疄闄呴渶姹傝皟鏁�
}
+ .select-btn {
+ width: 180px; // 鏇村
+ height: 80px; // 鏇撮珮
+ font-size: 1.8vw; // 瀛椾綋涔熺暐澶�
+ border-radius: 10px;
+ background-color: #f5f5f5;
+ color: #007aff;
+ border: 2px solid #007aff;
+ margin: 0 auto;
+ display: block;
+ }
+
+/* ///* 鏀惧ぇ琛ㄥご鍜岃〃鏍煎唴瀹瑰瓧浣� */
+ //.th,
+ //.uni-th,
+ //.uni-td,
+ //td,
+ //th {
+ // font-size: 2.8vw !important;
+ //}*/
+
/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */
@media screen and (min-width: 1280px) and (max-width: 1920px) {
.right-side {
@@ -1113,17 +1134,5 @@
font-size: 20px;
}
}
-
- .select-btn {
- width: 180px; // 鏇村
- height: 80px; // 鏇撮珮
- font-size: 1.8vw; // 瀛椾綋涔熺暐澶�
- border-radius: 10px;
- background-color: #f5f5f5;
- color: #007aff;
- border: 2px solid #007aff;
- margin: 0 auto;
- display: block;
- }
</style>
--
Gitblit v1.9.3