submit.vue 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <template>
  2. <view class="page">
  3. <view class="change u-flex u-row-between" @click="toaddress">
  4. <view class="u-flex">
  5. <image style="width: 80rpx;height: 80rpx;" src="" mode=""></image>
  6. <view class="" style="margin-left: 38rpx;">
  7. <text>玲玲</text>
  8. <text style="margin-left: 14rpx;">18666666666</text>
  9. <view class="">
  10. 山东省临沂市柳青街道柳青
  11. </view>
  12. </view>
  13. </view>
  14. <u-icon name="arrow-right" size="28"></u-icon>
  15. </view>
  16. <view class="center">
  17. <view class="top u-flex">
  18. <image style="width: 185rpx;height: 156rpx;" src="static/images/shangpin.png" mode=""></image>
  19. <view class="" style="margin-left: 24rpx;">
  20. <view class="u-flex u-row-between">
  21. <text>成犬通用型狗粮5斤装成犬通用型粮5斤装</text>
  22. <text>*1</text>
  23. </view>
  24. <view class="margin">500G/1斤</view>
  25. <view class="margin">
  26. <text class="fuhao">¥</text>
  27. <text class="money">6.20</text>
  28. <text class="jifen">+</text>
  29. <text class="money">300</text>
  30. <text class="jifen">积分</text>
  31. </view>
  32. </view>
  33. </view>
  34. <view class="u-flex u-row-between" style="margin-left: 208rpx;padding-right: 26rpx;margin-top: 32rpx;">
  35. <text>兑换数量</text>
  36. <u-number-box v-model="value"></u-number-box>
  37. </view>
  38. <view class="bottom">
  39. <view class="u-flex u-row-between">
  40. <text class="left">商品总价</text>
  41. <text class="right">¥39.00</text>
  42. </view>
  43. <view class="u-flex u-row-between" style='margin-top:27rpx'>
  44. <text class="left">运费</text>
  45. <text class="right">包邮</text>
  46. </view>
  47. <view class="u-flex u-row-between" style='margin-top:27rpx'>
  48. <text class="left">积分抵扣</text>
  49. <text class="right">300积分</text>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="" style="margin:32rpx 0 30rpx ;"></view>
  54. <view class="pay u-flex u-row-between">
  55. <view class="u-flex">
  56. <image src="static/images/wx.png" style="width: 100rpx;height: 100rpx;" mode=""></image>
  57. <text style="margin-left: 8rpx;">微信支付</text>
  58. </view>
  59. <u-checkbox-group>
  60. <u-checkbox v-model="checked" shape="circle"></u-checkbox>
  61. </u-checkbox-group>
  62. </view>
  63. <view class="fixed_box ">
  64. <view class="u-flex " style="justify-content: flex-end;">
  65. <text class="fukuan">实付款:</text>
  66. <text class="money1" style='margin-left:24rpx'>¥1399.00</text>
  67. <view class="bottom_pay" style='margin-left:20rpx'>
  68. 立即支付
  69. </view>
  70. </view>
  71. <view class="safe-area-inset-bottom"></view>
  72. </view>
  73. </view>
  74. </template>
  75. <script>
  76. export default {
  77. data() {
  78. return {
  79. value: 1,
  80. checked: true,
  81. };
  82. },
  83. methods: {
  84. toaddress(){
  85. uni.navigateTo({
  86. url:'/pageA/address'
  87. })
  88. }
  89. }
  90. }
  91. </script>
  92. <style lang="scss">
  93. .fukuan {
  94. font-size: 26rpx;
  95. font-family: PingFang SC;
  96. font-weight: 400;
  97. line-height: 36rpx;
  98. color: #333333;
  99. }
  100. .money1 {
  101. font-size: 32rpx;
  102. font-family: PingFang SC;
  103. font-weight: bold;
  104. line-height: 44rpx;
  105. color: #FC1E1E;
  106. }
  107. .bottom_pay {
  108. width: 262rpx;
  109. height: 72rpx;
  110. background: rgba(143, 211, 243, 1);
  111. border-radius: 36rpx;
  112. font-size: 28rpx;
  113. font-family: PingFang SC;
  114. font-weight: 500;
  115. line-height: 72rpx;
  116. color: #FFFFFF;
  117. text-align: center;
  118. }
  119. .fixed_box {
  120. width: 750rpx;
  121. height: 98rpx;
  122. background: rgba(255, 255, 255, 1);
  123. position: fixed;
  124. left: 0;
  125. bottom: 0;
  126. padding: 14rpx 24rpx 12rpx 0;
  127. }
  128. .pay {
  129. width: 750rpx;
  130. height: 130rpx;
  131. background: rgba(255, 255, 255, 1);
  132. padding: 14rpx 56rpx 16rpx 6rpx;
  133. margin-left: -22rpx;
  134. }
  135. .jifen {
  136. font-size: 24rpx;
  137. font-family: PingFang SC;
  138. font-weight: bold;
  139. // line-height: 105rpx;
  140. color: #F64016;
  141. }
  142. .fuhao {
  143. font-size: 24rpx;
  144. font-family: PingFang SC;
  145. font-weight: bold;
  146. // line-height: 105rpx;
  147. color: #F64016;
  148. }
  149. .money {
  150. font-size: 32rpx;
  151. font-family: DIN;
  152. font-weight: bold;
  153. // line-height: 48rpx;
  154. color: #F64016;
  155. }
  156. .margin {
  157. margin-top: 6rpx;
  158. }
  159. .bottom {
  160. padding: 0 24rpx;
  161. margin-top: 90rpx;
  162. }
  163. ::v-deep .u-number-input {
  164. background: rgba(0, 0, 0, 0) !important;
  165. }
  166. .left {
  167. font-size: 30rpx;
  168. font-family: PingFang SC;
  169. font-weight: 400;
  170. line-height: 42rpx;
  171. color: #676767;
  172. }
  173. .right {
  174. font-size: 30rpx;
  175. font-family: PingFang SC;
  176. font-weight: 400;
  177. line-height: 42rpx;
  178. color: #111111;
  179. }
  180. ::v-deep .u-icon-minus {
  181. width: 40rpx !important;
  182. height: 40rpx !important;
  183. border-radius: 100% !important;
  184. }
  185. ::v-deep .u-icon-plus {
  186. width: 40rpx !important;
  187. height: 40rpx !important;
  188. border-radius: 100% !important;
  189. }
  190. .top {
  191. padding: 12rpx 26rpx 0 18rpx;
  192. border-top: 2rpx solid #f6f6f6;
  193. }
  194. .center {
  195. width: 702rpx;
  196. height: 568rpx;
  197. background: rgba(255, 255, 255, 1);
  198. // opacity: 1;
  199. border-radius: 16rpx;
  200. padding: 32rpx 0 20rpx 0;
  201. box-sizing: border-box;
  202. }
  203. .page {
  204. padding: 0 22rpx;
  205. background: rgba(246, 245, 250, 1);
  206. border: 2rpx solid rgba(246, 245, 250, 0);
  207. min-height: 100vh;
  208. }
  209. .change {
  210. width: 702rpx;
  211. height: 144rpx;
  212. background: rgba(255, 255, 255, 1);
  213. border-radius: 16rpx;
  214. padding: 40rpx 24rpx 20rpx;
  215. margin: 30rpx 0 20rpx 0;
  216. }
  217. </style>