web
2025-06-19 08b842bbc24be15f81ba7de49071904131f2b694
src/screen/index.vue
@@ -2,7 +2,7 @@
    <div class="main">
        <div class="header">
            <div class="top">
                <div class="title">xxxxxxxxxxxxx大屏</div>
                <!-- <div class="title">丰都气体检测大屏</div> -->
                <div class="time">
                    <span>{{ nowTime.date }}</span>
                    <span>{{ nowTime.time }}</span>
@@ -67,6 +67,7 @@
const btnList = ref([
    {name:'首页总览',url:'/screen/home'},
    {name:'设备管理',url:'/screen/device'},
    {name:'系统监管',url:'/user'},
])
@@ -107,18 +108,18 @@
<style lang="scss" scoped>
.main{
    background:rgba(8,28,65,1);
    //background-image:url("../assets/images/screen/bcg.png");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    min-height: 1080px;
    position: relative;
    .header{
        width: 100%;
        height: 10%;
        .top{
            position: relative;
            z-index: 1000;
            width: 100%;
            height: 6.5rem;
            height: 5.5rem;
            background-image: url("../assets/images/screen/head.png");
            background-size: 100% 100%;
            background-repeat: no-repeat;
@@ -254,9 +255,6 @@
    .content{
        width: 100%;
        height: 90%;
        background: url("../assets/images/screen/content_bg.png") no-repeat;
        background-size: 100% 100%;
        padding: 0 1.5rem 1.5rem;
    }
}
</style>