|
@@ -625,14 +625,14 @@ function onClickHotRelicSceneEntry() {
|
|
|
|
|
|
const isShowAreaList = ref(true)
|
|
|
const areaList = ref([
|
|
|
+ '江阴市',
|
|
|
+ '宜兴市',
|
|
|
+ '梁溪区',
|
|
|
'锡山区',
|
|
|
'惠山区',
|
|
|
'滨湖区',
|
|
|
- '梁溪区',
|
|
|
- '宜兴市',
|
|
|
- '江阴市',
|
|
|
'新吴区',
|
|
|
- '经开区',
|
|
|
+ '经开区'
|
|
|
])
|
|
|
const activeAreaIdx = ref(-1)
|
|
|
function onClickArea(idx) {
|
|
@@ -874,16 +874,16 @@ const iframeUrl = ref('')
|
|
|
z-index: 0;
|
|
|
}
|
|
|
>menu.area-list{
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- flex-direction: row-reverse;
|
|
|
- gap: 10px;
|
|
|
margin-bottom: 2vh;
|
|
|
+ width: 384px;
|
|
|
+ margin-left: auto;
|
|
|
&.hide{
|
|
|
opacity: 0;
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
>button{
|
|
|
+ margin-left: 10px;
|
|
|
+ margin-bottom: 10px;
|
|
|
width: 86px;
|
|
|
height: 39px;
|
|
|
border-radius: 53px 53px 53px 53px;
|