马宇豪
2025-05-08 1289c40801a6f0da5ba786fb4a9e8203e3e2620a
src/views/bigScreen/components/screen.vue
@@ -2012,12 +2012,16 @@
            background: url("../../../assets/warningScreen/data-6.png") no-repeat center;
            background-size: 90% 90%;
          }
          div:nth-of-type(7){
            background: url("../../../assets/warningScreen/data-7.png") no-repeat center;
            background-size: 90% 90%;
          }
        }
        .weather{
          width: 100%;
          height: calc(100% - 60px);
          background: url("../../../assets/warningScreen/scroll-bg2.png") no-repeat bottom;
          background-size: 100% 82%;
          //background: url("../../../assets/warningScreen/scroll-bg.png") no-repeat bottom;
          //background-size: 100% 82%;
          tr{
            width: 100%;
@@ -2029,7 +2033,7 @@
              width: calc(100% / 6);
              text-align: center;
              box-sizing: border-box;
              font-size: 12px;
              font-size: 11px;
            }
          }
          .weatherTit{
@@ -2037,6 +2041,7 @@
          }
          .weatherRow{
            color: #fff;
            background: rgb(18,90,145);
          }
        }