From 563eec5d6bba95f46be5c5961c581f0627082235 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 15 六月 2023 17:48:34 +0800 Subject: [PATCH] 1 --- src/assets/css/index.css | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 5d0b969..6abc1a2 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -43,10 +43,20 @@ /* width: 415px; height: 70px; background: url("../img/LOGO.png") no-repeat center; */ - width: 18%; + width: 19%; height: 50px; - background: url("../img/menu/navtitle.png") no-repeat center center; - background-size: 100% 100%; + padding-left: 5px; + display: flex; + align-items: center; + + font-size: 20px; + font-family: Microsoft YaHei; + font-weight: bold; + color: #ffffff; + background: linear-gradient(0deg, #79a8ff 0%, #ffffff 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + } .topMenu { @@ -102,6 +112,8 @@ color: #fff } + + .changeStyle { color: #fec801; } -- Gitblit v1.9.3