From c970b15f10ec8300b4b1ffd3a54bf5aef162df40 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 02 十二月 2024 17:44:20 +0800
Subject: [PATCH] 字体

---
 src/views/screen/index.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue
index 2649739..68388bc 100644
--- a/src/views/screen/index.vue
+++ b/src/views/screen/index.vue
@@ -1,5 +1,5 @@
 <template>
-  <div class="container" ref="contaner">
+  <div class="container" style="font-size: 14px" ref="contaner">
     <header>
       <i @click="returnPath" class="el-icon-s-home" style="color: #00b4ff;position: absolute;font-size: 24px;left: 98%;top: 15%"></i>
       <img src="@/assets/images/header-bg.png"/>
@@ -1435,8 +1435,8 @@
 }
 
 .rotating-image {
-  width: 900px;
-  height: 900px;
+  width: 950px;
+  height: 950px;
   position: absolute;
   top: calc(50% - 450px);
   left: calc(50% - 450px);
@@ -1445,11 +1445,12 @@
 }
 
 .rotating-image-in {
-  width: 850px;
-  height: 850px;
+  width: 900px;
+  height: 900px;
   position: absolute;
   top: calc(50% - 425px);
   left: calc(50% - 425px);
   animation: rotateCounterClockwise 48s linear infinite;
 }
+
 </style>

--
Gitblit v1.8.0