From a30e295478c98f3e988ea049296a7d22c21a2e7a Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 30 七月 2024 16:34:49 +0800
Subject: [PATCH] 大屏颜色小调,样式

---
 src/views/screen/newPage/index.vue |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/src/views/screen/newPage/index.vue b/src/views/screen/newPage/index.vue
index f278dd9..ecd6b0a 100644
--- a/src/views/screen/newPage/index.vue
+++ b/src/views/screen/newPage/index.vue
@@ -221,7 +221,7 @@
   }
   .return-button {
     position: absolute;
-    right: 20px;
+    right: -5px;
     top: 20px;
     background: url("../../../assets/images/screen/backBt.png");
     background-size: 100% 100%;
@@ -230,28 +230,29 @@
     color: #4481dd;
     padding: 15px 25px;
     cursor: pointer;
+    font-size: 20px;
   }
 }
 ::v-deep .tabs-box {
   margin-top: 5px;
   .el-tabs__item {
     color: #ffffff !important;
-    font-size: 24px;
+    font-size: 26px;
   }
   .is-active {
-    color: #66b5ff !important;
+    color: #00b8ff !important;
     // background: url("../../../assets/images/screen/button1.png");
     // background-size: cover !important;
     // background-repeat: no-repeat !important;
     // background-position: center center !important;
-    background: linear-gradient(#66b5ff, #66b5ff) left top,
-      linear-gradient(#66b5ff, #66b5ff) left top,
-      linear-gradient(#66b5ff, #66b5ff) right top,
-      linear-gradient(#66b5ff, #66b5ff) right top,
-      linear-gradient(#66b5ff, #66b5ff) left bottom,
-      linear-gradient(#66b5ff, #66b5ff) left bottom,
-      linear-gradient(#66b5ff, #66b5ff) right bottom,
-      linear-gradient(#66b5ff, #66b5ff) right bottom;
+    background: linear-gradient(#00b8ff, #00b8ff) left top,
+      linear-gradient(#00b8ff, #00b8ff) left top,
+      linear-gradient(#00b8ff, #00b8ff) right top,
+      linear-gradient(#00b8ff, #00b8ff) right top,
+      linear-gradient(#00b8ff, #00b8ff) left bottom,
+      linear-gradient(#00b8ff, #00b8ff) left bottom,
+      linear-gradient(#00b8ff, #00b8ff) right bottom,
+      linear-gradient(#00b8ff, #00b8ff) right bottom;
     background-repeat: no-repeat;
     background-size: 0.1vw 0.5vw, 0.5vw 0.1vw;
   }
@@ -313,7 +314,7 @@
     // background-size: 100% 100%;
     // background-repeat: no-repeat !important;
     // background-position: center center !important;
-    font-size: 36px;
+    font-size: 40px;
     font-weight: bold;
     position: absolute;
     top: -60px;

--
Gitblit v1.8.0