From ac5307dd2c21c9e70ce0f54585518f55bc76d821 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 20 Jan 2022 15:45:01 +0800
Subject: [PATCH] 部分修改
---
src/styles/entitys/text-entitys.scss | 27 ++++++++++++++++++++++++---
1 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/src/styles/entitys/text-entitys.scss b/src/styles/entitys/text-entitys.scss
index 68f7e62..314a6ef 100644
--- a/src/styles/entitys/text-entitys.scss
+++ b/src/styles/entitys/text-entitys.scss
@@ -93,9 +93,9 @@
}
.way-entitys-box {
- margin-left: 40px;
- margin-bottom: 40px;
-
+ margin-left: 8px;
+ margin-bottom: 136px;
+
.way-title {
border: white 1px solid;
padding-left: 2px;
@@ -115,6 +115,8 @@
}
.park-entitys-box {
+ margin-bottom: 26px;
+
.park-title {
position: relative;
left: -8px;
@@ -141,12 +143,31 @@
.scene-entitys-box {
+ text-align: center;
div {
line-height: 24px;
text-align: center;
font-weight: 700;
color: #009bff;
+ text-shadow: 0 0 2px #fff;
+ }
+
+ img {
+ height: 40px;
+ }
+}
+
+
+.monitor-entitys-box {
+ text-align: center;
+
+ div {
+ line-height: 24px;
+ text-align: center;
+ font-weight: 700;
+ color: #009bff;
+ text-shadow: 0 0 2px #fff;
}
img {
--
Gitblit v1.9.3