From 66bdf43cd19d0dc5a9aef70c3961d9b27839969a Mon Sep 17 00:00:00 2001 From: Tuzki <1720599558@qq.com> Date: Tue, 6 Feb 2024 08:43:12 +0800 Subject: [PATCH] =?UTF-8?q?ui=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebRoot/hbcyjc/region/130000/yuanxing/static/css/layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WebRoot/hbcyjc/region/130000/yuanxing/static/css/layout.css b/WebRoot/hbcyjc/region/130000/yuanxing/static/css/layout.css index 80f4c78..2dc6806 100644 --- a/WebRoot/hbcyjc/region/130000/yuanxing/static/css/layout.css +++ b/WebRoot/hbcyjc/region/130000/yuanxing/static/css/layout.css @@ -803,7 +803,7 @@ th { /* 公共 布局 */ .cj-page-layer{position:relative;z-index:1010;width:100%;padding-right:2rem;padding-left:2rem;margin-right:auto;margin-left:auto;} -.cj-page-bg{height:100%;background:url(../images/cj-page-bg.png) var(--pageBg,#fff) center no-repeat;background-size:cover;} +.cj-page-bg{background-color: #001d65;height:100%;background-image:url(../images/cj-page-bg.png) var(--pageBg,#fff) center no-repeat;background-size:cover;} .cj-page-header{display:-ms-flexbox;display:flex;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:5rem;background-image:url(../images/cj-page-head.png);background-repeat: no-repeat;background-size: cover;position: relative;} .cj-page-header:before{content: '';width: 100%;height: 10px;position: absolute;left: 0;top: -5px;background-image: url(../images/cj-page-head_light1.png);background-repeat: no-repeat;background-position-x:-118px;background-position-y:top; z-index: 99999;background-size: contain;animation: light linear 18s infinite;} .cj-page-header:after{content: '';width: 100%;height: 10px;position: absolute;left: 0;top: 93%;background-image: url(../images/cj-page-head_light2.png);background-repeat: no-repeat;background-position-x:-118px;background-position-y:top;background-size: contain;animation: light linear 15s infinite;animation-delay: 1s } @@ -826,8 +826,9 @@ th { } .cj-page-bg { + background-color: #001d65; height: 100%; - background: url(../images/cj-page-bg.png) center no-repeat; + background-image: url(../images/cj-page-bg.png) center no-repeat; background-size: cover; }