onlineBooking.vue 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. <template>
  2. <view class="box">
  3. <view class="top">
  4. <view class="shopTop">
  5. <swiper class="swiper" circular :autoplay="false" :interval="interval"
  6. :duration="duration">
  7. <swiper-item>
  8. <view class="swiper-item">
  9. <img mode="aspectFit" src="http://phone.66km.cn:8088/thFiles/C678448A-C874-4B42-9EAE-4F8F21D71D27.jpg" alt="">
  10. </view>
  11. </swiper-item>
  12. <swiper-item>
  13. <view class="swiper-item">
  14. <img mode="aspectFit" src="http://dmsphoto.66km.com.cn/thFiles/A9157023-4939-48B7-BB49-D9D8113EF953.jpg" alt="">
  15. </view>
  16. </swiper-item>
  17. <swiper-item>
  18. <view class="swiper-item">
  19. <img mode="aspectFit" src="http://dmsphoto.66km.com.cn/thFiles/1057BA84-E59D-47B7-9F66-73E3491A443E.jpg" alt="">
  20. </view>
  21. </swiper-item>
  22. </swiper>
  23. </view>
  24. <!-- 门店详情 -->
  25. <view class="newshopNames">
  26. <view class="newshopDstop">
  27. <view class="newshopDname">连锁一号</view>
  28. <view class="newshopDtime">
  29. 营业时间: <span>08:00 - 17:00</span>
  30. </view>
  31. <view class="newshopDbqbox" >
  32. <view class="newshopDbqline" v-for="(item,index) in 5">大众</view>
  33. </view>
  34. </view>
  35. <view class="newshopDadressBpx">
  36. <view class="newshopDaleft">
  37. <view class="newshopDaleftTop">
  38. <img src="../../static/timg/icon_coordinate@2x.png" alt="" class="shopaddressIcon">
  39. <span class="shopDdistance" v-if="Number(distance)>1">距离{{distance}}km</span>
  40. <span class="shopDdistance" v-else-if="Number(distance)">距离{{distance*1000}}m</span>
  41. <span class="shopDdistance" v-else>距离--km</span>
  42. </view>
  43. <view class="newshopDadressName">金智源</view>
  44. </view>
  45. <view class="newshopDaright">
  46. <view class="newshopDrline" @click="goLocation()">
  47. <img src="../../static/timg/icon_map@2x.png" alt="" class="newshopDrlineimg">
  48. <view class="newshopDrlineTxt">地图</view>
  49. </view>
  50. <view class="newshopDRsx"></view>
  51. <view class="newshopDrline" @click="phones()">
  52. <img src="../../static/timg/icon_phone@2x.png" alt="" class="newshopDrlineimg">
  53. <view class="newshopDrlineTxt">电话</view>
  54. </view>
  55. </view>
  56. </view>
  57. </view>
  58. </view>
  59. <!-- 预约详情-->
  60. <view class="yuyue-container">
  61. <view class="yuyueLeft">
  62. <view class="yuyueleftLine" v-for="(item,index) in 6" @click="listItemWxInfo(item,index)" :class="{leftActive:leftIndex==index}">汽车</view>
  63. </view>
  64. <view class="yuyueRight">
  65. <view class="yuyueRightTitle">维修</view>
  66. <view class="yrTop">
  67. <view class="ItemName">轮毂去污护理(4支)</view>
  68. <image src="../../static/timg/ickno.png" mode="" class="yrTopImg"></image>
  69. <image src="../../static/timg/icon_checked@2x.png" mode="" v-if="false" class="yrTopImg"></image>
  70. </view>
  71. <view class="itemSm">
  72. 这是项目说明,这是项目说明,这是项目说明这是项目说明,这是项目说明,这是项目说明这是项目说明,这是项目说明,这是项目说明
  73. </view>
  74. <view class="Price">
  75. <view class="yuyue-price"> <span class="qianhaospan">¥</span> {{item.Price||'--'}} </view>
  76. </view>
  77. </view>
  78. </view>
  79. <view class="bottom-container newbottom-container">
  80. <view class="newyyBox" @click="yuyueDetail">
  81. <view class="yyBleft">
  82. <img src="../../static/timg/icon_qingdan@2x.png" alt="" class="yyBleftimg">
  83. </view>
  84. <view>
  85. <view class="totalPriceBox"><span>预估总额:</span > <span class="totalPrice"><span class="qianhaospan">¥</span>22</span> </view>
  86. <span class="hejishul">合计数量: 11</span>
  87. </view>
  88. </view>
  89. <view href="javascript:;" class=" newbottom-container-button" @click="yuyue">立即预约</view>
  90. </view>
  91. <view class="yydetailBox" v-show="yydetailShow" @click="yydetailShow=false">
  92. <view class="yyDetailTop" @click.stop="">
  93. <view class="yyDetailTopleft">清单</view>
  94. <view class="yyDetailTopRight">
  95. <view class="yydetalqk" @click="yyqingk">清空</view>
  96. <view class="yydetailx" @click="yydetailShow=false">X</view>
  97. </view>
  98. </view>
  99. <view class="yydetailCont" @click.stop="">
  100. <view class="yydetailContLine" v-for="(item,index) in 5">
  101. <view class="yydlineName">item.ItemName</view>
  102. <view class="yydlineCommnt" v-if="true">item.Comment</view>
  103. <view class="yydPrice">¥item.Price</view>
  104. </view>
  105. </view>
  106. </view>
  107. </view>
  108. </template>
  109. <script>
  110. export default {
  111. data() {
  112. return {
  113. interval:2000,
  114. distance:0.05,
  115. leftIndex:0,
  116. yydetailShow:false,
  117. }
  118. },
  119. methods: {
  120. goLocation(){
  121. },
  122. phones(){
  123. },
  124. listItemWxInfo(item,index){
  125. this.leftIndex=index
  126. },
  127. yuyueDetail(){
  128. this.yydetailShow=true;
  129. },
  130. yyqingk(){
  131. }
  132. }
  133. }
  134. </script>
  135. <style scoped lang="less">
  136. .box{
  137. background: #F4F5F7;
  138. min-height: 100vh;
  139. }
  140. .swiper-item img{
  141. width: 750rpx;
  142. height: 500rpx;
  143. }
  144. .swiper-item{
  145. height: 500rpx;
  146. }
  147. .swiper{
  148. height: 500rpx;
  149. }
  150. .newshopNames{
  151. width: 702rpx;
  152. margin-left: 24rpx;
  153. background: #FFFFFF;
  154. border-radius: 10rpx;
  155. margin-top: -60rpx;
  156. position: relative;
  157. }
  158. .newshopDname{
  159. color: #333333;font-size: 30rpx;
  160. padding-left: 20rpx;
  161. padding-top: 23rpx;
  162. font-weight: 500;
  163. }
  164. .newshopDtime{
  165. color: #999999;
  166. font-size: 24rpx;
  167. padding-left: 20rpx;
  168. padding-top: 10rpx;
  169. font-weight: 400;
  170. }
  171. .newshopDstop{
  172. padding-bottom: 21rpx;
  173. border-bottom: 1px solid #EEEEEE;
  174. }
  175. .newshopDetailtop{
  176. margin-bottom: 20rpx;
  177. }
  178. .newshopDbqbox{
  179. display: flex;
  180. flex-wrap: wrap;
  181. padding-left: 20rpx;
  182. }
  183. .newshopDbqline{
  184. line-height: 30rpx;
  185. height: 30rpx;
  186. border-radius: 4rpx;
  187. border: 1px solid #FF7D30;
  188. color: #FF7D30;
  189. font-size: 22rpx;
  190. padding: 0 8rpx;
  191. margin-right: 16rpx;
  192. margin-top: 10rpx;
  193. }
  194. .newshopDbqbox{
  195. padding-top: 5rpx;
  196. }
  197. .shopaddressIcon{
  198. width: 22rpx;
  199. height: 30rpx;
  200. }
  201. .shopDdistance{
  202. color: #3C3C3C;font-size: 24rpx;line-height: 30rpx;padding-left: 16rpx;
  203. font-weight: 500;
  204. }
  205. .newshopDaleftTop{
  206. display: flex;
  207. }
  208. .newshopDadressBpx{
  209. display: flex;
  210. padding: 30rpx 20rpx;
  211. background: url(http://dmsphoto.66km.com.cn/thFiles/010748B7-5678-46C3-941B-60B3CD4D10CB.png) no-repeat;
  212. background-size: 100% 100%;
  213. }
  214. .newshopDadressName{
  215. color: #999999;padding-top: 16rpx;
  216. font-size: 24rpx;line-height: 24rpx;
  217. width: 480rpx;font-weight: 400;
  218. }
  219. .newshopDrlineimg{
  220. width: 44rpx;
  221. height: 44rpx;
  222. }
  223. .newshopDrlineTxt{
  224. color: #999999;
  225. font-size: 22rpx;
  226. text-align: center;
  227. padding-top: 7rpx;
  228. font-weight: 400;
  229. }
  230. .newright-item .yuyue-item{
  231. padding-top: 20rpx;
  232. }
  233. .newshopDRsx{
  234. width: 2rpx;
  235. height: 71rpx;
  236. background: #EEEEEE;
  237. }
  238. .newshopDaright{
  239. display: flex;
  240. justify-content: space-between;
  241. width: 150rpx;
  242. padding-left: 20rpx;
  243. }
  244. .yrTopImg{
  245. width: 36rpx;
  246. height: 36rpx;
  247. }
  248. .yuyue-container{
  249. display: flex;
  250. margin-top: 20rpx;
  251. padding-bottom: 120rpx;
  252. }
  253. .yuyueLeft{
  254. background: #F5F5F5;
  255. width: 154rpx;
  256. }
  257. .yuyueRight{
  258. width: 548rpx;
  259. background: #FFFFFF;
  260. padding-left: 24rpx;
  261. padding-right: 24rpx;
  262. }
  263. .yuyueleftLine{
  264. font-size: 26rpx;
  265. padding:30rpx 24rpx;
  266. color: #3C3C3C;
  267. font-weight: 400;
  268. }
  269. .leftActive{
  270. background: #FFFFFF;
  271. font-weight: 500;
  272. }
  273. .yuyueRightTitle{
  274. color: #999999;font-size: 26rpx;
  275. padding: 30rpx 0;
  276. }
  277. .yrTop{
  278. display: flex;
  279. justify-content: space-between;
  280. }
  281. .ItemName{
  282. color: #3C3C3C;
  283. font-size: 28rpx;
  284. width: 480rpx;
  285. }
  286. .itemSm{
  287. color: #999999;
  288. line-height: 33rpx;
  289. font-size: 24rpx;
  290. text-overflow: -o-ellipsis-lastline;
  291. overflow: hidden;
  292. text-overflow: ellipsis;
  293. display: -webkit-box;
  294. -webkit-line-clamp: 2;
  295. line-clamp: 2;
  296. -webkit-box-orient: vertical;
  297. }
  298. .qianhaospan{
  299. font-size: 22rpx;
  300. }
  301. .yuyue-price{
  302. color: #FF3B30;
  303. font-size: 32rpx;
  304. padding-top: 8rpx;
  305. border-bottom: 1px solid #EEEEEE;
  306. padding-bottom: 19rpx;
  307. }
  308. .newbottom-container-button{
  309. width: 203rpx;
  310. height: 74rpx;
  311. background: #D53533;
  312. border-radius: 37rpx;
  313. color: #FEFFFE;
  314. font-size: 30rpx;
  315. line-height: 74rpx;
  316. text-align: center;
  317. }
  318. .newbottom-container{
  319. display: flex;
  320. justify-content: space-between;
  321. padding-left: 32rpx !important;
  322. width: 696rpx !important;
  323. z-index: 66;
  324. padding: 23rpx 32rpx !important;
  325. height: 76rpx !important;
  326. position: fixed;
  327. left: 0;
  328. bottom: 0;
  329. background: #FFFFFF;
  330. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.1000);
  331. }
  332. .yuyue-main .newright-item{
  333. padding-bottom: 19rpx;
  334. }
  335. .yyBleftimg{
  336. width: 45rpx;
  337. height: 35rpx;
  338. margin-top: 2rpx;
  339. }
  340. .yyBleft{
  341. display: flex;
  342. align-items: center;
  343. padding-right: 33rpx;
  344. }
  345. .newyyBox{
  346. display: flex;
  347. }
  348. .newyyBox .totalPriceBox{
  349. line-height: 45rpx;
  350. color: #666666;
  351. font-size: 24rpx;
  352. font-weight: 500;
  353. }
  354. .newyyBox .totalPrice{
  355. color: #F03B3B;
  356. font-size: 32rpx;
  357. }
  358. .hejishul{
  359. color: #999999;
  360. font-size: 24rpx;
  361. font-weight: 400;
  362. }
  363. .yydetailBox{
  364. position: fixed;
  365. bottom: 0;
  366. left: 0;
  367. height: 100vh;
  368. width: 100vw;
  369. background: rgba(0, 0, 0, 0.4);
  370. z-index: 6;
  371. }
  372. .yydetailCont{
  373. width: 100vw;
  374. height: 50vh;
  375. overflow-y: scroll;
  376. background: #F0F0F0;
  377. position: absolute;
  378. left: 0;
  379. bottom: 120rpx;
  380. }
  381. .yyDetailTop{
  382. width: 750rpx;
  383. height: 90rpx;
  384. background: #FFFFFF;
  385. border-radius: 24rpx 24rpx 0px 0px;
  386. position: absolute;
  387. left: 0;
  388. bottom: calc( 50vh + 120rpx);
  389. display: flex;
  390. justify-content: space-between;
  391. }
  392. .yyDetailTopleft{
  393. color: #3C3C3C;
  394. font-size: 30rpx;
  395. line-height: 90rpx;
  396. padding-left: 24rpx;
  397. }
  398. .yyDetailTopRight{
  399. display: flex;
  400. padding-right: 24rpx;
  401. }
  402. .yydetailx{
  403. line-height: 90rpx;
  404. color: #999999;
  405. font-size: 30rpx;
  406. }
  407. .yydetalqk{
  408. width: 86rpx;
  409. height: 41rpx;
  410. background: #EEEEEE;
  411. border-radius: 21rpx;
  412. text-align: center;
  413. line-height: 41rpx;
  414. color: #666666;
  415. font-size: 24rpx;
  416. margin-top: 25rpx;
  417. margin-right: 38rpx;
  418. }
  419. .yydetailContLine{
  420. width: 702rpx;
  421. background: #FFFFFF;
  422. border-radius: 10rpx;
  423. border: 1px solid #DDDDDD;
  424. margin-top: 20rpx;
  425. margin-left: 24rpx;
  426. padding: 24rpx 0px;
  427. }
  428. .yydlineName{
  429. color: #3C3C3C;
  430. font-size: 26rpx;
  431. padding-left: 24rpx;
  432. }
  433. .yydlineCommnt{
  434. color: #999999;
  435. font-size: 26rpx;
  436. padding-left: 22rpx;
  437. line-height: 30rpx;
  438. padding-top: 10rpx;
  439. }
  440. .yydPrice{
  441. padding-left: 22rpx;
  442. padding-top: 10rpx;
  443. color: #FF3B30;
  444. font-size: 32rpx;
  445. }
  446. </style>