From 721cb7605766458c666c3a2a6d5cd46fe031d70f Mon Sep 17 00:00:00 2001 From: duanliang <540489889@qq.com> Date: Wed, 25 Jun 2025 18:39:12 +0800 Subject: [PATCH] 25 --- src/views/collect/components/video-box.vue | 4 ++-- src/views/vehicles/components/big-map.vue | 12 +++++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/collect/components/video-box.vue b/src/views/collect/components/video-box.vue index 33137e8..9fbe430 100644 --- a/src/views/collect/components/video-box.vue +++ b/src/views/collect/components/video-box.vue @@ -461,7 +461,6 @@ .video-box { display: flex; flex: 1; - flex: 1; height: vh(950); margin-top: vh(120); margin-left: vw(10); @@ -481,6 +480,7 @@ box-sizing: border-box; background-image: url('@/assets/images/item-primary.png'); background-size: 100% 100%; + margin-bottom:vh(10); > img { width: 100%; height: 100%; @@ -557,7 +557,7 @@ height: vh(275); padding: vh(10) vw(10); box-sizing: border-box; - // margin-bottom:1%; + margin-bottom:vh(6); background-image: url('/src/assets/images/item-primary.png'); background-size: 100% 100%; &:hover { diff --git a/src/views/vehicles/components/big-map.vue b/src/views/vehicles/components/big-map.vue index f7d5cd2..426e684 100644 --- a/src/views/vehicles/components/big-map.vue +++ b/src/views/vehicles/components/big-map.vue @@ -533,20 +533,26 @@ import PubSub from 'pubsub-js' } .tabs-box{ display:flex; + padding:vh(10); + padding-bottom:0; .tabs-list{ flex:1; display:flex; align-items: center; justify-content: center; .t-item{ - margin:0 vw(10); + // margin:0 vw(10); font-size:vw(18); color:#fff; padding:vh(5) 0; + background: url('@/assets/images/title-2.png') no-repeat center 100%; + background-size:100% 100%; + padding:vw(10) vw(35); } .tabs-active{ - color:#409eff; - border-bottom:1px solid #409eff; + // color:#409eff; + background: url('@/assets/images/title-2-select.png') no-repeat center 100%; + background-size:100% 100%; } }