|
|
@ -9,7 +9,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="content"> |
|
|
|
<div class="content"> |
|
|
|
<div class="content-left"> |
|
|
|
<div class="content-left"> |
|
|
|
<div class="time"> |
|
|
|
<div class="time" @click="envSelect"> |
|
|
|
{{ hour }}<span>:</span>{{ minutes }} |
|
|
|
{{ hour }}<span>:</span>{{ minutes }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -86,7 +86,12 @@ const change = () => { |
|
|
|
imgs.value.src = `/src/assets/imgs/home-screen/切图-关机时循环_000${index.value < 10? '0' + index.value: index.value}.png`; |
|
|
|
imgs.value.src = `/src/assets/imgs/home-screen/切图-关机时循环_000${index.value < 10? '0' + index.value: index.value}.png`; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 环境模拟选择 |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
const envSelect = () => { |
|
|
|
|
|
|
|
router.push("/envSelect"); |
|
|
|
|
|
|
|
}; |
|
|
|
/** 跳转消息页面 */ |
|
|
|
/** 跳转消息页面 */ |
|
|
|
const goMessagePage = () => { |
|
|
|
const goMessagePage = () => { |
|
|
|
router.push("/message"); |
|
|
|
router.push("/message"); |
|
|
@ -95,7 +100,7 @@ const goMessagePage = () => { |
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
<style lang="scss" scoped> |
|
|
|
#home-screen-wrapper { |
|
|
|
#home-screen-wrapper { |
|
|
|
width: 100vh; |
|
|
|
width: 100vw; |
|
|
|
height: 100vh; |
|
|
|
height: 100vh; |
|
|
|
background: url('@/assets/imgs/home-screen/snow@2x.png') no-repeat; |
|
|
|
background: url('@/assets/imgs/home-screen/snow@2x.png') no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
background-size: 100% 100%; |
|
|
@ -106,10 +111,11 @@ const goMessagePage = () => { |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
color: #FFF; |
|
|
|
color: #FFF; |
|
|
|
margin-top: 12px; |
|
|
|
margin-top: 12px; |
|
|
|
|
|
|
|
|
|
|
|
.wifi-icon { |
|
|
|
.wifi-icon { |
|
|
|
margin-left: 24px; |
|
|
|
margin-left: 24px; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
img { |
|
|
|
img { |
|
|
|
width: 28px; |
|
|
|
width: 28px; |
|
|
|
height: 28px; |
|
|
|
height: 28px; |
|
|
|