| | |
| | | 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%; |
| | |
| | | width: calc(100% / 6); |
| | | text-align: center; |
| | | box-sizing: border-box; |
| | | font-size: 12px; |
| | | font-size: 11px; |
| | | } |
| | | } |
| | | .weatherTit{ |
| | |
| | | } |
| | | .weatherRow{ |
| | | color: #fff; |
| | | background: rgb(18,90,145); |
| | | } |
| | | } |
| | | |