From 5e73d562bae941a7658c3c13fdb585461f1a24e4 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期一, 28 四月 2025 21:21:07 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/wyyDatabase

---
 src/views/home/index.vue |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index b17288f..f4a952d 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -23,7 +23,7 @@
             </div>
             <div class="menuTitle">{{ item.title }}</div>
             <div class="menuSubTitle">{{ item.subTitle }}</div>
-            <div class="menuLine"><i class="el-icon-right"></i></div>
+            <div class="menuLine"><img class="autoImg" :src="arrow" alt="" /></div>
           </div>
         </div>
       </div>
@@ -47,7 +47,7 @@
 import rongyu from "@/assets/images/menuIcon/rongyu.png";
 import xueshu from "@/assets/images/menuIcon/xueshu.png";
 import homeBg from "@/assets/images/homeBg1.jpg";
-
+import arrow from "@/assets/images/right_arrow.svg";
 export default {
   components: {
     SearchBox,
@@ -55,6 +55,7 @@
 
   data() {
     return {
+      arrow,
       menuList: [
         {
           icon: nianpu1,
@@ -129,6 +130,7 @@
   background-size: 98% 95%;
   position: relative;
   box-sizing: border-box;
+  font-family: siyuan;
 }
 .bgBox {
   width: 100%;
@@ -206,12 +208,17 @@
   font-size: 40px;
   font-weight: 600;
   margin-top: 20px;
+  font-family: siyuan;
 }
 .menuSubTitle {
   font-size: 28px;
   margin-top: 20px;
+  font-family: siyuan;
 }
 .menuLine {
+  width: 30px;
+  height: 30px;
+  position: relative;
   margin-top: 40px;
   font-size: 40px;
 }
@@ -246,10 +253,10 @@
   text-align: center;
 }
 
-@media screen and (min-width: 1950px) {
+/* @media screen and (min-width: 1950px) {
   .textInfo {
     font-size: 20px;
     line-height: 24px;
   }
-}
+} */
 </style>

--
Gitblit v1.9.1