From 6851cc1e217a2af9ae62ebb3bf28e00a0d8ddadb Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 31 Dec 2021 09:06:55 +0800
Subject: [PATCH] +
---
src/styles/entitys/text-entitys.scss | 62 ++++++++++++++++++++++++++----
1 files changed, 53 insertions(+), 9 deletions(-)
diff --git a/src/styles/entitys/text-entitys.scss b/src/styles/entitys/text-entitys.scss
index be4b880..90f4722 100644
--- a/src/styles/entitys/text-entitys.scss
+++ b/src/styles/entitys/text-entitys.scss
@@ -1,3 +1,51 @@
+$imgsize: 25px;
+
+.mobiletag-entitys-box {
+ // 手机地图点 勿删
+ height: 28px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+ .tag-content {
+ font-size: 1.1rem;
+ font-weight: 900;
+ color: red;
+ -webkit-text-stroke-color: #fff;
+ -webkit-text-stroke-width: 0.6px;
+ }
+ .tag-angle-content {
+ width: $imgsize;
+ height: $imgsize;
+ img {
+ width: 100%;
+ height: 100%;
+ }
+ }
+}
+.mobiletag-entitys-box-pink {
+ // 手机地图点 勿删 粉色
+ height: 28px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+ .tag-content {
+ font-size: 1.1rem;
+ font-weight: 900;
+ color: #fe77fe;
+ -webkit-text-stroke-color: #fff;
+ -webkit-text-stroke-width: 0.6px;
+ }
+ .tag-angle-content {
+ width: $imgsize;
+ height: $imgsize;
+ img {
+ width: 100%;
+ height: 100%;
+ }
+ }
+}
.tag-entitys-box {
height: 28px;
@@ -5,9 +53,9 @@
display: inline;
height: 20px;
line-height: 20px;
- border: #FFFFFF solid 1px;
+ border: #ffffff solid 1px;
padding: 1px 4px 1px 4px;
- color: #FFFFFF;
+ color: #ffffff;
text-align: center;
background-color: #cc0000;
border-radius: 4px;
@@ -21,9 +69,7 @@
margin: -6px 26px 0px 10px;
}
}
-
.way-entitys-box {
-
.way-title {
border: white 1px solid;
padding-left: 2px;
@@ -38,12 +84,11 @@
.way-sign-box {
width: 22;
- text-align: center
+ text-align: center;
}
}
.park-entitys-box {
-
.park-title {
position: relative;
left: -8px;
@@ -54,13 +99,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