From 8a959ef878ac6c6e6dbd8affb4dd086383716cfb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 23 Nov 2024 20:25:02 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen
---
src/styles/base/dc-base.scss | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index 50ee645..a762142 100644
--- a/src/styles/base/dc-base.scss
+++ b/src/styles/base/dc-base.scss
@@ -170,6 +170,23 @@
}
}
+.yjwz-height-box {
+ bottom: 120px;
+
+ &::after {
+ content: "";
+ position: absolute;
+ bottom: -120px;
+ left: calc(50% - 3px);
+ display: block;
+ width: 3px;
+ height: 120px;
+ // 0px 0px 6px rgb(255, 179, 0, 0.8)
+ background: linear-gradient(to bottom, rgb(255, 179, 0, 0.8), rgb(255, 179, 0, 0.2));
+ // border-right: 3px solid #fff;
+ }
+}
+
.fxy-ordinary {
&::after {
background: linear-gradient(to bottom, rgba(255, 201, 0, 0.8), rgba(255, 201, 0, 0.2));
--
Gitblit v1.9.3