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,20 +13,28 @@
13 <p><router-link to="/products">Material Reagents</router-link></p> 13 <p><router-link to="/products">Material Reagents</router-link></p>
14 <p><router-link to="/products">Lab Device Products</router-link></p> 14 <p><router-link to="/products">Lab Device Products</router-link></p>
15 </v-col> 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 <b>About</b> 17 <b>About</b>
18 <p><router-link to="/about">About us</router-link></p> 18 <p><router-link to="/about">About us</router-link></p>
19 </v-col> 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 <b>Contact us</b> 22 <b>Contact us</b>
23 <p>Email: contact@canrd.com</p> 23 <p>Email: contact@canrd.com</p>
24 <p>Phone: +86 19867737979</p> 24 <p>Phone: +86 19867737979</p>
25 <p>Wechat: contactcanrd</p> 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 </div> 33 </div>
27 <img class="tw-float-left" src="/wechat.jpg" width="80" /> 34 <img class="tw-float-left" src="/wechat.jpg" width="80" />
28 </v-col> 35 </v-col>
29 </v-row> 36 </v-row>
  37 +
30 </v-container> 38 </v-container>
31 </div> 39 </div>
32 </template> 40 </template>