大屏滚动

This commit is contained in:
2022-08-01 12:28:31 +08:00
parent ebbf2aa57c
commit a01bfa857a
4 changed files with 23 additions and 14 deletions

View File

@@ -5,6 +5,7 @@
</t-header>
<Monitoring-Screen v-if="page === 'two'"></Monitoring-Screen>
<Device-Screen v-if="page === 'one'"></Device-Screen>
<section class="bottom"></section>
</section>
</template>
@@ -77,4 +78,7 @@ export default {
font-family "SourceHanSansCN"
_font(.18rem, .30rem, #fff, 700,)
letter-spacing .01rem
.bottom
_wh(100%, .38rem)
background center bottom / 19.06rem 100% url(../assets/images/screen1/bottom.png) no-repeat
</style>