From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1
---
src/styles/entitys/text-entitys.scss | 26 +++++++++++++++++++-------
1 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/src/styles/entitys/text-entitys.scss b/src/styles/entitys/text-entitys.scss
index b467d8a..08707a3 100644
--- a/src/styles/entitys/text-entitys.scss
+++ b/src/styles/entitys/text-entitys.scss
@@ -7,6 +7,7 @@
align-items: center;
justify-content: center;
flex-direction: column;
+
.tag-content {
font-size: 1.1rem;
font-weight: 900;
@@ -14,15 +15,18 @@
-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;
@@ -30,6 +34,7 @@
align-items: center;
justify-content: center;
flex-direction: column;
+
.tag-content {
font-size: 1.1rem;
font-weight: 900;
@@ -37,17 +42,19 @@
-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 {
- transform: translate(24px, -44px);
height: 28px;
.tag-content {
@@ -78,6 +85,7 @@
.point-logo {
height: 40px;
text-align: center;
+
img {
height: 40px;
}
@@ -92,7 +100,6 @@
}
.way-entitys-box {
- transform: translate(8px, -136px);
.way-title {
border: white 1px solid;
@@ -113,7 +120,6 @@
}
.park-entitys-box {
- transform: translate(0, -26px);
.park-title {
position: relative;
@@ -124,8 +130,14 @@
}
.park-sign-box {
- width: 22;
text-align: center;
+
+ &>div:first-child {
+ img {
+ width: 22px;
+ height: 22px;
+ }
+ }
}
}
@@ -147,7 +159,7 @@
line-height: 24px;
text-align: center;
font-weight: 700;
- color: #009bff;
+ color: #0054d3;
text-shadow: 0 0 2px #fff;
}
@@ -161,10 +173,10 @@
text-align: center;
div {
- line-height: 24px;
+ line-height: 10px;
text-align: center;
font-weight: 700;
- color: #009bff;
+ color: #0054d3;
text-shadow: 0 0 2px #fff;
}
--
Gitblit v1.9.3