index.vue 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. <template>
  2. <div class="content">
  3. <!-- banner图 -->
  4. <banner></banner>
  5. <!-- 寄件按钮 -->
  6. <div class="btn-two">
  7. <router-link to="/Express">
  8. <img src="../assets/images/icon4.png" alt="">
  9. <span>
  10. <p>寄快递</p>
  11. <!-- <p>放心寄 丢必赔</p> -->
  12. </span>
  13. </router-link>
  14. <router-link to="Inexpress">
  15. <img src="../assets/images/icon5.png" alt="">
  16. <span>
  17. <p>内部件</p>
  18. <!-- <p>让工作 更便捷</p> -->
  19. </span>
  20. </router-link>
  21. <router-link to="Logisticslist">
  22. <img src="../assets/images/icon22.png" alt="">
  23. <span>
  24. <p>我的寄件</p>
  25. <!-- <p>让工作 更便捷</p> -->
  26. </span>
  27. </router-link>
  28. <router-link to="Search">
  29. <img src="../assets/images/a-124.png" alt="">
  30. <span>
  31. <p>我的收件</p>
  32. <!-- <p>让工作 更便捷</p> -->
  33. </span>
  34. </router-link>
  35. </div>
  36. <!-- 同城急送 -->
  37. <!-- <div class="btn-four">
  38. <div>
  39. <router-link to="/Cityexpress">
  40. <img src="../assets/images/icon6.png" alt="">
  41. <span>
  42. <p>同城急送</p>
  43. <p>闪送更快更安全</p>
  44. </span>
  45. </router-link>
  46. </div>
  47. <div>
  48. <router-link to="/Multipleexpress">
  49. <img src="../assets/images/icon7.png" alt="">
  50. <span>
  51. <p>批量寄</p>
  52. <p>便捷寄多个快递</p>
  53. </span>
  54. </router-link>
  55. </div>
  56. <div>
  57. <router-link to="/Foreignexpress">
  58. <img src="../assets/images/icon8.png" alt="">
  59. <span>
  60. <p>国际件</p>
  61. <p>放心寄 丢必赔</p>
  62. </span>
  63. </router-link>
  64. </div>
  65. <div>
  66. <router-link to="/Hkexpress">
  67. <img src="../assets/images/icon9.png" alt="">
  68. <span>
  69. <p>港澳台</p>
  70. <p>让工作 更快捷</p>
  71. </span>
  72. </router-link>
  73. </div>
  74. </div> -->
  75. <!-- -->
  76. <!-- <div class="ad-two">
  77. <router-link :to="{ path: 'Myaddressbook', query: { active: 1 }}">
  78. <img src="../assets/images/ad_icon1.png" alt="">
  79. <span>地址簿</span>
  80. </router-link>
  81. <router-link to="" @click.native="link()">
  82. <img src="../assets/images/ad_icon2.png" alt="">
  83. <span>寄包柜</span>
  84. </router-link>
  85. <router-link to="/Xz">
  86. <img src="../assets/images/ad_icon4.png" alt="">
  87. <span>禁寄品</span>
  88. </router-link>
  89. </div> -->
  90. <!-- 底部icon -->
  91. <!-- <div class="foot_icon">
  92. <div>
  93. <img src="../assets/images/foot_icon1.png" >
  94. <p>放心寄 丢必赔</p>
  95. </div>
  96. <div>
  97. <img src="../assets/images/foot_icon2.png" >
  98. <p>闪电送件</p>
  99. </div>
  100. <div>
  101. <img src="../assets/images/foot_icon3.png" >
  102. <p>专属客服</p>
  103. </div>
  104. </div> -->
  105. <!-- 底部 -->
  106. <tabbar></tabbar>
  107. </div>
  108. </template>
  109. <script>
  110. import {Toast,Dialog} from 'vant'
  111. // import tabber from "./components/tabbar"
  112. export default {
  113. data() {
  114. return {
  115. };
  116. },
  117. created:function(){
  118. //本地(服务器下面这个要去了)
  119. //localStorage.setItem("openid", "123");
  120. //this.getOpenid("");
  121. this.isLogin();
  122. },
  123. methods:{
  124. link(){
  125. Toast("正在开发中,敬请期待!")
  126. }
  127. }
  128. };
  129. </script>
  130. <style lang="less" scoped>
  131. .content{
  132. padding: .33rem .34rem 1rem;
  133. .btn-two{
  134. font-size: .24rem;
  135. color: #999999;
  136. display: flex;
  137. flex-wrap: wrap;
  138. margin:.2rem auto;
  139. height: 300px;
  140. a{
  141. display: flex;
  142. flex-direction: column;
  143. align-items: center;
  144. justify-content: center;
  145. color: #999999;
  146. padding: .25rem 0rem;
  147. background: white;
  148. width:50%;
  149. border-radius: .05rem;
  150. justify-content: center;
  151. img{
  152. width: 1.2rem;
  153. height: 1.2rem;
  154. position: relative;
  155. top: .1rem;
  156. margin-bottom: 10px;
  157. }
  158. span{
  159. p:nth-of-type(1){
  160. font-size: .3rem;
  161. color:#333;
  162. font-weight: bold;
  163. margin-bottom: .1rem;
  164. }
  165. }
  166. }
  167. }
  168. .btn-four{
  169. font-size: .24rem;
  170. color: #999999;
  171. display: flex;
  172. flex-wrap: wrap;
  173. justify-content: space-between;
  174. margin:.2rem auto;
  175. background: white;
  176. padding: .25rem .2rem;
  177. border-radius: .05rem;
  178. div{
  179. flex: 1;
  180. min-width: 48%;
  181. padding: .2rem 0rem;
  182. a{
  183. display: flex;
  184. color: #999999;
  185. justify-content: center;
  186. padding: .1rem 0rem;
  187. img{
  188. width: .52rem;
  189. height: .5rem;
  190. position: relative;
  191. top: .2rem;
  192. }
  193. span{
  194. margin-left: .25rem;
  195. p:nth-of-type(1){
  196. font-size: .3rem;
  197. color:#333;
  198. font-weight: bold;
  199. margin-bottom: .1rem;
  200. }
  201. }
  202. }
  203. }
  204. div:nth-of-type(1) a,div:nth-of-type(3) a{
  205. border-right: .01rem solid #f7f7f7;
  206. }
  207. div:nth-of-type(1),div:nth-of-type(2){
  208. border-bottom: .01rem solid #f7f7f7;
  209. }
  210. }
  211. .ad-two{
  212. font-size: .24rem;
  213. color: #999999;
  214. display: flex;
  215. justify-content: center;
  216. margin:.2rem auto;
  217. a{
  218. flex: 1;
  219. color: #999999;
  220. padding: .35rem 0rem;
  221. background: white;
  222. width:48%;
  223. border-radius: .05rem;
  224. text-align: center;
  225. img{
  226. width: .55rem;
  227. height: .55rem;
  228. margin-bottom: .1rem;
  229. }
  230. span{
  231. display: block;
  232. }
  233. }
  234. }
  235. .foot_icon{
  236. display: flex;
  237. justify-content: center;
  238. margin: .55rem auto;
  239. div{
  240. flex: 1;
  241. text-align: center;
  242. font-size: .2rem;
  243. color: #999999;
  244. img{
  245. width: .64rem;
  246. height: .64rem;
  247. }
  248. }
  249. }
  250. }
  251. </style>