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