tireSubmit.vue 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. <template>
  2. <view class="box">
  3. <view class="cont">
  4. <view style="height: 20rpx;"></view>
  5. <view class="shopBox">
  6. <view class="shopLeft">
  7. <view class="shopName">
  8. <span style="font-weight: 500;padding-right: 26rpx;">服务门店:</span>
  9. <span>兰考众生大道店</span>
  10. </view>
  11. <view class="shopAdress">河南省河南省河南省河南省河南省河南省河南</view>
  12. </view>
  13. <image src="../../static/timg/icon_phone@2x.png" mode="" class="callImg"></image>
  14. </view>
  15. <view class="lineBox">
  16. <view class="line">
  17. <view class="lineLeft">联系方式</view>
  18. <view class="lineRgiht">微信用户 18866665555</view>
  19. </view>
  20. <view class="line">
  21. <view class="lineLeft">服务车辆</view>
  22. <view class="lineRgiht">微信用户 18866665555</view>
  23. </view>
  24. <view class="line" style="border: none;">
  25. <view class="lineLeft">期望时间</view>
  26. <view class="lineRgiht" style="display: flex;">
  27. <span>2024-11-12 1小时内</span>
  28. <image src="../../static/img2/hjt.png" mode="" class="jtImg1"></image>
  29. </view>
  30. </view>
  31. </view>
  32. <view class="goodsBox">
  33. <view class="goodsboxTitle">已选商品</view>
  34. <view class="goodsLine">
  35. <image src="../../static/timg/noimg.png" mode="" class="goodsImg"></image>
  36. <view class="goodsRight">
  37. <view class="goodsName">朝阳1号 235/55R18 ARISU</view>
  38. <view class="goodsjgsl">
  39. <view class="goodsprice">¥719</view>
  40. <view class="goodsNum">x2</view>
  41. </view>
  42. </view>
  43. </view>
  44. <view class="zengline">
  45. <view class="zeng">赠</view>
  46. <view class="zengTxt">3年换新保障x1</view>
  47. </view>
  48. <view class="zengline">
  49. <view class="zeng">赠</view>
  50. <view class="zengTxt">3年换新保障x1</view>
  51. </view>
  52. <view class="zengline">
  53. <view class="zeng">赠</view>
  54. <view class="zengTxt">3年换新保障x1</view>
  55. </view>
  56. </view>
  57. <view class="lineBox">
  58. <view class="line">
  59. <view class="lineLeft">商品总价</view>
  60. <view class="lineRgiht">¥1892.00</view>
  61. </view>
  62. <view class="line" style="border: none;">
  63. <view class="lineLeft">服务总价</view>
  64. <view class="lineRgiht">¥0.00</view>
  65. </view>
  66. </view>
  67. </view>
  68. <view class="bottomBox">
  69. <view class="bottom">
  70. <view class="bLeft">
  71. <span style="color: #222222;font-size: 26rpx;font-weight: 500;padding-right: 10rpx;">合计</span>
  72. <span style="color: #EC0F0A;font-size: 20rpx;font-weight: 500;">¥</span>
  73. <span style="color: #EC0F0A;font-size: 34rpx;font-weight: 500;">294</span>
  74. </view>
  75. <view class="bottomBtn">提交订单</view>
  76. </view>
  77. </view>
  78. </view>
  79. </template>
  80. <script>
  81. export default {
  82. data() {
  83. return {
  84. themeColor:'',
  85. ext:'',
  86. carInfo:'',
  87. }
  88. },
  89. onLoad(opt) {
  90. },
  91. onShow() {
  92. },
  93. methods: {
  94. }
  95. }
  96. </script>
  97. <style scoped lang="less">
  98. .box {
  99. width: 100vw;
  100. min-height: 100vh;
  101. background: #F4F4F4;
  102. }
  103. .cont{
  104. padding: 0 22rpx;
  105. }
  106. .callImg{
  107. width: 50rpx;height: 50rpx;
  108. }
  109. .shopBox{
  110. background: #ffffff;
  111. border-radius: 16rpx;
  112. padding: 34rpx 38rpx;
  113. display: flex;justify-content: space-between;
  114. }
  115. .shopName{
  116. font-size: 28rpx;
  117. color: #222222;
  118. }
  119. .shopAdress{
  120. font-size: 24rpx;
  121. color: #666666;
  122. line-height: 33rpx;
  123. padding-top: 14rpx;
  124. }
  125. .shopLeft{
  126. width: 500rpx;
  127. }
  128. .lineBox{
  129. background: #ffffff;
  130. border-radius: 16rpx;
  131. padding: 0rpx 18rpx;
  132. margin-top: 20rpx;
  133. }
  134. .line{
  135. display: flex;justify-content: space-between;
  136. padding: 18rpx 20rpx;
  137. border-bottom: 1px solid #EEEEEE;
  138. }
  139. .lineLeft{
  140. font-weight: 500;
  141. font-size: 26rpx;
  142. color: #222222;
  143. line-height: 36rpx;
  144. }
  145. .lineRgiht{
  146. font-size: 24rpx;
  147. color: #222222;line-height: 36rpx;
  148. }
  149. .jtImg1{
  150. width: 10rpx;height: 20rpx;margin-top: 10rpx;
  151. margin-left: 6rpx;
  152. }
  153. .goodsImg{
  154. width: 200rpx;
  155. height: 200rpx;
  156. }
  157. .goodsBox{
  158. background: #FFFFFF;
  159. border-radius: 16rpx;
  160. margin-top: 20rpx;
  161. padding: 24rpx 35rpx;
  162. }
  163. .goodsboxTitle{
  164. font-weight: 500;
  165. font-size: 30rpx;
  166. color: #222222;
  167. padding-bottom: 24rpx;
  168. }
  169. .goodsLine{
  170. display: flex;
  171. }
  172. .goodsRight{
  173. width: 480rpx;
  174. padding-left: 20rpx;
  175. }
  176. .goodsName{
  177. font-size: 24rpx;
  178. color: #222222;
  179. line-height: 33rpx;
  180. padding-top: 15rpx;
  181. }
  182. .goodsjgsl{
  183. display: flex;justify-content: space-between;
  184. padding-top: 12rpx;
  185. }
  186. .goodsprice{
  187. font-weight: 500;
  188. font-size: 34rpx;
  189. color: #222222;
  190. line-height: 48rpx;
  191. }
  192. .goodsNum{
  193. line-height: 48rpx;
  194. font-weight: 500;
  195. font-size: 24rpx;
  196. color: #666666;
  197. }
  198. .zengline{
  199. display: flex;padding-top: 18rpx;
  200. }
  201. .zeng{
  202. width: 28rpx;
  203. height: 28rpx;
  204. border-radius: 6rpx;
  205. line-height: 28rpx;text-align: center;
  206. border: 1rpx solid #FF063A;
  207. font-size: 18rpx;
  208. color: #FF063A;
  209. margin-top: 6rpx;
  210. }
  211. .zengTxt{
  212. line-height: 42rpx;
  213. font-size: 26rpx;
  214. color: #666666;
  215. padding-left: 12rpx;
  216. }
  217. .bottomBox{
  218. position: fixed;
  219. left: 0;
  220. bottom: 0;
  221. width: 100vw;
  222. background: #ffffff;
  223. padding-bottom: constant(safe-area-inset-bottom);
  224. padding-bottom: env(safe-area-inset-bottom);
  225. }
  226. .bottom{
  227. display: flex;
  228. padding: 30rpx;
  229. justify-content: space-between;
  230. }
  231. .bottomBtn{
  232. width: 223rpx;
  233. height: 86rpx;
  234. background: #FCD903;
  235. border-radius: 43rpx;
  236. text-align: center;
  237. line-height: 86rpx;
  238. font-size: 32rpx;
  239. color: #110B01;
  240. }
  241. .bLeft{
  242. line-height: 86rpx;
  243. }
  244. </style>