From d4da90bc6f04781c93bffdcab67e9769dbf39d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Thu, 12 Oct 2023 11:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88header=E6=B8=90=E5=8F=98?= =?UTF-8?q?=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 7 ------- css/style.less | 10 +++++----- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/css/style.css b/css/style.css index 6641b43..7fee2c0 100644 --- a/css/style.css +++ b/css/style.css @@ -51,13 +51,6 @@ margin-left: auto; margin-right: auto; } -.header.style1 { - background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); - background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); - background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); - background-color: unset; -} .header.style1 .menu .link { color: #FFFFFF; } diff --git a/css/style.less b/css/style.less index 293e278..9e93e16 100644 --- a/css/style.less +++ b/css/style.less @@ -68,11 +68,11 @@ } .header.style1 { - background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); - background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); - background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); - background-color: unset; + // background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); + // background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); + // background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); + // background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); + // background-color: unset; .menu { .link {