|
|
@ -3,7 +3,7 @@ |
|
|
<div class="ip"></div> |
|
|
<div class="ip"></div> |
|
|
<div class="guide" @click="goPage({ title: '地图导览', path: '/guide' })"></div> |
|
|
<div class="guide" @click="goPage({ title: '地图导览', path: '/guide' })"></div> |
|
|
<div class="header" :style="{ backgroundImage: `url(${theme.images.billBoardBg})` }"> |
|
|
<div class="header" :style="{ backgroundImage: `url(${theme.images.billBoardBg})` }"> |
|
|
<div class="r1">当前位置 <img src="./loc.png" alt="" /></div> |
|
|
|
|
|
|
|
|
<div class="r1">当前位置 <img :src="theme.images.billboardLoc" alt="" /></div> |
|
|
<div class="r2">{{ bf }}</div> |
|
|
<div class="r2">{{ bf }}</div> |
|
|
<div class="r3"></div> |
|
|
<div class="r3"></div> |
|
|
<QRCodeFromText |
|
|
<QRCodeFromText |
|
|
@ -257,7 +257,7 @@ watch(scrollLefts, _scrollLefts => { |
|
|
font-weight: 700; |
|
|
font-weight: 700; |
|
|
font-size: 20px; |
|
|
font-size: 20px; |
|
|
line-height: 23px; |
|
|
line-height: 23px; |
|
|
color: rgba(0, 0, 0, 0.6); |
|
|
|
|
|
|
|
|
color: var(--billboard-legendColor, rgba(0, 0, 0, 0.6)); |
|
|
img { |
|
|
img { |
|
|
width: 20px; |
|
|
width: 20px; |
|
|
height: 20px; |
|
|
height: 20px; |
|
|
@ -401,7 +401,7 @@ watch(scrollLefts, _scrollLefts => { |
|
|
font-size: 16px; |
|
|
font-size: 16px; |
|
|
line-height: 19px; |
|
|
line-height: 19px; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
color: rgba(0, 0, 0, 0.6); |
|
|
|
|
|
|
|
|
color: var(--billboard-legendColor, rgba(0, 0, 0, 0.6)); |
|
|
.num { |
|
|
.num { |
|
|
content: counter(count); |
|
|
content: counter(count); |
|
|
|
|
|
|
|
|
|