liyongli 2 年 前
コミット
efd5999dc8
2 ファイル変更14 行追加0 行削除
  1. BIN
      src/assets/img/down.png
  2. 14 0
      src/view/motorVehicle/components/one.vue

BIN
src/assets/img/down.png


+ 14 - 0
src/view/motorVehicle/components/one.vue

@@ -6,6 +6,12 @@
       class="jiaotonglogo"
       :src="jiaotonglogo"
     />
+    <van-image
+      width="147"
+      height="48"
+      class="down"
+      :src="down"
+    />
     <div class="title">
       <span class="bigTitle">2023</span>
@@ -26,6 +32,7 @@
 <script setup>
 // import { onMounted, reactive } from "vue";
 import jiaotonglogo from '../../../assets/img/jiaotong.png';
+import down from '../../../assets/img/down.png';
 import countTo from '@/components/counto/vue-countTo.vue';
 </script>
 <style scoped>
@@ -43,6 +50,13 @@ import countTo from '@/components/counto/vue-countTo.vue';
   top: 13px;
   right: 11px;
 }
+.down{
+    
+  position: absolute;
+  left: 50%;
+  transform: translateX(-50%);
+  bottom: 15px;
+}
 .title {
   font-size: 16px;
   line-height: 23px;