| File was renamed from src/views/Home/MapPopUpBox.vue |
| | |
| | | <div class="mapPopUpBox"> |
| | | <div class="header"> |
| | | <div class="headerLeft"> |
| | | <img class="header-image" src="@/assets/images/home/MapPopUpBox/titleImg.png" alt="" /> |
| | | <img class="header-image" src="../../../assets/images/home/mapPopUpBox/titleImg.png" alt="" /> |
| | | <div class="header-title">安义县机场</div> |
| | | </div> |
| | | <el-icon class="header-close" @click="props.removeLabel"> |
| | |
| | | .mapPopUpBox { |
| | | width: 418px; |
| | | height: 240px; |
| | | background: url('@/assets/images/home/MapPopUpBox/mapPopUpBg.png') no-repeat center / 100% 100%; |
| | | background: url('@/assets/images/home/mapPopUpBox/mapPopUpBg.png') no-repeat center / 100% 100%; |
| | | padding-left: 98px; |
| | | |
| | | .header { |
| | |
| | | background: linear-gradient(180deg, #ffffff 41%, #35d0ff 86%); |
| | | -webkit-background-clip: text; |
| | | -webkit-text-fill-color: transparent; |
| | | -moz-background-clip: text; |
| | | -moz-text-fill-color: transparent; |
| | | background-clip: text; |
| | | text-fill-color: transparent; |
| | | margin-left: 4px; |
| | | } |
| | | |
| | |
| | | .status-item { |
| | | width: 66px; |
| | | height: 54px; |
| | | background: url('@/assets/images/home/MapPopUpBox/itembg.png') no-repeat center / 100% 100%; |
| | | background: url('@/assets/images/home/mapPopUpBox/itembg.png') no-repeat center / 100% 100%; |
| | | text-align: center; |
| | | |
| | | .status-value { |