From 162067c3327dd9588e92331471c224c90da68fcb Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 24 Feb 2023 06:52:42 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E7=95=8C=E9=9D=A2=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/theme/red.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index e0c8649..ad91fa1 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -413,5 +413,17 @@ body[data-theme='red'] { background: #ffffff; } +.layout-content{ + background: url('../assets/images/linx-red/login-bg-red.jpg') no-repeat; + .wrap{ + background: rgba($color: #fff, $alpha: 0.8); + overflow-y: scroll; + box-shadow: 5px 3px 0px rgba($color: #777, $alpha: 1); + .filter{ + border-color: $linx-red-theme; + } + } +} + } -- Gitee