From eb6be7e76f6d12ebbc5a552a6fe67e9a79758cb4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 20 Jan 2022 17:30:34 +0800
Subject: [PATCH] +

---
 src/styles/entitys/text-entitys.scss |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/styles/entitys/text-entitys.scss b/src/styles/entitys/text-entitys.scss
index 830f430..314a6ef 100644
--- a/src/styles/entitys/text-entitys.scss
+++ b/src/styles/entitys/text-entitys.scss
@@ -47,6 +47,8 @@
     }
 }
 .tag-entitys-box {
+    margin-left: 24px;
+    margin-bottom: 44px;
     height: 28px;
 
     .tag-content {
@@ -91,6 +93,9 @@
 }
 
 .way-entitys-box {
+    margin-left: 8px;
+    margin-bottom: 136px;
+
     .way-title {
         border: white 1px solid;
         padding-left: 2px;
@@ -110,6 +115,8 @@
 }
 
 .park-entitys-box {
+    margin-bottom: 26px;
+
     .park-title {
         position: relative;
         left: -8px;
@@ -136,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