|
|
|
|
@ -14,6 +14,10 @@ |
|
|
|
|
<div> |
|
|
|
|
{{temp}}℃ {{text}} |
|
|
|
|
</div> |
|
|
|
|
<div @click="$router.replace({path: `/wel/index`})"> |
|
|
|
|
<img src="../../../../public/img/energySources/r.png" style="width: 0.2rem;height: 0.2rem;" srcset=""> |
|
|
|
|
返回首页 |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="htitle"> |
|
|
|
|
@ -56,7 +60,7 @@ export default { |
|
|
|
|
</script> |
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.box { |
|
|
|
|
width: 7.5rem; |
|
|
|
|
width: calc(100% - 0.48rem); |
|
|
|
|
height: 0.54rem; |
|
|
|
|
display: flex; |
|
|
|
|
color: #85AADD; |
|
|
|
|
@ -93,6 +97,13 @@ export default { |
|
|
|
|
line-height: 0.48rem; |
|
|
|
|
margin-left: 0.36rem; |
|
|
|
|
} |
|
|
|
|
div:nth-child(5) { |
|
|
|
|
font-size: 0.2rem; |
|
|
|
|
line-height: 0.48rem; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
right: 10px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.htitle { |
|
|
|
|
|