recipientinfo.vue 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <template>
  2. <!-- 填写收件人信息 -->
  3. <view class="back">
  4. <view class="info">
  5. <view class="item u-flex u-row-between">
  6. <text class="title">填写收件人信息</text>
  7. </view>
  8. <view class="item u-flex ">
  9. <text class="left">国家</text>
  10. <view class="right u-flex u-row-between" style="flex: 1;">
  11. <input type="text" placeholder="请选择" />
  12. <image src="../static/express/next1.png" style="width: 36rpx;height: 36rpx;" mode=""></image>
  13. </view>
  14. </view>
  15. <view class="item u-flex ">
  16. <text class="left">姓名</text>
  17. <view class="right">
  18. <input type="text" placeholder="请输入收件人姓名" />
  19. </view>
  20. </view>
  21. <view class="item u-flex ">
  22. <text class="left">手机号</text>
  23. <view class="right">
  24. <input type="text" placeholder="请输入手机号" />
  25. </view>
  26. </view>
  27. <view class="item u-flex ">
  28. <text class="left">邮编</text>
  29. <view class="right">
  30. <input type="text" placeholder="请输入邮编" />
  31. </view>
  32. </view>
  33. <view class="item u-flex ">
  34. <text class="left">省市区</text>
  35. <view class="right u-flex u-row-between " style="flex: 1;">
  36. <input type="text" placeholder="请选择" disabled="" />
  37. <image src="../static/express/next1.png" style="width: 36rpx;height: 36rpx;" mode=""></image>
  38. </view>
  39. </view>
  40. <view class="item u-flex ">
  41. <text class="left">详细地址</text>
  42. <view class="right">
  43. <input type="area" placeholder="详细地址精确到门牌号" />
  44. </view>
  45. </view>
  46. <view class="item u-flex ">
  47. <text class="left">公司名称</text>
  48. <view class="right">
  49. <input type="area" placeholder="请输入公司名称(选填)" />
  50. </view>
  51. </view>
  52. <view class="item u-flex ">
  53. <text class="left">电子邮箱</text>
  54. <view class="right">
  55. <input type="area" placeholder="请输入电子邮箱(选填)" />
  56. </view>
  57. </view>
  58. <!-- 默认地址 -->
  59. <view class="u-flex u-row-between" style="margin-top: 22rpx;">
  60. <view class="u-flex">
  61. <view class="">
  62. <u-checkbox-group v-model="checkboxValue1" placement="row" @change="checkboxChange">
  63. <u-checkbox shape='circle' :customStyle="{marginRight: '4px'}" :name="name">
  64. </u-checkbox>
  65. </u-checkbox-group>
  66. </view>
  67. <text class="clear">保存到地址薄</text>
  68. </view>
  69. <text class="clear">
  70. 清空
  71. </text>
  72. </view>
  73. </view>
  74. <view class="" style="height: 166rpx;"></view>
  75. <view class="bottom">
  76. <view class="btn">
  77. 确定
  78. </view>
  79. </view>
  80. </view>
  81. </template>
  82. <script>
  83. export default {
  84. data() {
  85. return {
  86. checkboxValue1: [],
  87. name: 1
  88. };
  89. },
  90. methods: {
  91. checkboxChange(n) {
  92. console.log('change', n);
  93. }
  94. }
  95. }
  96. </script>
  97. <style lang="scss">
  98. .back {
  99. padding: 20rpx 24rpx;
  100. box-sizing: border-box;
  101. .bottom {
  102. width: 750rpx;
  103. height: 166rpx;
  104. background: #FFFFFF;
  105. position: fixed;
  106. bottom: 0;
  107. left: 0;
  108. padding: 18rpx 24rpx;
  109. box-sizing: border-box;
  110. .btn {
  111. width: 702rpx;
  112. height: 88rpx;
  113. background: #F83224;
  114. border-radius: 44rpx;
  115. font-family: PingFangSC, PingFang SC;
  116. font-weight: 500;
  117. font-size: 32rpx;
  118. color: #FFFFFF;
  119. line-height: 88rpx;
  120. text-align: center;
  121. font-style: normal;
  122. }
  123. }
  124. .add {
  125. width: 702rpx;
  126. // height: 160rpx;
  127. background: #FFFFFF;
  128. border-radius: 16rpx;
  129. padding: 24rpx;
  130. box-sizing: border-box;
  131. .addinfo {
  132. font-family: PingFangSC, PingFang SC;
  133. font-weight: 400;
  134. font-size: 24rpx;
  135. color: #222222;
  136. line-height: 34rpx;
  137. text-align: left;
  138. font-style: normal;
  139. }
  140. .name {
  141. font-family: PingFangSC, PingFang SC;
  142. font-weight: 500;
  143. font-size: 28rpx;
  144. color: #333333;
  145. line-height: 40rpx;
  146. text-align: left;
  147. font-style: normal;
  148. }
  149. .phone {
  150. font-family: SFPro, SFPro;
  151. font-weight: 400;
  152. font-size: 24rpx;
  153. color: #333333;
  154. line-height: 28rpx;
  155. text-align: left;
  156. font-style: normal;
  157. margin-left: 16rpx;
  158. }
  159. }
  160. .history {
  161. font-family: PingFangSC, PingFang SC;
  162. font-weight: 500;
  163. font-size: 30rpx;
  164. color: #333333;
  165. line-height: 42rpx;
  166. text-align: left;
  167. font-style: normal;
  168. margin: 28rpx 0 24rpx;
  169. }
  170. .info {
  171. padding: 0 24rpx 28rpx;
  172. box-sizing: border-box;
  173. width: 702rpx;
  174. // height: 742rpx;
  175. background: #FFFFFF;
  176. border-radius: 16rpx;
  177. .clear {
  178. font-family: PingFangSC, PingFang SC;
  179. font-weight: 400;
  180. font-size: 24rpx;
  181. color: #333333;
  182. line-height: 34rpx;
  183. text-align: left;
  184. font-style: normal;
  185. }
  186. .item {
  187. border-bottom: 2rpx solid rgba(151, 151, 151, 0.1);
  188. height: 100rpx;
  189. line-height: 100rpx;
  190. .title {
  191. font-family: PingFangSC, PingFang SC;
  192. font-weight: 600;
  193. font-size: 32rpx;
  194. color: #333333;
  195. line-height: 44rpx;
  196. text-align: left;
  197. font-style: normal;
  198. }
  199. .wx {
  200. font-family: PingFangSC, PingFang SC;
  201. font-weight: 400;
  202. font-size: 24rpx;
  203. color: #333333;
  204. line-height: 34rpx;
  205. text-align: left;
  206. font-style: normal;
  207. }
  208. .left {
  209. font-family: PingFangSC, PingFang SC;
  210. font-weight: 400;
  211. font-size: 28rpx;
  212. color: #222222;
  213. line-height: 40rpx;
  214. text-align: left;
  215. font-style: normal;
  216. width: 115rpx;
  217. }
  218. .right {
  219. font-family: PingFangSC, PingFang SC;
  220. font-weight: 400;
  221. font-size: 28rpx;
  222. color: #222222;
  223. line-height: 40rpx;
  224. text-align: left;
  225. font-style: normal;
  226. margin-left: 60rpx;
  227. }
  228. }
  229. }
  230. }
  231. </style>