Commit 565723efb8e33514f7a9f88e944bffd4b1b8a4ae

Authored by 曾国涛
1 parent e0df362c

添加科路得地址和附件火车站/机场

Showing 1 changed file with 11 additions and 3 deletions
src/components/Footer.vue
... ... @@ -13,20 +13,28 @@
13 13 <p><router-link to="/products">Material Reagents</router-link></p>
14 14 <p><router-link to="/products">Lab Device Products</router-link></p>
15 15 </v-col>
16   - <v-col cols="12" lg="3" sm="12" md="6">
  16 + <v-col cols="12" lg="2" sm="12" md="6">
17 17 <b>About</b>
18 18 <p><router-link to="/about">About us</router-link></p>
19 19 </v-col>
20   - <v-col cols="12" lg="3" sm="12" md="6">
21   - <div class="tw-w-[250px] tw-float-left tw-mr-[8px]">
  20 + <v-col cols="12" lg="4" sm="12" md="6">
  21 + <div class="tw-float-left tw-mr-[8px]">
22 22 <b>Contact us</b>
23 23 <p>Email: contact@canrd.com</p>
24 24 <p>Phone: +86 19867737979</p>
25 25 <p>Wechat: contactcanrd</p>
  26 + <p>address: No. 9 Jinfeng Road, Houjie Town, Dongguan City, Guangdong Province, China.</p>
  27 + <p>Nearby train stations:</p>
  28 + <p>&nbsp;&nbsp;&nbsp;&nbsp;1.Humen Railway Station</p>
  29 + <p>&nbsp;&nbsp;&nbsp;&nbsp;2.Dongguan Station</p>
  30 + <p>Nearby airports:</p>
  31 + <p>&nbsp;&nbsp;&nbsp;&nbsp;1.Shenzhen Bao’an International Airport</p>
  32 + <p>&nbsp;&nbsp;&nbsp;&nbsp;2.Guangzhou Baiyun International Airport</p>
26 33 </div>
27 34 <img class="tw-float-left" src="/wechat.jpg" width="80" />
28 35 </v-col>
29 36 </v-row>
  37 +
30 38 </v-container>
31 39 </div>
32 40 </template>
... ...