|
|
@@ -740,22 +740,22 @@
|
|
|
<div class="right_item_item_else flex_column">
|
|
|
<div class="right_item_item_else_top">
|
|
|
<div class="left_user_top" style="height: 100%;">
|
|
|
- <div class="left_user_number" style="width: 60%;">
|
|
|
+ <div class="left_user_number" style="width: 60%;" v-for="(item,index) in schoolList1" :key="index">
|
|
|
<div class="text_box" style="padding-left: 280px;">
|
|
|
- <img style="width: 20%;" src="./images/newImage/school.png" alt="">
|
|
|
- <span class="text_num" style="color: #65FAFF;">35
|
|
|
- <span>所</span></span>
|
|
|
- <span class="text_title">实习实训高校</span>
|
|
|
+ <img style="width: 20%;" :src="item.image" alt="">
|
|
|
+ <span class="text_num" :style="item.style">{{ item.value }}
|
|
|
+ <span>{{ item.unit }}</span></span>
|
|
|
+ <span class="text_title">{{ item.name }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="left_user_number" style="width: 60%;">
|
|
|
+ <!-- <div class="left_user_number" style="width: 60%;">
|
|
|
<div class="text_box" style="padding-left: 280px;">
|
|
|
<img style="width: 20%;" src="./images/newImage/pink.png" alt="">
|
|
|
<span class="text_num"
|
|
|
style="color: #EC8AED;">1714<span>人</span></span>
|
|
|
<span class="text_title">实习实训</span>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="right_item_item_else_main flex_column">
|
|
|
@@ -783,22 +783,22 @@
|
|
|
<div class="right_item_item_else_top">
|
|
|
<div class="left_user_top" style="height: 100%;">
|
|
|
|
|
|
- <div class="left_user_number" style="width: 50%;">
|
|
|
+ <div class="left_user_number" style="width: 50%;" v-for="(item,index) in schoolList2" :key="index">
|
|
|
<div class="text_box" style="padding-left: 280px;">
|
|
|
- <img style="width: 20%;" src="./images/newImage/yellow.png" alt="">
|
|
|
+ <img style="width: 20%;" :src="item.image" alt="">
|
|
|
<span class="text_num"
|
|
|
- style="color: #FF9915;">7<span>所</span></span>
|
|
|
- <span class="text_title">产学研合作高校</span>
|
|
|
+ :style="item.style">{{ item.value }}<span>{{ item.unit }}</span></span>
|
|
|
+ <span class="text_title">{{ item.name }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="left_user_number" style="width: 50%;">
|
|
|
+ <!-- <div class="left_user_number" style="width: 50%;">
|
|
|
<div class="text_box" style="padding-left: 280px;">
|
|
|
<img style="width: 20%;" src="./images/newImage/green.png" alt="">
|
|
|
<span class="text_num" style="color: #39F656;">120
|
|
|
<span>个</span></span>
|
|
|
<span class="text_title">产学研成果</span>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="scroll_board_bg flex_column">
|