MyExpress.vue 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <template>
  2. <view class="myExpressView">
  3. <view class="myExpress">
  4. <view class="UserInfo">
  5. <image src="../image/touxiang.png" mode=""></image>
  6. <view class="msg">
  7. <p class="myMessage"><span>微信用户</span> <span><image src="../image/pre_icon_shimingrenzheng.png" mode=""></image>未实名</span> </p>
  8. <p>13286520927</p>
  9. </view>
  10. <image class="userInfoBtn" src="../image/youjiantou.png" mode=""></image>
  11. </view>
  12. <view class="myExpressStatus">
  13. <view class="btnItem">
  14. <image src="../image/jinhangzhong.png" mode=""></image>
  15. <p>进行中</p>
  16. </view>
  17. <view class="btnItem">
  18. <image src="../image/daizhifu.png" mode=""></image>
  19. <p>待支付</p>
  20. </view>
  21. <view class="btnItem">
  22. <image src="../image/delTask_slt.png" mode=""></image>
  23. <p>已寄出</p>
  24. </view>
  25. <view class="btnItem">
  26. <image src="../image/quanbu.png" mode=""></image>
  27. <p>全部</p>
  28. <p>寄件订单</p>
  29. </view>
  30. </view>
  31. <view class="OtherServices">
  32. <view class="btnItem">
  33. <image src="../image/chazhaojilu.png" mode=""></image>
  34. <p>查件记录</p>
  35. </view>
  36. <view class="btnItem">
  37. <image src="../image/wodeqiajuan.png" mode=""></image>
  38. <p>我的卡卷</p>
  39. </view>
  40. <view class="btnItem">
  41. <image src="../image/tongxunlu.png" mode=""></image>
  42. <p>地址管理</p>
  43. </view>
  44. <view class="btnItem">
  45. <image src="../image/dianzifapiao.png" mode=""></image>
  46. <p>电子发票</p>
  47. </view>
  48. </view>
  49. <view class="OtherServices">
  50. <view class="btnItem">
  51. <image src="../image/xiaochengxu.png" mode=""></image>
  52. <p>推荐小程序</p>
  53. </view>
  54. <view class="btnItem">
  55. <image src="../image/lianxiwomen.png" mode=""></image>
  56. <p>联系我们</p>
  57. </view>
  58. <view class="btnItem">
  59. <image src="../image/bangzhuzhongxin.png" mode=""></image>
  60. <p>帮助中心</p>
  61. </view>
  62. <!-- <view class="btnItem">
  63. <image src="../image/dianzifapiao.png" mode=""></image>
  64. <p>消息中心</p>
  65. </view> -->
  66. </view>
  67. </view>
  68. </view>
  69. </template>
  70. <script>
  71. export default {
  72. data() {
  73. return {
  74. }
  75. },
  76. methods: {
  77. }
  78. }
  79. </script>
  80. <style lang="scss" scoped>
  81. .myExpress {
  82. box-sizing: border-box;
  83. position: relative;
  84. width: 100vw;
  85. height: 270rpx;
  86. padding: 0rpx 30rpx;
  87. margin-bottom: 80rpx;
  88. background-color: #327ee4;
  89. border-bottom-left-radius: 20%;
  90. border-bottom-right-radius: 20%;
  91. display: flex;
  92. flex-direction: column;
  93. align-items: center;
  94. .UserInfo {
  95. margin-top: 50rpx;
  96. display: flex;
  97. align-items: center;
  98. justify-content: space-between;
  99. color: white;
  100. width: 100%;
  101. height: 120rpx;
  102. > image {
  103. width: 110rpx;
  104. height: 110rpx;
  105. }
  106. .myMessage {
  107. display: flex;
  108. align-items: center;
  109. font-size: 38rpx;
  110. > span:nth-of-type(2) {
  111. display: inline-flex;
  112. box-sizing: border-box;
  113. border-radius: 50rpx;
  114. padding: 8rpx 10rpx;
  115. background-color: rgba(172, 172, 172, 0.262);
  116. font-size: 24rpx;
  117. }
  118. image {
  119. margin-right: 10rpx;
  120. width: 26rpx;
  121. height: 32rpx;
  122. }
  123. }
  124. .msg {
  125. margin-left: -240rpx;
  126. > p:nth-of-type(2) {
  127. margin-top: 15rpx;
  128. font-size: 26rpx;
  129. }
  130. }
  131. .userInfoBtn {
  132. width: 25rpx;
  133. height: 32rpx;
  134. }
  135. }
  136. .myExpressStatus {
  137. margin-top: 15rpx;
  138. padding: 15rpx 0rpx 35rpx 0rpx;
  139. width: 100%;
  140. // height: 180rpx;
  141. border-radius: 15rpx;
  142. background-color: white;
  143. display: flex;
  144. justify-content: space-around;
  145. .btnItem {
  146. position: relative;
  147. display: flex;
  148. flex-direction: column;
  149. align-items: center;
  150. > image {
  151. width: 55rpx;
  152. height: 55rpx;
  153. }
  154. > p {
  155. margin-top: 3rpx;
  156. font-size: 30rpx;
  157. font-weight: 550;
  158. }
  159. > p:nth-of-type(2) {
  160. text-align: center;
  161. font-size: 26rpx;
  162. min-width: 120rpx;
  163. position: absolute;
  164. bottom: -30rpx;
  165. color: rgb(135, 135, 135);
  166. }
  167. }
  168. }
  169. .OtherServices {
  170. margin-top: 15rpx;
  171. padding: 15rpx 0rpx 35rpx 0rpx;
  172. width: 100%;
  173. // height: 180rpx;
  174. border-radius: 15rpx;
  175. background-color: white;
  176. display: flex;
  177. flex-wrap: wrap;
  178. justify-content: space-around;
  179. .btnItem {
  180. position: relative;
  181. // margin-left: 46rpx;
  182. float: left;
  183. display: flex;
  184. flex-direction: column;
  185. align-items: center;
  186. > image {
  187. width: 55rpx;
  188. height: 55rpx;
  189. }
  190. > p {
  191. margin-top: 3rpx;
  192. font-size: 30rpx;
  193. font-weight: 550;
  194. color: rgb(135, 135, 135);
  195. }
  196. }
  197. }
  198. }
  199. </style>