带人物的模板打码

master
yujialong 4 months ago
parent 0258f10954
commit 88160da033
  1. BIN
      src/assets/images/page/careers.png
  2. BIN
      src/assets/images/page/devHistory.png
  3. BIN
      src/assets/images/page/estateEvent.png
  4. BIN
      src/assets/images/page/estateIndex.png
  5. BIN
      src/assets/images/page/estateLocation.png
  6. BIN
      src/assets/images/page/overviewDevHistory.png
  7. BIN
      src/assets/images/page/speech.png
  8. BIN
      src/assets/images/page/talent.png
  9. BIN
      src/assets/images/page/team.png
  10. 32
      src/pages/column/page/iasf.vue

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 78 KiB

@ -141,34 +141,16 @@
<div class="cover" @click="toSet(9)">点击更换标题与描述</div>
</div>
<ul class="people">
<li class="wow fadeInDown">
<img class="pic" src="https://huorantech.com/images/member/1.jpg" alt="">
<li v-for="(item, i) in articles4" :key="i" class="wow fadeInDown">
<img class="pic" :src="item.titleImg" alt="">
<div class="texts">
<h6>何裕琦</h6>
<p class="job">岗位物理组工程师</p>
<p class="hobby">爱好汽车旅游</p>
<div class="text">我们做物理设计就好像盖房子画设计图决不能眼界太窄不能指望房子过程中或者装修时再去提高一定要保持国际先进的视野和高度具备一定的超前性和前瞻性</div>
<h6>{{ item.title }}</h6>
<p class="job">{{ item.post }}</p>
<p class="hobby">{{ item.hobby }}</p>
<div class="text" v-html="item.mainBody"></div>
</div>
</li>
<li class="wow fadeInDown">
<img class="pic" src="https://huorantech.com/images/member/2.jpg" alt="">
<div class="texts">
<h6>张奕</h6>
<p class="job">岗位物理组工程师</p>
<p class="hobby">爱好慢跑旅游</p>
<div class="text">我们做物理设计就好像盖房子画设计图决不能眼界太窄不能指望房子过程中或者装修时再去提高一定要保持国际先进的视野和高度具备一定的超前性和前瞻性</div>
</div>
</li>
<li class="wow fadeInDown">
<img class="pic" src="https://huorantech.com/images/member/3.jpg" alt="">
<div class="texts">
<h6>刘鹤</h6>
<p class="job">岗位物理组工程师</p>
<p class="hobby">爱好慢跑旅游</p>
<div class="text">我们做物理设计就好像盖房子画设计图决不能眼界太窄不能指望房子过程中或者装修时再去提高一定要保持国际先进的视野和高度具备一定的超前性和前瞻性</div>
</div>
</li>
<div class="cover" @click="toSet(10)">关联栏目</div>
<div class="cover" style="min-height: 534px;" @click="toSet(10)">关联栏目</div>
</ul>
</div>
</div>

Loading…
Cancel
Save