| | |
| | | align-items: center; |
| | | justify-content: center; |
| | | flex-direction: column; |
| | | |
| | | .tag-content { |
| | | font-size: 1.1rem; |
| | | font-weight: 900; |
| | |
| | | -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; |
| | |
| | | align-items: center; |
| | | justify-content: center; |
| | | flex-direction: column; |
| | | |
| | | .tag-content { |
| | | font-size: 1.1rem; |
| | | font-weight: 900; |
| | |
| | | -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; |
| | | |
| | |
| | | .point-logo { |
| | | height: 40px; |
| | | text-align: center; |
| | | |
| | | img { |
| | | height: 40px; |
| | | } |
| | |
| | | } |
| | | |
| | | .way-entitys-box { |
| | | |
| | | .way-title { |
| | | border: white 1px solid; |
| | | padding-left: 2px; |
| | |
| | | } |
| | | |
| | | .park-entitys-box { |
| | | |
| | | .park-title { |
| | | position: relative; |
| | | left: -8px; |
| | |
| | | } |
| | | |
| | | .park-sign-box { |
| | | width: 22; |
| | | text-align: center; |
| | | |
| | | &>div:first-child { |
| | | img { |
| | | width: 22px; |
| | | height: 22px; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | .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: #0054d3; |
| | | text-shadow: 0 0 2px #fff; |
| | | } |
| | | |
| | | img { |
| | | height: 40px; |
| | | } |
| | | } |
| | | |
| | | |
| | | .monitor-entitys-box { |
| | | text-align: center; |
| | | |
| | | div { |
| | | line-height: 10px; |
| | | text-align: center; |
| | | font-weight: 700; |
| | | color: #0054d3; |
| | | text-shadow: 0 0 2px #fff; |
| | | } |
| | | |
| | | img { |
| | | height: 40px; |
| | | } |
| | | } |