返回首页

main
jn517618 2 years ago
parent 4dab98f026
commit 044b7c6c7e
  1. BIN
      public/img/energySources/r.png
  2. 13
      src/views/energySources/component/header.vue
  3. 10
      src/views/energySourcesProvince/component/header.vue

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -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 {

@ -14,7 +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">
<!-- 嘉禾县铸锻造企双碳监测平台 -->
@ -91,6 +94,11 @@ export default {
}
div:nth-child(4) {
font-size: 0.2rem;
line-height: 0.48rem;
margin-left: 0.36rem;
}
div:nth-child(5) {
font-size: 0.2rem;
line-height: 0.48rem;
position: absolute;

Loading…
Cancel
Save