diff --git a/dist大屏.zip b/dist3.28.zip similarity index 98% rename from dist大屏.zip rename to dist3.28.zip index 05321e9..22292a5 100644 Binary files a/dist大屏.zip and b/dist3.28.zip differ diff --git a/src/components/Title2/index.vue b/src/components/Title2/index.vue index f4ff51a..4377e71 100644 --- a/src/components/Title2/index.vue +++ b/src/components/Title2/index.vue @@ -1,7 +1,15 @@ @@ -19,10 +31,14 @@ height: vh(28); display: flex; align-items: center; - background-image: url('@/assets/images/title-5.png'); + // background-image: url('@/assets/images/title-5.png'); background-size: 100% 100%; - & > span { - padding-left: vw(22); + .item{ + // margin-right: vw(22); + padding:vw(5) vw(10); + // border-bottom:1px solid #ccc; + } + & span { font-weight: bold; font-size: vw(15); background-image: linear-gradient(to bottom, #ffffff 0%, #75c1ff 100%); @@ -31,5 +47,10 @@ -webkit-text-fill-color: transparent; /* 兼容WebKit内核浏览器 */ color: transparent; /* 兼容其他浏览器 */ } + & .active{ + background: linear-gradient(180deg, #00b7ff 0%, #0033ff 100%); + color:#fff; + border-bottom:none; + } } diff --git a/src/components/VideoDialog/index.vue b/src/components/VideoDialog/index.vue index 68ed491..dd597e1 100644 --- a/src/components/VideoDialog/index.vue +++ b/src/components/VideoDialog/index.vue @@ -269,7 +269,7 @@ } .video { width: vw(1814); - height: vw(950); + height: vw(920); object-fit: contain; background-color: #062b57; } diff --git a/src/views/home/components/box-1.vue b/src/views/home/components/box-1.vue index 8bfe35e..2dfd384 100644 --- a/src/views/home/components/box-1.vue +++ b/src/views/home/components/box-1.vue @@ -69,7 +69,16 @@
- + + +
@@ -127,9 +136,20 @@ import gauge from './gauge' import countup from 'vue-countup-v3' import { useHomeStore } from '@/stores/home' - + let optVal = ref('景区购票') + let options = ref([ + { + id: '1', + ssname: '景区购票' + }, { + id: '2', + ssname: '直通车购票' + } + ]) const homeStore = useHomeStore() - + const getScenicChart = ()=>{ + + } // 今日景区承载量 const scenicBearList = computed(() => { return [{ data: homeStore.scenicBearData.dataList.map((item) => item.value) }] @@ -150,6 +170,11 @@