|
@@ -1,8 +1,8 @@
|
|
|
<!--
|
|
<!--
|
|
|
* @Author: Wzh
|
|
* @Author: Wzh
|
|
|
* @Date: 2020-01-23 10:48:49
|
|
* @Date: 2020-01-23 10:48:49
|
|
|
- * @LastEditors: Wzh
|
|
|
|
|
- * @LastEditTime: 2020-02-19 15:10:29
|
|
|
|
|
|
|
+ * @LastEditors: wjc
|
|
|
|
|
+ * @LastEditTime: 2025-12-12 16:53:29
|
|
|
* @Description: 地图左下列表
|
|
* @Description: 地图左下列表
|
|
|
-->
|
|
-->
|
|
|
<template>
|
|
<template>
|
|
@@ -177,8 +177,6 @@ export default {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
width: 50%;
|
|
width: 50%;
|
|
|
height: 50%;
|
|
height: 50%;
|
|
|
- // height: halfH(482);
|
|
|
|
|
- // width: halfW(330);
|
|
|
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
|
background:rgba(10,25,43,0.6);
|
|
background:rgba(10,25,43,0.6);
|
|
|
border:1px solid rgba(19,51,88,1);
|
|
border:1px solid rgba(19,51,88,1);
|
|
@@ -198,7 +196,6 @@ export default {
|
|
|
// line-height:halfH(58);
|
|
// line-height:halfH(58);
|
|
|
background:rgba(34,127,233,0.6);
|
|
background:rgba(34,127,233,0.6);
|
|
|
font-size: halfH(18);
|
|
font-size: halfH(18);
|
|
|
- font-family:Hiragino Sans GB;
|
|
|
|
|
font-weight:bold;
|
|
font-weight:bold;
|
|
|
color:rgba(255,255,255,1);
|
|
color:rgba(255,255,255,1);
|
|
|
}
|
|
}
|