| | |
| | | import AMapLoader from '@amap/amap-jsapi-loader' |
| | | import { shallowRef } from '@vue/reactivity' |
| | | import { storeToRefs } from 'pinia'; |
| | | import Map from './map.vue' |
| | | import {BaiduMap, BmMapType, BmNavigation, BmPolygon, BmGround} from 'vue-baidu-map-3x' |
| | | import Map from './mapNew.vue' |
| | | // import {BaiduMap, BmMapType, BmNavigation, BmPolygon, BmGround} from 'vue-baidu-map-3x' |
| | | import { useUserInfo } from '/@/stores/userInfo'; |
| | | import {bigScreenApi} from "/@/api/bigScreen"; |
| | | |
| | |
| | | |
| | | export default defineComponent({ |
| | | name: 'bigScreen', |
| | | components: {Map,BaiduMap, BmMapType, BmNavigation, BmPolygon }, |
| | | components: {Map }, |
| | | props:{ |
| | | isFull: Boolean |
| | | }, |
| | |
| | | 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); |
| | | } |
| | | } |
| | | |