From 3ea790ec7b0280a55cc406d2c3dc9fa5411a7471 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 20 Jan 2022 17:32:24 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

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

diff --git a/src/styles/entitys/text-entitys.scss b/src/styles/entitys/text-entitys.scss
index f5a3dc7..b467d8a 100644
--- a/src/styles/entitys/text-entitys.scss
+++ b/src/styles/entitys/text-entitys.scss
@@ -47,6 +47,7 @@
     }
 }
 .tag-entitys-box {
+    transform: translate(24px, -44px);
     height: 28px;
 
     .tag-content {
@@ -91,6 +92,8 @@
 }
 
 .way-entitys-box {
+    transform: translate(8px, -136px);
+
     .way-title {
         border: white 1px solid;
         padding-left: 2px;
@@ -110,6 +113,8 @@
 }
 
 .park-entitys-box {
+    transform: translate(0, -26px);
+
     .park-title {
         position: relative;
         left: -8px;
@@ -130,7 +135,40 @@
     }
 }
 
-.scene-entitys-box,
 .monitor-entitys-box {
     height: 40px;
+}
+
+
+.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 {
+        height: 40px;
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3