jkDetail.vue 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969
  1. <template>
  2. <view class="content">
  3. <view class="top">
  4. <img :src="mainImg" alt="" class="topimg">
  5. </view>
  6. <view class="cont">
  7. <view class="name">{{info.activityName}}</view>
  8. <view class="name2">{{info.startTime.slice(0,10)}}~{{info.endTime.slice(0,10)}}</view>
  9. <view class="name3">{{info.activityContent}}</view>
  10. </view>
  11. <view class="shopBox">
  12. <view class="shopBoxTop">
  13. <view class="shopMs">活动门店</view>
  14. <view class="shopTy">
  15. <view class="shopTyTxt">{{info.shopCount}}家门店通用</view>
  16. <img src="../../static/timg/jt2.png" alt="" class="shopjt">
  17. </view>
  18. </view>
  19. <view class="shopCont">
  20. <view class="shopContLeft">
  21. <view class="shopName">{{shopInfo.shopName}}</view>
  22. <view class="shopaddress">{{shopInfo.address}}</view>
  23. </view>
  24. <view class="shopContRight">
  25. <view class="shopContRightLine" @click="getmap">
  26. <img src="../../static/timg/icon_map.png" alt="" class="shopRightIcon">
  27. <view class="shopRightTxt">地图</view>
  28. </view>
  29. <view class="shopRightSx"></view>
  30. <view class="shopContRightLine" @click="call">
  31. <img src="../../static/timg/icon_phone.png" alt="" class="shopRightIcon">
  32. <view class="shopRightTxt">电话</view>
  33. </view>
  34. </view>
  35. </view>
  36. </view>
  37. <!-- 多少人报名 -->
  38. <view class="signupBox" v-if="info.signUserList.length">
  39. <view class="signupTop">
  40. <span class="signupTops1">{{info.signUserList.length}}</span>
  41. <span class="signupTops1">人已报名</span>
  42. </view>
  43. <view class="signupCont">
  44. <view class="signupLine" v-for="(item,index) in info.signUserList">
  45. <view class="signupLineL">
  46. <img :src="item.headImg" alt="" class="signupLineLImg">
  47. <view class="signupLineLName">{{item.nickName}}</view>
  48. </view>
  49. <view class="signupLineM">{{item.plateNumber?item.plateNumber:''}}</view>
  50. <view class="signupLineR">{{item.createTime}}</view>
  51. </view>
  52. </view>
  53. </view>
  54. <!-- 多少人报名 -->
  55. <!-- 多少人看过 -->
  56. <view class="signupBox" v-if="info.lookCount">
  57. <view class="signupTop">
  58. <span class="signupTops1">{{info.lookCount}}</span>
  59. <span class="signupTops1">人看过</span>
  60. </view>
  61. <!-- <view class="seeBox">
  62. <view class="seeLine" v-for="(item,index) in 15">
  63. <img src="http://dmsphoto.66km.com.cn/marketing//accompany/3885B510-6405-4A5E-BD64-B6C09CEE070E.jpg" alt="" class="signupLineLImg">
  64. </view>
  65. </view> -->
  66. </view>
  67. <view class="detailBOx" v-if="dimgList">
  68. <view class="detailTitle">活动详情</view>
  69. <view class="detailImgBox" v-for="(item,index) in dimgList">
  70. <img :src="item.img" alt="" class="detailImg" mode="widthFix">
  71. </view>
  72. </view>
  73. <view style="height: 200rpx;padding-bottom: constant(safe-area-inset-bottom);
  74. padding-bottom: env(safe-area-inset-bottom);"></view>
  75. <view class="bottom">
  76. <view class="timeTbox" v-if="!activityEnd">
  77. <view class="timeviewTxt" v-if="activityNoOpen"> 距开始</view>
  78. <view class="timeviewTxt" v-if="!activityNoOpen"> 距结束</view>
  79. <view class="timeK">{{shengyuD}}</view>
  80. <view class="timeviewTxt" > 天</view>
  81. <view class="timeK">{{shengyuH}}</view>
  82. <view class="timeviewTxt"> 时</view>
  83. <view class="timeK">{{shengyuM}}</view>
  84. <view class="timeviewTxt" > 分</view>
  85. </view>
  86. <view class="bottomBtnBox">
  87. <view class="bottomBtnBoxLeft">
  88. <img src="../../static/timg/share.png" alt="" class="shareIcon">
  89. <view class="shareTxt">分享</view>
  90. </view><!-- 状态1未开始 2进行中3已结束 -->
  91. <view class="bottomBtn" v-if="info.state==2" @click="signUp">立即报名</view>
  92. <view class="bottomBtn2" v-if="info.state==1">报名未开始</view>
  93. <view class="bottomBtn2" v-if="info.state==3">报名已结束</view>
  94. </view>
  95. </view>
  96. <!-- 报名弹框 -->
  97. <view class="baomingBox" v-if="bmShow" @click="nobmshow">
  98. <view class="baomingCont" @click.stop="">
  99. <view class="bmTop">
  100. <view class="bmTitle">登记信息 领好礼</view>
  101. <img src="../../static/timg/chahao.png" alt="" class="bmChimg" @click="nobmshow">
  102. </view>
  103. <view style="padding: 0 24rpx;">
  104. <view class="bmshopLine" @click="showCkshop">
  105. <view class="bmshopname">{{shopName?shopName:'请选择门店'}}</view>
  106. <img src="../../static/timg/icon_arrow_right.png" alt="" class="bmshopjt">
  107. </view>
  108. <!-- clWhere报名凭证1,2,3,4 1手机号2车牌号3姓名4单位 -->
  109. <view class="bmLine" v-if="info.clWhere.indexOf(1)!=-1">
  110. <input type="text" v-model="mobilePhone" class="bmlineInput" placeholder="输入手机号">
  111. </view>
  112. <view class="bmLine" v-if="info.clWhere.indexOf(2)!=-1">
  113. <input type="text" v-model="plateNumber" name="" id="" class="bmlineInput" placeholder="输入车牌号">
  114. </view>
  115. <view class="bmLine" v-if="info.clWhere.indexOf(3)!=-1">
  116. <input type="text" v-model="customerName" class="bmlineInput" placeholder="输入姓名">
  117. </view>
  118. <view class="bmLine" v-if="info.clWhere.indexOf(4)!=-1">
  119. <input type="text" v-model="unit" class="bmlineInput" placeholder="输入单位">
  120. </view>
  121. </view>
  122. <view class="bmTtnBox">
  123. <view class="bmBtn" @click="submitOrder">提交</view>
  124. </view>
  125. </view>
  126. </view>
  127. <!-- 门店弹框 -->
  128. <view class="baomingBox ckshopBox" v-if="ckshopShow">
  129. <view class="baomingCont">
  130. <view class="bmTop">
  131. <view class="bmTitle">选择门店</view>
  132. <img src="../../static/timg/chahao.png" alt="" class="bmChimg" @click="noShowShop">
  133. </view>
  134. <view style="padding: 0 24rpx; height: 45vh;overflow-y: scroll;">
  135. <view class="ckshopLine" v-for="(item,index) in info.shopList" @click="ckshop(item)">
  136. <view class="shoplineLeft">
  137. <image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
  138. <image src="../../static/img/noimg.png" mode="" class="shopImg" v-else></image>
  139. </view>
  140. <view class="shopright" style="padding-left: 20rpx;">
  141. <view class="shopTop">
  142. <view class="shopName">{{item.shopName}}</view>
  143. </view>
  144. <view class="brandsBg" v-if="item.brands">
  145. <view class="brands" v-for="(v,index2) in item.brands.split(',')">{{v}}</view>
  146. </view>
  147. <view class="shopTime"><span v-if="item.startTime">{{item.startTime}}</span> - <span
  148. v-if="item.endTime">{{item.endTime}}</span> </view>
  149. <view class="shopBottomLeft">
  150. <span class="shopaddress"
  151. v-if="item.address">{{item.provinceName}}{{item.cityName}}{{item.areaName}}{{item.address}}</span>
  152. <span v-if="item.distance&&item.distance!= '0.00'">{{item.distance}}km</span>
  153. </view>
  154. </view>
  155. </view>
  156. </view>
  157. </view>
  158. </view>
  159. </view>
  160. </template>
  161. <script>
  162. export default {
  163. data() {
  164. return {
  165. info:'',
  166. type:'',
  167. shopNum:'',
  168. shopInfo:'',
  169. activityEnd:true,
  170. activityNoOpen:true,
  171. shengyuD:1,
  172. shengyuH:12,
  173. shengyuM:21,
  174. queryShopList:'',
  175. collectingID:'',
  176. bmShow:false,
  177. ckshopShow:false,
  178. mainImg:'',
  179. dimgList:[],
  180. shopName:'',
  181. ckshopdata:'',
  182. customerName:'',
  183. mobilePhone:'',
  184. unit:'',
  185. plateNumber:'',
  186. comment:'',
  187. }
  188. },
  189. onLoad(opt) {
  190. // this.info={
  191. // activityName:'洗车大礼包洗车大礼包洗车大礼包洗车大礼包',
  192. // startTime:'2022.01.21',
  193. // endTime:'2022-10-01',
  194. // activityContent:'这里展示活动说明,如果后台没填则不展示',
  195. // img: "http://dmsphoto.66km.com.cn/marketing//accompany/3885B510-6405-4A5E-BD64-B6C09CEE070E.jpg",
  196. // imgList: "http://dmsphoto.66km.com.cn/marketing//accompany/855DE839-8691-4432-8989-720AA0EA1206.jpg,http://dmsphoto.66km.com.cn/marketing//accompany/855DE839-8691-4432-8989-720AA0EA1206.jpg",
  197. // }
  198. this.collectingID=opt.id;
  199. this.getInfo();
  200. this.queryActivityInfo()
  201. },
  202. methods: {
  203. submitOrder(){
  204. var jsonArray={
  205. itemId:this.collectingID,
  206. itemName:this.info.activityName,
  207. itemQty:1,
  208. salePrice:this.info.money,
  209. totalPrice:this.info.money,
  210. }
  211. if(this.ckshopdata==''){
  212. uni.showToast({
  213. title: '请选择服务门店',
  214. icon: 'none',
  215. duration: 3000
  216. });
  217. return false;
  218. }
  219. var arr=[]
  220. arr.push(jsonArray)
  221. var params={
  222. sheetType:'6',
  223. sheetContent:this.info.activityName,
  224. customerName:this.customerName,
  225. mobilePhone:this.mobilePhone,
  226. unit:this.unit,
  227. plateNumber:this.plateNumber,
  228. //carModel:this.carInfo.carModel,
  229. totalMoney:this.info.money,
  230. shopId:this.ckshopdata.id,
  231. comment:this.comment,
  232. sheetDetail:JSON.stringify(arr),
  233. payType:this.info.payType
  234. }
  235. uni.showLoading({
  236. title: '加载中'
  237. })
  238. this.$http('openMallOrder/submitOrder', params,'POST').then(res => {
  239. uni.hideLoading();
  240. if(res.code==0){
  241. this.orderData=res.data
  242. if(this.info.payType==1){
  243. this.unifiedPay(res.data)
  244. }else{
  245. uni.showToast({
  246. title: '报名成功',
  247. icon: 'none',
  248. duration: 3000
  249. });
  250. uni.redirectTo({
  251. url: "../user/myOrder/activityOrderDetail?id=" + this.orderData.id +"&SheetType=" + this.orderData.sheetType
  252. })
  253. }
  254. }else{
  255. uni.showToast({
  256. title: res.msg,
  257. icon: 'none',
  258. duration: 3000
  259. });
  260. }
  261. })
  262. },
  263. unifiedPay(res){
  264. this.$http('openMallOrder/unifiedPay', {
  265. sheetId:res.id
  266. },'POST').then(res => {
  267. if(res.code==0){
  268. this.requestPayment(res.data)
  269. }else{
  270. uni.showToast({
  271. title: res.msg,
  272. icon: 'none',
  273. duration: 3000
  274. });
  275. }
  276. })
  277. },
  278. requestPayment(res){
  279. var payInfo=res;
  280. //console.log(payInfo)
  281. //console.log(String(Date.now()))
  282. var that=this;
  283. uni.requestPayment({
  284. provider: 'wxpay',
  285. //timeStamp: String(Date.now()),
  286. timeStamp: payInfo.timeStamp,
  287. nonceStr: payInfo.nonceStr,
  288. package:payInfo.package,
  289. signType: payInfo.signType,
  290. paySign: payInfo.paySign,
  291. appid:payInfo.appId,
  292. success: function (res) {
  293. console.log('success:' + JSON.stringify(res));
  294. uni.showToast({
  295. title: '支付成功',
  296. icon:'none',
  297. duration: 2000
  298. });
  299. uni.redirectTo({
  300. url: "../user/myOrder/activityOrderDetail?id=" + that.orderData.id +"&SheetType=" + that.orderData.sheetType
  301. })
  302. },
  303. fail: function (err) {
  304. console.log(err)
  305. uni.showToast({
  306. title: '支付失败',
  307. icon:'none',
  308. duration: 2000
  309. });
  310. console.log(that.orderData)
  311. uni.redirectTo({
  312. url: "../user/myOrder/activityOrderDetail?id=" + that.orderData.id +"&SheetType=" + that.orderData.sheetType
  313. })
  314. }
  315. });
  316. },
  317. signUp(){
  318. this.bmShow=true;
  319. },
  320. nobmshow(){
  321. this.bmShow=false;
  322. },
  323. ckshop(item){
  324. this.ckshopdata=item;
  325. this.shopName=item.shopName;
  326. this.ckshopShow=false;
  327. },
  328. showCkshop(){
  329. console.log("选择门店")
  330. this.ckshopShow=true;
  331. },
  332. noShowShop(){
  333. this.ckshopShow=false;
  334. },
  335. queryActivityInfo(){
  336. uni.showLoading({
  337. title: '加载中'
  338. })
  339. this.$http('openHome/queryActivityInfo', {
  340. collectingID:this.collectingID
  341. }, 'GET').then(res => {
  342. uni.hideLoading();
  343. this.info = res.data;
  344. if(this.info.imgList){
  345. this.info.imgList.forEach(item=>{
  346. if(item.imgType==1){
  347. this.mainImg=item.img
  348. }else{
  349. this.dimgList.push(item)
  350. }
  351. })
  352. }
  353. if (this.info.endTime < this.info.startTime) {
  354. // this.$vux.toast.text('时间设置错误')
  355. return
  356. }
  357. // this.activityNoOpen
  358. if (Number(new Date().getTime()) > (Number(new Date(this.info.startTime.replace(/-/g, '/')).getTime()) || 0)) {
  359. console.log("现在时间大于开始时间")
  360. this.activityNoOpen = false
  361. } else {
  362. this.activityNoOpen = true
  363. }
  364. if (Number(new Date().getTime()) > Number(new Date(this.info.endTime.replace(/-/g, '/')).getTime())) {
  365. console.log("现在时间大于结束时间")
  366. this.activityEnd = true
  367. } else {
  368. this.activityEnd = false
  369. }
  370. if (!this.activityNoOpen && !this.activityEnd) {
  371. this.clock()
  372. }
  373. if (this.activityNoOpen && !this.activityEnd) {
  374. this.clock2()
  375. }
  376. })
  377. },
  378. getInfo(){
  379. this.$http('openreservation/getInfo', {
  380. lat: '',
  381. lng: '',
  382. }, 'GET').then(res => {
  383. //uni.hideLoading();
  384. this.shopInfo = res.data.shopInfo
  385. })
  386. },
  387. call() {
  388. uni.makePhoneCall({
  389. phoneNumber: this.shopInfo.mobilePhone
  390. });
  391. },
  392. getmap() {
  393. console.log("打开地图")
  394. var that = this;
  395. if (!that.shopInfo.lat || !that.shopInfo.lng) {
  396. uni.showToast({
  397. title: '该店铺未设置定位',
  398. icon: 'none',
  399. duration: 3000
  400. });
  401. } else {
  402. uni.openLocation({
  403. latitude: Number(that.shopInfo.lat),
  404. longitude: Number(that.shopInfo.lng),
  405. name: that.shopInfo.shopName,
  406. address: that.shopInfo.provinceName + that.shopInfo.cityName + that.shopInfo.areaName + that.shopInfo.address,
  407. success: function() {
  408. console.log('success');
  409. },
  410. fail(err) {
  411. console.log(err)
  412. }
  413. });
  414. }
  415. },
  416. clock () {
  417. let _this = this
  418. let today = new Date() // 当前时间
  419. let h = today.getHours()
  420. let m = today.getMinutes()
  421. let s = today.getSeconds()
  422. let stopTime = new Date(_this.info.endTime.replace(/-/g, '/')) // 结束时间
  423. if (Number(new Date(_this.info.endTime).getTime()) < Number(new Date().getTime())) {
  424. this.activityEnd = true
  425. return
  426. }
  427. let stopH = stopTime.getHours()
  428. let stopM = stopTime.getMinutes()
  429. let stopS = stopTime.getSeconds()
  430. let shenyu = stopTime.getTime() - today.getTime() // 倒计时毫秒数
  431. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  432. let D = parseInt(shenyu) - parseInt(shengyuD * 60 * 60 * 24 * 1000)// 除去天的毫秒数
  433. let shengyuH = parseInt(D / (60 * 60 * 1000)) // 除去天的毫秒数转换成小时
  434. let H = D - shengyuH * 60 * 60 * 1000 // 除去天、小时的毫秒数
  435. let shengyuM = parseInt(H / (60 * 1000)) // 除去天的毫秒数转换成分钟
  436. let M = H - shengyuM * 60 * 1000// 除去天、小时、分的毫秒数
  437. let S = parseInt((shenyu - shengyuD * 60 * 60 * 24 * 1000 - shengyuH * 60 * 60 * 1000 - shengyuM * 60 * 1000) / 1000)// 除去天、小时、分的毫秒数转化为秒
  438. this.daojishi = '报名倒计时:' + shengyuD + '天' + shengyuH + '小时' + shengyuM + '分' + S + '秒'
  439. // setTimeout("clock()",500);
  440. this.shengyuM=shengyuM;
  441. this.shengyuD=shengyuD;
  442. this.shengyuH=shengyuH;
  443. setTimeout(_this.clock, 500)
  444. },
  445. clock2(){
  446. let _this = this
  447. let today = new Date() // 当前时间
  448. let h = today.getHours()
  449. let m = today.getMinutes()
  450. let s = today.getSeconds()
  451. let startTime = new Date(_this.info.startTime.replace(/-/g, '/')) // 结束时间
  452. if (Number(new Date(_this.info.startTime).getTime()) < Number(new Date().getTime())) {
  453. this.activityNoOpen = true
  454. return
  455. }
  456. let stopH = startTime.getHours()
  457. let stopM = startTime.getMinutes()
  458. let stopS = startTime.getSeconds()
  459. let shenyu = startTime.getTime() - today.getTime() // 倒计时毫秒数
  460. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  461. let D = parseInt(shenyu) - parseInt(shengyuD * 60 * 60 * 24 * 1000)// 除去天的毫秒数
  462. let shengyuH = parseInt(D / (60 * 60 * 1000)) // 除去天的毫秒数转换成小时
  463. let H = D - shengyuH * 60 * 60 * 1000 // 除去天、小时的毫秒数
  464. let shengyuM = parseInt(H / (60 * 1000)) // 除去天的毫秒数转换成分钟
  465. let M = H - shengyuM * 60 * 1000// 除去天、小时、分的毫秒数
  466. let S = parseInt((shenyu - shengyuD * 60 * 60 * 24 * 1000 - shengyuH * 60 * 60 * 1000 - shengyuM * 60 * 1000) / 1000)// 除去天、小时、分的毫秒数转化为秒
  467. this.daojishi = '报名倒计时:' + shengyuD + '天' + shengyuH + '小时' + shengyuM + '分' + S + '秒'
  468. // setTimeout("clock()",500);
  469. this.shengyuM=shengyuM;
  470. this.shengyuD=shengyuD;
  471. this.shengyuH=shengyuH;
  472. setTimeout(_this.clock2, 500)
  473. }
  474. }
  475. }
  476. </script>
  477. <style scoped>
  478. .ckshopBox{
  479. z-index: 111 !important;
  480. }
  481. .shopline {
  482. padding: 20rpx 0;
  483. background-color: #FFFFFF;
  484. border-radius: 10rpx;
  485. display: flex;
  486. }
  487. .baomingBox{
  488. width: 750rpx;
  489. height: 100vh;
  490. background: rgba(0, 0, 0, 0.4);
  491. position: fixed;
  492. top: 0;
  493. left: 0;
  494. z-index: 11;
  495. }
  496. .bmTtnBox{
  497. width: 750rpx;
  498. height: 120rpx;
  499. background: #FFFFFF;
  500. box-shadow: 0px -2px 10rpx 0px rgba(153,153,153,0.2000);
  501. position: absolute;
  502. left: 0;
  503. bottom: 0;
  504. padding-bottom: constant(safe-area-inset-bottom);
  505. padding-bottom: env(safe-area-inset-bottom);
  506. }
  507. .bmBtn{
  508. width: 690rpx;
  509. height: 74rpx;
  510. background: #D53533;
  511. border-radius: 37rpx;
  512. text-align: center;
  513. line-height: 74rpx;
  514. color: #ffffff;
  515. font-size: 30rpx;
  516. margin-top: 23rpx;
  517. margin-left: 30rpx;
  518. }
  519. .bmshopjt{
  520. width: 12rpx;
  521. height: 20rpx;
  522. margin-top: 10rpx;
  523. }
  524. .bmlineInput{
  525. color: #333333;
  526. font-size: 28rpx;
  527. height: 98rpx;
  528. line-height: 98rpx;
  529. }
  530. .bmshopname{
  531. font-weight: 400;
  532. color: #333333;
  533. font-size: 28rpx;
  534. line-height: 40rpx;
  535. width: 500rpx;
  536. white-space:nowrap;
  537. overflow:hidden;
  538. text-overflow:ellipsis;
  539. }
  540. .bmshopLine{
  541. display: flex;
  542. justify-content: space-between;
  543. padding: 26rpx 0;
  544. border-bottom: 1px solid #EEEEEE;
  545. }
  546. .bmLine{
  547. border-bottom: 1px solid #EEEEEE;
  548. }
  549. .bmTop{
  550. display: flex;
  551. justify-content: space-between;
  552. padding: 40rpx 24rpx 10rpx 24rpx;
  553. }
  554. .bmTitle{
  555. font-weight: 500;
  556. color: #3C3C3C;
  557. font-size: 30rpx;
  558. line-height: 36rpx;
  559. }
  560. .bmChimg{
  561. width: 36rpx;
  562. height: 36rpx;
  563. }
  564. .baomingCont{
  565. position: absolute;
  566. width: 750rpx;
  567. height:770rpx;
  568. padding-bottom: constant(safe-area-inset-bottom);
  569. padding-bottom: env(safe-area-inset-bottom);
  570. left: 0;
  571. bottom: 0;
  572. background: #ffffff;
  573. border-radius: 24rpx 24rpx 0px 0px;
  574. }
  575. .shareIcon{
  576. width: 48rpx;
  577. height: 48rpx;
  578. display: block;
  579. }
  580. .bottomBtnBox{
  581. display: flex;
  582. }
  583. .bottomBtnBoxLeft{
  584. padding-left: 40rpx;
  585. padding-top: 21rpx;
  586. }
  587. .shareTxt{
  588. color: #666666;font-size: 20rpx;
  589. text-align: center;
  590. }
  591. .bottomBtn{
  592. width: 598rpx;
  593. height: 74rpx;
  594. background: #D53533;
  595. border-radius: 37rpx;
  596. line-height: 74rpx;
  597. text-align: center;
  598. color: #ffffff;
  599. font-size: 30rpx;
  600. margin-top: 24rpx;
  601. margin-left: 34rpx;
  602. }
  603. .bottomBtn2{
  604. width: 598rpx;
  605. height: 74rpx;
  606. background: #DDDDDD;
  607. border-radius: 37rpx;
  608. line-height: 74rpx;
  609. text-align: center;
  610. color: #ffffff;
  611. font-size: 30rpx;
  612. margin-top: 24rpx;
  613. margin-left: 34rpx;
  614. }
  615. .timeTbox{
  616. width: 750rpx;
  617. height: 60rpx;
  618. background:#FFF5F0;
  619. border-radius: 24rpx 24rpx 0px 0px;
  620. border: 1px solid #EFE1D5;
  621. display: flex;
  622. justify-content: center;
  623. font-size: 24rpx;
  624. font-family: PingFangSC-Regular, PingFang SC;
  625. font-weight: 400;
  626. color: #764D49;
  627. }
  628. .timeviewTxt{
  629. line-height: 41rpx;
  630. padding-top: 10rpx;
  631. }
  632. .timeDivTxt{
  633. line-height: 60rpx;
  634. padding: 0 10rpx;
  635. }
  636. .timeK{
  637. height: 41rpx;
  638. line-height: 41rpx;
  639. color: #FFFFFF;
  640. width: 41rpx;
  641. text-align: center;
  642. background: #FF4F00;
  643. border-radius: 6rpx;
  644. margin-top: 9rpx;
  645. margin-left: 15rpx;
  646. margin-right: 15rpx;
  647. }
  648. .bottom{
  649. width: 750rpx;
  650. height: 180rpx;
  651. background: #FFFFFF;
  652. border-radius: 24rpx 24rpx 0px 0px;
  653. position: fixed;
  654. left: 0;
  655. bottom: 0;
  656. padding-bottom: constant(safe-area-inset-bottom);
  657. padding-bottom: env(safe-area-inset-bottom);
  658. }
  659. .signupBox{
  660. background: #ffffff;
  661. margin-top: 20rpx;
  662. }
  663. .seeBox{
  664. display: flex;
  665. flex-wrap: wrap;
  666. padding-left: 24rpx;
  667. padding-bottom: 20rpx;
  668. }
  669. .seeLine{
  670. padding-top: 14rpx;
  671. padding-right: 16rpx;
  672. }
  673. .signupLine{
  674. display: flex;
  675. justify-content: space-between;
  676. padding: 11rpx 0;
  677. border-bottom: 1px solid #DDDDDD;
  678. }
  679. .signupLineM{
  680. color: #3C3C3C;font-size: 26rpx;
  681. line-height: 56rpx;
  682. }
  683. .signupLineR{
  684. color: #999999;
  685. font-size: 26rpx;
  686. line-height: 56rpx;
  687. }
  688. .signupLineLName{
  689. font-weight: 400;
  690. color: #3C3C3C;
  691. font-size: 26rpx;
  692. padding-left: 16rpx;
  693. line-height: 56rpx;
  694. width: 150rpx;
  695. white-space:nowrap;
  696. overflow:hidden;
  697. text-overflow:ellipsis;
  698. }
  699. .signupCont{
  700. padding: 0 24rpx;
  701. }
  702. .signupLineLImg{
  703. width: 56rpx;
  704. height: 56rpx;
  705. border-radius: 8rpx;
  706. }
  707. .signupLineL{
  708. display: flex;
  709. }
  710. .signupTop{
  711. width: 750rpx;
  712. height: 78rpx;
  713. background: url(http://dmsphoto.66km.com.cn/thFiles/FF582E15-1971-4C04-8AB3-F7618FFB961D.png);
  714. background-size: 100% 100%;
  715. text-align: center;
  716. line-height: 78rpx;
  717. }
  718. .signupTops1{
  719. color: #FF0000;font-weight: 500;
  720. font-size: 28rpx;
  721. }
  722. .signupTops1{
  723. color: #703917;font-weight: 500;
  724. font-size: 28rpx;
  725. }
  726. .shopRightIcon{
  727. width: 44rpx;
  728. height: 44rpx;
  729. display: block;
  730. margin: 0 auto;
  731. margin-bottom: 10rpx;
  732. }
  733. .shopName{
  734. color: #3C3C3C;
  735. font-size: 28rpx;
  736. }
  737. .shopaddress{
  738. font-weight: 400;
  739. color: #999999;
  740. font-size: 24rpx;
  741. padding-top: 10rpx;
  742. width: 500rpx;
  743. }
  744. .shopRightSx{
  745. width: 2rpx;
  746. height: 69rpx;
  747. background:#EEEEEE ;
  748. margin-left: 34rpx;
  749. margin-right: 34rpx;
  750. margin-top: 14rpx;
  751. }
  752. .shopCont{
  753. display: flex;
  754. justify-content: space-between;
  755. padding-top: 25rpx;
  756. }
  757. .shopContRight{
  758. display: flex;
  759. }
  760. .shopContRightLine{
  761. text-align: center;
  762. color: #999999;
  763. font-size: 24rpx;
  764. }
  765. .content{
  766. min-height: 100vh;
  767. background:#F4F5F7;
  768. }
  769. .detailImg{
  770. width: 750rpx;
  771. display: block;
  772. }
  773. .detailBOx{
  774. background: #ffffff;
  775. margin-top: 20rpx;
  776. }
  777. .detailTitle{
  778. color: #3C3C3C;
  779. font-weight: 500;
  780. padding: 20rpx 24rpx;
  781. font-size: 30rpx;
  782. }
  783. .topimg{
  784. width: 750rpx;
  785. }
  786. .shopMs{
  787. font-weight: 500;
  788. color: #222222;
  789. line-height: 42rpx;
  790. font-size: 30rpx;
  791. }
  792. .shopBox{
  793. background: #ffffff;
  794. margin-top: 20rpx;
  795. padding: 20rpx 34rpx;
  796. }
  797. .shopBoxTop{
  798. display: flex;
  799. justify-content: space-between;
  800. }
  801. .shopTy{
  802. display: flex;
  803. }
  804. .shopTyTxt{
  805. font-weight: 400;
  806. color: #666666;
  807. font-size: 24rpx;
  808. line-height: 42rpx;
  809. }
  810. .shopjt{
  811. width: 14rpx;
  812. height: 23rpx;
  813. margin-top: 10rpx;
  814. margin-left: 10rpx;
  815. }
  816. .cont{
  817. background: #ffffff;
  818. border-radius: 24rpx 24rpx 0px 0px;
  819. margin-top: -30rpx;
  820. padding: 30rpx 24rpx;
  821. position: relative;
  822. }
  823. .name{
  824. color: #3C3C3C;
  825. line-height: 42rpx;
  826. font-weight: 500;
  827. font-size: 30rpx;
  828. }
  829. .name2{
  830. color: #3C3C3C;
  831. line-height: 36rpx;
  832. font-weight: 400;
  833. font-size: 26rpx;
  834. padding-top: 16rpx;
  835. }
  836. .name3{
  837. color: #999999;
  838. line-height: 36rpx;
  839. font-weight: 400;
  840. font-size: 26rpx;
  841. padding-top: 16rpx;
  842. }
  843. .shopImg {
  844. width: 146rpx;
  845. height: 146rpx;
  846. border-radius: 6rpx;
  847. }
  848. .shopBox2 {
  849. padding-top: 30rpx;
  850. display: flex;
  851. }
  852. .flex {
  853. display: flex;
  854. justify-content: space-between;
  855. }
  856. .shopCont2 {
  857. padding-left: 22rpx;
  858. width: 520rpx;
  859. }
  860. .shopName {
  861. color: #333333;
  862. font-size: 26rpx;
  863. font-weight: 600;
  864. }
  865. .span1 {
  866. color: #FF4F00;
  867. font-size: 36rpx;
  868. }
  869. .span2 {
  870. color: #FF4F00;
  871. font-size: 22rpx;
  872. }
  873. .span3 {
  874. color: #333333;
  875. font-size: 22rpx;
  876. padding-left: 22rpx;
  877. }
  878. .shopBq {
  879. color: #FF4F00;
  880. font-size: 22rpx;
  881. border-radius: 4rpx;
  882. border: 1px solid #FF4F00;
  883. line-height: 30rpx;
  884. height: 30rpx;
  885. padding: 0rpx 5rpx;
  886. margin-top: 10rpx;
  887. }
  888. .brandsBg {
  889. display: flex;
  890. height: 38rpx;
  891. flex-wrap: wrap;
  892. align-items: center;
  893. overflow: hidden;
  894. padding: 5rpx 0rpx;
  895. }
  896. .brands {
  897. border-radius: 4rpx;
  898. padding: 0 5rpx;
  899. color: #F19D01;
  900. height: 28rpx;
  901. border: 1px solid #F19D01;
  902. font-size: 20rpx;
  903. line-height: 28rpx;
  904. margin: 5rpx 10rpx 5rpx 0rpx;
  905. }
  906. .timeBg {
  907. display: flex;
  908. }
  909. .shopTime {
  910. color: #666666;
  911. font-size: 22rpx;
  912. }
  913. .addressBox {
  914. color: #666666;
  915. font-size: 22rpx;
  916. }
  917. .ckshopLine{
  918. display: flex;
  919. padding: 20rpx 0;
  920. border-bottom: 1px solid #EEEEEE;
  921. }
  922. </style>