From c76b6b7d56a681f4c0e62764fd922f90b4df03dd Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 20 Feb 2025 20:44:21 +0800
Subject: [PATCH] 安义基础配置调整

---
 src/styles/base/dc-base.scss |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index 659a0e1..85124a0 100644
--- a/src/styles/base/dc-base.scss
+++ b/src/styles/base/dc-base.scss
@@ -98,14 +98,14 @@
   }
 
   .marsBlueGradientPnl {
-    padding: 2px 2px;
+    padding: 2px 6px;
     // text-align: center;
     margin: 0;
     color: #fff;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
-    // line-height: 32px;
+    line-height: 28px;
     width: 260px;
     -webkit-user-select: none;
     -moz-user-select: none;
@@ -150,7 +150,7 @@
   }
 
   .marsBlueGradientPnl {
-    padding: 2px 2px;
+    padding: 2px 6px;
     // position: absolute;
     // text-align: center;
     margin: 0;
@@ -158,7 +158,7 @@
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
-    line-height: 25px;
+    line-height: 28px;
     width: 260px;
     -webkit-user-select: none;
     -moz-user-select: none;
@@ -273,6 +273,22 @@
   }
 }
 
+.fxy-larger-b {
+  &::after {
+    background: linear-gradient(to bottom, rgba(255, 165, 0, 0.8), rgba(255, 165, 0, 0.2));
+  }
+
+  .map-name {
+    color: #FFA500;
+    width: 240px;
+  }
+
+  .map-icon {
+    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 20%, rgba(255, 165, 0, 0.9) 100%);
+    box-shadow: 0px 0px 10px rgb(255, 165, 0);
+  }
+}
+
 .fxy-zd {
   &::after {
     background: linear-gradient(to bottom, rgba(173, 173, 173, 0.8), rgba(173, 173, 173, 0.2));

--
Gitblit v1.9.3