maochaoying 2 years ago
parent
commit
6e8bc19cca
  1. 2
      src/components/TopNav/index.vue
  2. 2
      src/views/Index/components/ContactUs/index.vue
  3. 3
      src/views/Index/components/Cooperation/index.vue
  4. 1
      src/views/Index/components/Culture/index.vue
  5. 1
      src/views/Index/components/MechanicalControl/index.vue
  6. 1
      src/views/Index/components/MechanicalDrive/index.vue
  7. 1
      src/views/Index/components/ReadWidely/index.vue
  8. 1
      src/views/Index/components/Recruit/index.vue

2
src/components/TopNav/index.vue

@ -41,7 +41,7 @@ const getActiveClass = index => {
const scrollToPage = index => { const scrollToPage = index => {
// //
swiperStore.swiper.slideTo(index, 0, false)
swiperStore.swiper.slideTo(index, 1000, false)
if (index == 3) { if (index == 3) {
setTimeout(() => { setTimeout(() => {
countStore.countAdd() countStore.countAdd()

2
src/views/Index/components/ContactUs/index.vue

@ -25,7 +25,7 @@
</div> </div>
<div class="item"> <div class="item">
<img :src="Phone" alt="" class="icon" /> <img :src="Phone" alt="" class="icon" />
<p class="phone">老师&nbsp;&nbsp;137&nbsp;1789&nbsp;2018</p>
<p class="phone">老师&nbsp;&nbsp;131&nbsp;6196&nbsp;7787</p>
</div> </div>
</div> </div>
<div class="phone_line_2"> <div class="phone_line_2">

3
src/views/Index/components/Cooperation/index.vue

@ -8,7 +8,7 @@
<p class="line"></p> <p class="line"></p>
<p class="title">合作<span class="blue_font">客户</span></p> <p class="title">合作<span class="blue_font">客户</span></p>
<p class="detail"> <p class="detail">
医疗企业 互联网公司 智能硬件公司 科研院所 工业自动化企业
医疗企业&nbsp;&nbsp;互联网公司&nbsp;&nbsp;智能硬件公司&nbsp;&nbsp;科研院所&nbsp;&nbsp;工业自动化企业
</p> </p>
<!-- <img class="img" :src="Back" alt="back" /> --> <!-- <img class="img" :src="Back" alt="back" /> -->
</div> </div>
@ -101,6 +101,7 @@ const showEmpty = ref(true)
font-weight: 300; font-weight: 300;
color: #646a73; color: #646a73;
font-family: 'SourceHanSansLight'; font-family: 'SourceHanSansLight';
letter-spacing: 2px;
} }
} }
.contract { .contract {

1
src/views/Index/components/Culture/index.vue

@ -137,6 +137,7 @@ const showEmpty = ref(true)
font-weight: 300; font-weight: 300;
color: #646a73; color: #646a73;
font-family: 'SourceHanSansLight'; font-family: 'SourceHanSansLight';
letter-spacing: 2px;
} }
} }
.card_list { .card_list {

1
src/views/Index/components/MechanicalControl/index.vue

@ -146,6 +146,7 @@ onMounted(() => {
font-weight: 300; font-weight: 300;
color: #646a73; color: #646a73;
font-family: 'SourceHanSansLight'; font-family: 'SourceHanSansLight';
letter-spacing: 2px;
} }
} }
.main_introduce { .main_introduce {

1
src/views/Index/components/MechanicalDrive/index.vue

@ -108,6 +108,7 @@ onMounted(() => {
font-weight: 300; font-weight: 300;
color: #646a73; color: #646a73;
font-family: 'SourceHanSansLight'; font-family: 'SourceHanSansLight';
letter-spacing: 2px;
} }
} }
.content_main { .content_main {

1
src/views/Index/components/ReadWidely/index.vue

@ -105,6 +105,7 @@ onMounted(() => {
font-weight: 300; font-weight: 300;
color: #646a73; color: #646a73;
font-family: 'SourceHanSansLight'; font-family: 'SourceHanSansLight';
letter-spacing: 2px;
} }
} }
.content { .content {

1
src/views/Index/components/Recruit/index.vue

@ -123,6 +123,7 @@ const showEmpty = ref(true)
font-weight: 300; font-weight: 300;
color: #646a73; color: #646a73;
font-family: 'SourceHanSansLight'; font-family: 'SourceHanSansLight';
letter-spacing: 2px;
} }
} }
.content { .content {

Loading…
Cancel
Save