新版式
This commit is contained in:
@@ -572,11 +572,11 @@
|
||||
top: vw(8);
|
||||
z-index: 9999;
|
||||
padding: 0 vw(20);
|
||||
height: vh(24);
|
||||
height: vh(34);
|
||||
text-align: center;
|
||||
line-height: vh(24);
|
||||
line-height: vh(34);
|
||||
font-weight: 400;
|
||||
font-size: vw(16);
|
||||
font-size: font-vw(18);
|
||||
color: #ffffff;
|
||||
background-image: url('@/assets/images/unfollow.png');
|
||||
background-size: 100% 100%;
|
||||
|
||||
@@ -54,11 +54,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<div class="border mr-8 flex-1">
|
||||
<div class="border mr-8 flex-1">
|
||||
<div class="pt-10">
|
||||
<Title3 title="今日景区车流量" />
|
||||
</div>
|
||||
<Line width="100%" :height="105" :data="carBearData" :xAxisData="carBearXAxisData" />
|
||||
<Line width="100%" :height="130" :data="carBearData" :xAxisData="carBearXAxisData" />
|
||||
</div>
|
||||
<div class="border flex-1">
|
||||
<div class="pt-10">
|
||||
@@ -69,7 +69,7 @@
|
||||
:dataList="dataLists"
|
||||
:total="carTotal"
|
||||
width="98%"
|
||||
:height="105"
|
||||
:height="140"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -390,7 +390,7 @@ import pubSub from 'pubsub-js'
|
||||
}
|
||||
.main {
|
||||
width: 100%;
|
||||
height: vh(800);
|
||||
height: vh(700);
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
position:relative;
|
||||
|
||||
@@ -222,7 +222,7 @@
|
||||
<RegionTop
|
||||
:list="scenicStore.userPortraitData.data.provinceRate"
|
||||
width="100%"
|
||||
:height="200"
|
||||
:height="220"
|
||||
/>
|
||||
</div>
|
||||
<div class="border flex-1">
|
||||
@@ -976,7 +976,7 @@
|
||||
align-items: center;
|
||||
background: #0a4190;
|
||||
border-radius: vw(4);
|
||||
font-size: vw(16.8); /* 14×1.2 */
|
||||
font-size: font-vw(18); /* 14×1.2 */
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user