|
@@ -20,7 +20,7 @@
|
|
|
</div>
|
|
|
<div class="tag-box">
|
|
|
<div class="box-header">
|
|
|
- <i class="icon-time" />
|
|
|
+ <i class="icon-mode" />
|
|
|
<div class="gradient-text">建设模式</div>
|
|
|
<i class="icon-dot" />
|
|
|
</div>
|
|
@@ -37,7 +37,7 @@
|
|
|
</div>
|
|
|
<div class="tag-box">
|
|
|
<div class="box-header">
|
|
|
- <i class="icon-time" />
|
|
|
+ <i class="icon-type" />
|
|
|
<div class="gradient-text">无人机类型</div>
|
|
|
<i class="icon-dot" />
|
|
|
</div>
|
|
@@ -169,6 +169,18 @@ const handleConfirm = (): void => {
|
|
|
background: url('@/assets/images/map/rightMenu/uva/time.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
+ .icon-mode {
|
|
|
+ width: 63px;
|
|
|
+ height: 75px;
|
|
|
+ background: url('@/assets/images/map/rightMenu/uva/mode.png') no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ .icon-type {
|
|
|
+ width: 70px;
|
|
|
+ height: 70px;
|
|
|
+ background: url('@/assets/images/map/rightMenu/uva/type.png') no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
.icon-dot {
|
|
|
width: 34px;
|
|
|
height: 34px;
|