From eb71fd6eacc6cac2e704f57c472e181cbb20990c Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 22 Dec 2021 16:04:52 +0800
Subject: [PATCH] +位置和细节,左侧导航栏接口,点击弹窗

---
 src/styles/entitys/text-entitys.scss |   55 +++++++++++++++++++++++++++++++++----------------------
 1 files changed, 33 insertions(+), 22 deletions(-)

diff --git a/src/styles/entitys/text-entitys.scss b/src/styles/entitys/text-entitys.scss
index be4b880..3266845 100644
--- a/src/styles/entitys/text-entitys.scss
+++ b/src/styles/entitys/text-entitys.scss
@@ -1,29 +1,42 @@
 .tag-entitys-box {
     height: 28px;
-
+    // border: 1px solid red;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    flex-direction: column;
     .tag-content {
-        display: inline;
-        height: 20px;
-        line-height: 20px;
-        border: #FFFFFF solid 1px;
-        padding: 1px 4px 1px 4px;
-        color: #FFFFFF;
-        text-align: center;
-        background-color: #cc0000;
-        border-radius: 4px;
-        box-shadow: 2px 2px 10px white;
-        font-size: 0.875rem;
+        // display: inline;
+        // height: 20px;
+        // line-height: 20px;
+        // border: #FFFFFF solid 1px;
+        // padding: 1px 4px 1px 4px;
+        // color: #FFFFFF;
+        // text-align: center;
+        // background-color: #cc0000;
+        // border-radius: 4px;
+        // box-shadow: 2px 2px 10px white;
+        font-size: 1.1rem;
+        font-weight: 900;
+        color: red;
+        -webkit-text-stroke-color: #fff;
+        -webkit-text-stroke-width: 0.6px;
     }
-
+    $imgsize: 30px;
     .tag-angle-content {
-        height: 9px;
-        text-align: center;
-        margin: -6px 26px 0px 10px;
+        // height: 9px;
+        // text-align: center;
+        // margin: -6px 26px 0px 10px;
+        width: $imgsize;
+        height: $imgsize;
+        img {
+            width: 100%;
+            height: 100%;
+        }
     }
 }
 
 .way-entitys-box {
-
     .way-title {
         border: white 1px solid;
         padding-left: 2px;
@@ -38,12 +51,11 @@
 
     .way-sign-box {
         width: 22;
-        text-align: center
+        text-align: center;
     }
 }
 
 .park-entitys-box {
-
     .park-title {
         position: relative;
         left: -8px;
@@ -54,13 +66,12 @@
 
     .park-sign-box {
         width: 22;
-        text-align: center
+        text-align: center;
     }
 }
 
 .html-layer {
-
     .div-icon {
         background: transparent;
     }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3