From 8f9b9411ca279670bd85fcfa7763987295ed9abf Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期五, 10 四月 2026 10:55:38 +0800
Subject: [PATCH] 空桶入出扩展开发

---
 项目代码/大屏/src/views/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/index.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/index.vue"
index 7c7ba41..4d5bc75 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/index.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/index.vue"
@@ -323,7 +323,7 @@
   margin-top: 10%;
 }
 #kuyuan {
-  width: 100%;
+  width: 87%;
   height: 100%;
   border-radius: 50%;
   background: conic-gradient(#ff5733 0% 20%, #33ff57 20% 60%, #3399ff 60% 100%);
@@ -333,8 +333,8 @@
   content: "";
   position: absolute;
   top: 50%;
-  left: 50%;
-  width: 70%;
+  left: 44%;
+  width: 62%;
   height: 70%;
   border-radius: 50%;
   background: rgb(255, 255, 255);
@@ -457,14 +457,14 @@
   line-height: 240%;
 }
 #kongwei {
-  background-image: url("../imgs/kongwei.webp");
+  background-image: url("../imgs/kongwei.jpg");
   background-size: 85%;
   background-repeat: no-repeat;
   background-position: 50% 50%;
   opacity: 0.8;
 }
 #mantong {
-  background-image: url("../imgs/mantong.webp");
+  background-image: url("../imgs/mantong.jpg");
   background-size: 70%;
   background-repeat: no-repeat;
   background-position: 50% 50%;
@@ -481,9 +481,9 @@
   width: 40%;
   height: 20%;
   float: left;
-  font-size: 70px;
+  font-size: 60px;
   font-weight: 600;
-  margin-top: 8%;
+  margin-top: 6%;
 }
 .sti {
   width: 40%;
@@ -519,7 +519,7 @@
 }
 #zhu {
   width: 100%;
-  height: 150vh;
+  height: 200vh;
   float: left;
   margin-top: 1%;
   position: relative;

--
Gitblit v1.9.3