hookehuyr

修改介绍页

1 <!-- 1 <!--
2 * @Date: 2024-04-17 18:40:39 2 * @Date: 2024-04-17 18:40:39
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-04-18 09:49:23 4 + * @LastEditTime: 2024-04-19 22:11:11
5 * @FilePath: /fxPark/src/views/fxPark/exhibition.vue 5 * @FilePath: /fxPark/src/views/fxPark/exhibition.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
8 <template> 8 <template>
9 <div class="exhibition-page"> 9 <div class="exhibition-page">
10 - <img src="https://cdn.ipadbiz.cn/xfPark/exhibition/01.1713404515.jpg" style="background-size: cover; width: 100%; pointer-events:none; display: block;"> 10 + <img src="https://cdn.ipadbiz.cn/xfPark/exhibition/01.1713535669.jpg" style="background-size: cover; width: 100%; pointer-events:none; display: block;">
11 - <img src="https://cdn.ipadbiz.cn/xfPark/exhibition/02.1713404515.jpg" style="background-size: cover; width: 100%; pointer-events:none; display: block;"> 11 + <img src="https://cdn.ipadbiz.cn/xfPark/exhibition/02.1713535669.jpg" style="background-size: cover; width: 100%; pointer-events:none; display: block;">
12 - <img src="https://cdn.ipadbiz.cn/xfPark/exhibition/03.1713404515.jpg" style="background-size: cover; width: 100%; pointer-events:none; display: block;"> 12 + <img src="https://cdn.ipadbiz.cn/xfPark/exhibition/03.1713535669.jpg" style="background-size: cover; width: 100%; pointer-events:none; display: block;">
13 </div> 13 </div>
14 </template> 14 </template>
15 15
......