onlineBooking.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939
  1. <template>
  2. <view class="box">
  3. <homenav :iStatusBarHeight="iStatusBarHeight" :title="'在线预约'" ></homenav>
  4. <view class="top">
  5. <view class="shopTop">
  6. <swiper class="swiper" circular :autoplay="true" :interval="interval" :duration="duration"
  7. v-if="shopInfo.imgs">
  8. <swiper-item v-for="(item,index) in shopInfo.imgs.split(',')" v-if="item">
  9. <view class="swiper-item">
  10. <img mode="aspectFit" :src="item" alt="">
  11. </view>
  12. </swiper-item>
  13. </swiper>
  14. </view>
  15. <!-- 门店详情 -->
  16. <view class="newshopNames" v-if="shopInfo">
  17. <view class="newshopDstop">
  18. <view class="newshopDname">{{shopInfo.shopName}}</view>
  19. <view v-if="data.isShowScore == 1 && data.isShowEvaluate == 1" class="appraiseBg">
  20. <view class="appraiseBox">
  21. <view v-if="data.isShowScore == 1 && data.shopInfo.miniV2ShopScore" class="appraise">
  22. {{data.shopInfo.miniV2ShopScore}}
  23. <span style='font-size: 26rpx; margin-left: 3rpx;'>分</span>
  24. </view>
  25. <view v-if="data.isShowScore == 1 && !data.shopInfo.miniV2ShopScore" class="appraise"
  26. style='font-size: 26rpx;'>暂无评分</span>
  27. </view>
  28. <view class="line"></view>
  29. <view @click="goShopAppraiseList()" v-if="data.isShowEvaluate == 1 && data.evaluateCount"
  30. class="appraiseCount">评价数
  31. {{data.evaluateCount}}
  32. <image class="rightArrow" src="../../static/timg/icon_arrow_right.png" mode=""></image>
  33. </view>
  34. <view v-if="data.isShowEvaluate == 1 && !data.evaluateCount"
  35. class="appraiseCount">暂无评价</view>
  36. </view>
  37. </view>
  38. <view class="newshopDtime">
  39. 营业时间: <span>{{shopInfo.startTime}} - {{shopInfo.endTime}}</span>
  40. </view>
  41. <view class="newshopDbqbox" v-if="shopInfo.brands">
  42. <view class="newshopDbqline" v-for="(item,index) in shopInfo.brands.split(',')">{{item}}</view>
  43. </view>
  44. </view>
  45. <view class="newshopDadressBpx">
  46. <view class="newshopDaleft">
  47. <view class="newshopDaleftTop">
  48. <!-- <img src="../../static/timg/icon_coordinate@2x.png" alt="" class="shopaddressIcon"> -->
  49. <!-- <span class="shopDdistance" v-if="Number(shopInfo.distance)>1">距离{{shopInfo.distance}}km</span>
  50. <span class="shopDdistance" v-else-if="Number(shopInfo.distance)">距离{{shopInfo.distance*1000}}m</span>
  51. <span class="shopDdistance" v-else>距离--km</span> -->
  52. </view>
  53. <view class="" style="display: flex;">
  54. <img src="../../static/timg/icon_coordinate@2x.png"
  55. style="margin-top: 24rpx;margin-right: 10rpx;" class="shopaddressIcon">
  56. <view class="newshopDadressName">
  57. {{shopInfo.address?shopInfo.address:'--'}}
  58. </view>
  59. </view>
  60. </view>
  61. <view class="newshopDaright">
  62. <view class="newshopDrline" @click="goLocation()">
  63. <img src="../../static/timg/icon_map@2x.png" alt="" class="newshopDrlineimg">
  64. <view class="newshopDrlineTxt">地图</view>
  65. </view>
  66. <view class="newshopDRsx"></view>
  67. <view class="newshopDrline" @click="phones()">
  68. <img src="../../static/timg/icon_phone@2x.png" alt="" class="newshopDrlineimg">
  69. <view class="newshopDrlineTxt">电话</view>
  70. </view>
  71. </view>
  72. </view>
  73. </view>
  74. </view>
  75. <!-- 预约详情-->
  76. <view class="yuyue-container">
  77. <view class="yuyueLeft">
  78. <view class="yuyueleftLine" v-for="(item,index) in leftData" @click="listItemWxInfo(item,index)"
  79. :class="{leftActive:leftIndex==index}">{{item.Name}}</view>
  80. </view>
  81. <view class="yuyueRight">
  82. <!-- <view class="yuyueRightTitle">{{rightTitle}}</view> -->
  83. <view v-for="(item,index) in rightData" @click="checkItem(item)"
  84. style="padding-left: 24rpx;padding-right: 24rpx;">
  85. <view class="yrTop">
  86. <view class="ItemName">{{item.ItemName}}</view>
  87. <image src="../../static/timg/ickno.png" v-if="selectedItems.findIndex(i=>i.ID===item.ID)==-1"
  88. mode="" class="yrTopImg"></image>
  89. <image src="../../static/timg/icon_checked@2x.png"
  90. v-if="selectedItems.findIndex(i=>i.ID===item.ID)!=-1" mode="" class="yrTopImg"></image>
  91. </view>
  92. <view class="itemSm">
  93. {{item.Comment}}
  94. </view>
  95. <view class="Price">
  96. <view class="yuyue-price"> <span class="qianhaospan">¥</span> {{item.Price||'--'}} </view>
  97. </view>
  98. </view>
  99. <view class="nodataBox" v-if="rightData.length==0">
  100. <image src="http://dmsphoto.66km.com.cn/thFiles/3C95A4C5-73F8-4B34-902B-703B8A0825C9.png"
  101. mode="widthFix" class="nodataImg"></image>
  102. <view class="noTxt">暂无数据</view>
  103. </view>
  104. </view>
  105. </view>
  106. <view class="bottom-container newbottom-container">
  107. <view class="newyyBox" @click="yuyueDetail">
  108. <view class="yyBleft">
  109. <img src="../../static/timg/icon_qingdan@2x.png" alt="" class="yyBleftimg">
  110. </view>
  111. <view>
  112. <view class="totalPriceBox"><span>预估总额:</span> <span class="totalPrice"><span
  113. class="qianhaospan">¥</span>{{totalPrice}}</span> </view>
  114. <span class="hejishul">合计数量: {{selectedItems.length}}</span>
  115. </view>
  116. </view>
  117. <view href="javascript:;" :style="{background:'#'+themeColor}" class=" newbottom-container-button"
  118. @click="yuyue">立即预约</view>
  119. </view>
  120. <view class="yydetailBox" v-if="yydetailShow" @click="yydetailShow=false">
  121. <view class="yyDetailTop" @click.stop="">
  122. <view class="yyDetailTopleft">清单</view>
  123. <view class="yyDetailTopRight">
  124. <view class="yydetalqk" @click="yyqingk">清空</view>
  125. <view class="yydetailx" @click="yydetailShow=false">X</view>
  126. </view>
  127. </view>
  128. <view class="yydetailCont" @click.stop="">
  129. <view class="yydetailContLine" v-for="(item,index) in selectedItems">
  130. <view class="yydlineName">{{item.ItemName}}</view>
  131. <view class="yydlineCommnt" v-if="true">{{item.Comment}}</view>
  132. <view class="yydPrice">¥{{item.Price}}</view>
  133. </view>
  134. </view>
  135. </view>
  136. <!-- 手机号授权 -->
  137. <view class="authorizBox" v-if="authorizShow" @click="authorizShowno">
  138. <view class="authorizCont" @click.stop="">
  139. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  140. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  141. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  142. </view>
  143. <view style="text-align: center;padding-top: 56rpx;">
  144. <image src="../../static/timg/icon_guanbi@2x.png" @click="authorizShowno" mode="" class="authorizCloseImg"></image>
  145. </view>
  146. </view>
  147. </view>
  148. </template>
  149. <script>
  150. import homenav from "../../components/homenav/nav.vue"
  151. export default {
  152. components: {
  153. homenav
  154. },
  155. data() {
  156. return {
  157. interval: 3000,
  158. duration: 500,
  159. distance: 0.05,
  160. leftIndex: 0,
  161. yydetailShow: false,
  162. userInfo: '',
  163. bizTagId: '',
  164. leftData: '',
  165. rightData: '',
  166. rightTitle: '',
  167. selectedItems: [],
  168. location: {
  169. lng: '',
  170. lat: '',
  171. },
  172. shopInfo: '',
  173. naShopId: '',
  174. themeColor: '',
  175. data: {},
  176. iStatusBarHeight:'',
  177. ext:'',
  178. shareId:'',
  179. authorizShow:false,
  180. wxOpenData:'',
  181. code:'',
  182. scene:'',
  183. }
  184. },
  185. onLoad(opt) {
  186. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  187. this.userInfo = uni.getStorageSync("userInfo");
  188. this.themeColor = uni.getStorageSync("themeColor");
  189. this.naShopId = opt.naShopId;
  190. if (this.naShopId == null || this.naShopId == 'null') {
  191. this.naShopId = ''
  192. }
  193. console.log(this.naShopId)
  194. //scene=8049C9CFFFEF4BE3B0893890B676F909
  195. var that = this;
  196. this.ext=this.$common.getExtStoreId();
  197. if(this.userInfo){
  198. if(opt.scene&&opt.scene!='undefined'){
  199. this.scene=opt.scene;
  200. this.getShareParams()
  201. }else{
  202. that.getInfo()
  203. }
  204. }else{
  205. this.$common.automaticlogin().then(val => {
  206. this.themeColor = uni.getStorageSync("themeColor");
  207. this.userInfo=this.$store.state.userInfo;
  208. this.wxOpenData=this.$store.state.wxOpenData;
  209. if(opt.scene&&opt.scene!='undefined'){
  210. this.scene=opt.scene;
  211. this.getShareParams()
  212. }else{
  213. that.getInfo()
  214. }
  215. })
  216. }
  217. //this.listBigTags()
  218. },
  219. computed: {
  220. totalPrice() {
  221. return this.selectedItems.reduce((i, k) => {
  222. return Number(i) + Number(k.Price)
  223. }, 0).toFixed(2)
  224. }
  225. },
  226. methods: {
  227. getShareParams(){
  228. this.$http('openMall/getShareParamsCache', {
  229. scene:this.scene,
  230. },'GET').then(res => {
  231. var data= JSON.parse(res.data) ;
  232. console.log(data)
  233. this.naShopId=data.naShopId;
  234. this.getInfo();
  235. })
  236. },
  237. authorizShowno(){
  238. this.authorizShow=false
  239. },
  240. decryptPhoneNumber: function(e) {
  241. console.log(e);
  242. this.code=e.detail.code
  243. this.wxPhoneLogin()
  244. this.authorizShow=false;
  245. },
  246. wxPhoneLogin(){
  247. var that=this;
  248. this.$http('miniApp2/sys/wxPhoneLogin', {
  249. appId:this.ext.appId,
  250. unionId:this.ext.unionId,
  251. code:this.code,
  252. openId:this.wxOpenData.openid
  253. },'POST').then(res => {
  254. var data = res.data;
  255. if(data.loginInfo){
  256. this.userInfo=data.loginInfo.openUser;
  257. this.wxOpenData=data.loginInfo;
  258. this.$store.commit('mutationswxOpenData', data)
  259. this.$store.commit('mutationsuserInfo', this.userInfo)
  260. this.getInfo()
  261. }
  262. })
  263. },
  264. goShopAppraiseList() {
  265. uni.navigateTo({
  266. url: '../user/ShopAppraiseList?shopID=' + this.data.shopInfo.id
  267. // url: 'ShopAppraiseList?shopID=' + this.numList.shopInfo.id
  268. })
  269. },
  270. getInfo() {
  271. uni.showLoading({
  272. title: '加载中'
  273. })
  274. var that = this;
  275. this.$http('openreservation/getInfo', {
  276. lat: this.location.lat ? this.location.lat : '',
  277. lng: this.location.lng ? this.location.lng : '',
  278. shopId: this.naShopId,
  279. }, 'GET').then(res => {
  280. this.shopInfo = res.data.shopInfo;
  281. this.data = res.data;
  282. uni.setStorage({
  283. key: 'yyshopInfo',
  284. data: that.shopInfo,
  285. success: function() {
  286. }
  287. });
  288. this.listBigTags()
  289. })
  290. },
  291. listBigTags() {
  292. uni.showLoading({
  293. title: '加载中'
  294. });
  295. //openreservation/listBigTags
  296. this.$http('openreservation/listItemWxCategory', {
  297. shopId: this.shopInfo.id,
  298. unionId: this.userInfo.unionId
  299. }, 'GET').then(res => {
  300. uni.hideLoading();
  301. this.bizTagId = res.data[0].ID
  302. this.rightTitle = res.data[0].Name
  303. this.leftData = res.data;
  304. this.GetlistItemWxInfo()
  305. })
  306. },
  307. GetlistItemWxInfo() {
  308. //console.log("listItemWxInfo")
  309. uni.showLoading({
  310. title: '加载中'
  311. });
  312. console.log("bizTagId" + this.bizTagId)
  313. this.$http('openreservation/listItemWxInfo', {
  314. shopId: this.shopInfo.id,
  315. bizTagId: this.bizTagId
  316. }, 'GET').then(res => {
  317. //console.log(res)
  318. uni.hideLoading();
  319. // es.data.forEach(mode => {
  320. // mode.ck=false
  321. // })
  322. this.rightData = res.data
  323. console.log(this.rightData)
  324. })
  325. },
  326. checkItem(item) {
  327. let index = this.selectedItems.findIndex(i => i.ID === item.ID)
  328. if (index !== -1) {
  329. this.selectedItems.splice(index, 1)
  330. } else {
  331. this.selectedItems.push(item)
  332. }
  333. },
  334. goLocation() {
  335. var that = this;
  336. if (!that.shopInfo.lat || !that.shopInfo.lng) {
  337. uni.showToast({
  338. title: '该店铺未设置定位',
  339. icon: 'none',
  340. duration: 3000
  341. });
  342. } else {
  343. uni.openLocation({
  344. latitude: Number(that.shopInfo.lat),
  345. longitude: Number(that.shopInfo.lng),
  346. name: that.shopInfo.shopName,
  347. address: that.shopInfo.provinceName + that.shopInfo.cityName + that.shopInfo.areaName +
  348. that.shopInfo.address,
  349. success: function() {
  350. console.log('success');
  351. },
  352. fail(err) {
  353. console.log(err)
  354. }
  355. });
  356. }
  357. },
  358. phones() {
  359. uni.makePhoneCall({
  360. phoneNumber: this.shopInfo.mobilePhone
  361. });
  362. },
  363. listItemWxInfo(item, index) {
  364. console.log(item)
  365. this.leftIndex = index;
  366. this.bizTagId = item.ID
  367. if (item.ID == '') {
  368. this.bizTagId = ''
  369. }
  370. this.rightTitle = item.Name;
  371. this.GetlistItemWxInfo()
  372. },
  373. yuyueDetail() {
  374. this.yydetailShow = true;
  375. },
  376. yyqingk() {
  377. this.selectedItems = []
  378. },
  379. yuyue() {
  380. if(!this.userInfo){
  381. this.authorizShow=true
  382. }else{
  383. if (!this.selectedItems.length) {
  384. uni.showToast({
  385. title: '请选择预约项目',
  386. icon: 'none',
  387. duration: 3000
  388. });
  389. } else {
  390. this.$store.commit('mutationsyuyueData', this.selectedItems)
  391. uni.navigateTo({
  392. url: 'confirmYuyue'
  393. })
  394. }
  395. }
  396. }
  397. }
  398. }
  399. </script>
  400. <style scoped lang="less">
  401. .nodataBox {
  402. text-align: center;
  403. }
  404. .nodataImg {
  405. width: 400rpx;
  406. padding-top: 100rpx;
  407. }
  408. .noTxt {
  409. font-size: 32rpx;
  410. color: #999999;
  411. padding-top: 50rpx;
  412. }
  413. .box {
  414. background: #F4F5F7;
  415. min-height: 100vh;
  416. }
  417. .swiper-item img {
  418. width: 750rpx;
  419. height: 500rpx;
  420. }
  421. .swiper-item {
  422. height: 500rpx;
  423. }
  424. .swiper {
  425. height: 500rpx;
  426. }
  427. .shopTop {
  428. height: 500rpx;
  429. }
  430. .newshopNames {
  431. width: 750rpx;
  432. background: #FFFFFF;
  433. border-radius: 10rpx;
  434. margin-top: -60rpx;
  435. position: relative;
  436. border-radius: 24rpx 24rpx 0px 0px;
  437. padding-bottom: 20rpx;
  438. }
  439. .newshopDname {
  440. color: #333333;
  441. font-size: 30rpx;
  442. padding-left: 20rpx;
  443. padding-top: 23rpx;
  444. font-weight: 500;
  445. }
  446. .newshopDtime {
  447. color: #999999;
  448. font-size: 24rpx;
  449. padding-left: 20rpx;
  450. padding-top: 10rpx;
  451. font-weight: 400;
  452. }
  453. .newshopDstop {
  454. padding-bottom: 21rpx;
  455. border-bottom: 1px solid #EEEEEE;
  456. }
  457. .newshopDetailtop {
  458. margin-bottom: 20rpx;
  459. }
  460. .newshopDbqbox {
  461. display: flex;
  462. flex-wrap: wrap;
  463. padding-left: 20rpx;
  464. }
  465. .newshopDbqline {
  466. line-height: 30rpx;
  467. height: 30rpx;
  468. border-radius: 4rpx;
  469. border: 1px solid #F19D01;
  470. color: #f19D01;
  471. font-size: 24rpx;
  472. padding: 0 8rpx;
  473. margin-right: 16rpx;
  474. margin-top: 10rpx;
  475. }
  476. .newshopDbqbox {
  477. padding-top: 5rpx;
  478. }
  479. .shopaddressIcon {
  480. width: 22rpx;
  481. height: 30rpx;
  482. }
  483. .shopDdistance {
  484. color: #3C3C3C;
  485. font-size: 24rpx;
  486. line-height: 30rpx;
  487. padding-left: 16rpx;
  488. font-weight: 500;
  489. }
  490. .newshopDaleftTop {
  491. display: flex;
  492. }
  493. .newshopDadressBpx {
  494. display: flex;
  495. padding: 20rpx 20rpx;
  496. background: url(http://dmsphoto.66km.com.cn/thFiles/010748B7-5678-46C3-941B-60B3CD4D10CB.png) no-repeat;
  497. background-size: 100% 100%;
  498. margin-left: 24rpx;
  499. }
  500. .newshopDadressName {
  501. color: #999999;
  502. padding-top: 16rpx;
  503. font-size: 24rpx;
  504. line-height: 36rpx;
  505. width: 480rpx;
  506. font-weight: 400;
  507. }
  508. .newshopDrlineimg {
  509. width: 44rpx;
  510. height: 44rpx;
  511. }
  512. .newshopDrlineTxt {
  513. color: #999999;
  514. font-size: 24rpx;
  515. text-align: center;
  516. padding-top: 7rpx;
  517. font-weight: 400;
  518. }
  519. .newright-item .yuyue-item {
  520. padding-top: 20rpx;
  521. }
  522. .newshopDRsx {
  523. width: 2rpx;
  524. height: 71rpx;
  525. background: #EEEEEE;
  526. }
  527. .newshopDaright {
  528. display: flex;
  529. justify-content: space-between;
  530. width: 150rpx;
  531. padding-left: 20rpx;
  532. }
  533. .yrTopImg {
  534. width: 36rpx;
  535. height: 36rpx;
  536. }
  537. .yuyue-container {
  538. display: flex;
  539. padding-bottom: 120rpx;
  540. min-height: 40vh;
  541. }
  542. .yuyueLeft {
  543. background: #F5F5F5;
  544. width: 154rpx;
  545. }
  546. .yuyueRight {
  547. width: 596rpx;
  548. background: #FFFFFF;
  549. }
  550. .yuyueleftLine {
  551. font-size: 24rpx;
  552. padding: 30rpx 24rpx;
  553. color: #3C3C3C;
  554. }
  555. .leftActive {
  556. background: #FFFFFF;
  557. font-weight: bold;
  558. }
  559. .yuyueRightTitle {
  560. color: #999999;
  561. font-size: 26rpx;
  562. background: #F9F9F9;
  563. padding-left: 24rpx;
  564. line-height: 62rpx;
  565. }
  566. .yrTop {
  567. display: flex;
  568. justify-content: space-between;
  569. align-items: center;
  570. }
  571. .ItemName {
  572. color: #3C3C3C;
  573. font-size: 28rpx;
  574. width: 480rpx;
  575. font-weight: bold;
  576. margin-top: 20rpx;
  577. margin-bottom: 10rpx;
  578. }
  579. .itemSm {
  580. color: #999999;
  581. line-height: 33rpx;
  582. font-size: 22rpx;
  583. text-overflow: -o-ellipsis-lastline;
  584. overflow: hidden;
  585. text-overflow: ellipsis;
  586. display: -webkit-box;
  587. -webkit-line-clamp: 2;
  588. line-clamp: 2;
  589. -webkit-box-orient: vertical;
  590. }
  591. .qianhaospan {
  592. font-size: 22rpx;
  593. }
  594. .yuyue-price {
  595. color: #FF3B30;
  596. font-size: 32rpx;
  597. padding-top: 8rpx;
  598. border-bottom: 1px solid #EEEEEE;
  599. padding-bottom: 19rpx;
  600. }
  601. .newbottom-container-button {
  602. width: 203rpx;
  603. height: 74rpx;
  604. background: #D53533;
  605. border-radius: 37rpx;
  606. color: #FEFFFE;
  607. font-size: 30rpx;
  608. line-height: 74rpx;
  609. text-align: center;
  610. }
  611. .newbottom-container {
  612. display: flex;
  613. justify-content: space-between;
  614. padding-left: 32rpx !important;
  615. width: 696rpx !important;
  616. z-index: 66;
  617. padding: 23rpx 32rpx !important;
  618. height: 76rpx !important;
  619. position: fixed;
  620. left: 0;
  621. bottom: 0;
  622. background: #FFFFFF;
  623. box-shadow: 0px -2px 10px 0px rgba(153, 153, 153, 0.1000);
  624. }
  625. .yuyue-main .newright-item {
  626. padding-bottom: 19rpx;
  627. }
  628. .yyBleftimg {
  629. width: 45rpx;
  630. height: 35rpx;
  631. margin-top: 2rpx;
  632. }
  633. .yyBleft {
  634. display: flex;
  635. align-items: center;
  636. padding-right: 33rpx;
  637. }
  638. .newyyBox {
  639. display: flex;
  640. }
  641. .newyyBox .totalPriceBox {
  642. line-height: 45rpx;
  643. color: #666666;
  644. font-size: 24rpx;
  645. font-weight: 500;
  646. }
  647. .newyyBox .totalPrice {
  648. color: #FF0000;
  649. font-size: 32rpx;
  650. }
  651. .hejishul {
  652. color: #999999;
  653. font-size: 24rpx;
  654. font-weight: 400;
  655. }
  656. .yydetailBox {
  657. position: fixed;
  658. bottom: 0;
  659. left: 0;
  660. height: 100vh;
  661. width: 100vw;
  662. background: rgba(0, 0, 0, 0.4);
  663. z-index: 6;
  664. }
  665. .yydetailCont {
  666. width: 100vw;
  667. height: calc(50vh + 2rpx);
  668. overflow-y: scroll;
  669. background: #F0F0F0;
  670. position: absolute;
  671. left: 0;
  672. bottom: 119rpx;
  673. }
  674. .yyDetailTop {
  675. width: 750rpx;
  676. height: 90rpx;
  677. background: #FFFFFF;
  678. border-radius: 24rpx 24rpx 0px 0px;
  679. position: absolute;
  680. left: 0;
  681. bottom: calc(50vh + 120rpx);
  682. display: flex;
  683. justify-content: space-between;
  684. }
  685. .yyDetailTopleft {
  686. color: #3C3C3C;
  687. font-size: 30rpx;
  688. line-height: 90rpx;
  689. padding-left: 24rpx;
  690. font-weight: 500;
  691. }
  692. .yyDetailTopRight {
  693. display: flex;
  694. padding-right: 24rpx;
  695. }
  696. .yydetailx {
  697. line-height: 90rpx;
  698. color: #999999;
  699. font-size: 30rpx;
  700. }
  701. .yydetalqk {
  702. width: 86rpx;
  703. height: 41rpx;
  704. background: #F4F5F7;
  705. border-radius: 21rpx;
  706. text-align: center;
  707. line-height: 41rpx;
  708. color: #666666;
  709. font-size: 24rpx;
  710. margin-top: 25rpx;
  711. margin-right: 38rpx;
  712. }
  713. .yydetailContLine {
  714. width: 702rpx;
  715. background: #FFFFFF;
  716. border-radius: 10rpx;
  717. margin-top: 20rpx;
  718. margin-left: 24rpx;
  719. padding: 24rpx 0px;
  720. }
  721. .yydlineName {
  722. color: #3C3C3C;
  723. font-size: 26rpx;
  724. padding-left: 24rpx;
  725. }
  726. .yydlineCommnt {
  727. color: #999999;
  728. font-size: 26rpx;
  729. padding-left: 22rpx;
  730. line-height: 30rpx;
  731. padding-top: 10rpx;
  732. }
  733. .yydPrice {
  734. padding-left: 22rpx;
  735. padding-top: 10rpx;
  736. color: #FF3B30;
  737. font-size: 32rpx;
  738. }
  739. .appraiseBg{
  740. display: flex;
  741. align-items: center;
  742. }
  743. .appraiseBox {
  744. padding: 5rpx 20rpx;
  745. padding-right: 30rpx;
  746. margin-top: 10rpx;
  747. height: 62rpx;
  748. background: rgba(255, 0, 0, 0.08);
  749. border-radius: 0 15rpx 15rpx 0;
  750. display: flex;
  751. align-items: center;
  752. }
  753. .appraise {
  754. color: #FF0000;
  755. font-size: 38rpx;
  756. font-weight: bold;
  757. }
  758. .line {
  759. margin: 0 20rpx;
  760. width: 1rpx;
  761. height: 30rpx;
  762. background: #E9E8E8;
  763. }
  764. .appraiseCount {
  765. font-size: 24rpx;
  766. font-weight: 400;
  767. color: #666666;
  768. flex-grow: 1;
  769. }
  770. .rightArrow {
  771. width: 7rpx;
  772. height: 15rpx;
  773. margin-left: 16rpx;
  774. }
  775. .authorizBox{
  776. width: 100vw;
  777. height: 100vh;
  778. background: rgba(0, 0, 0, 0.5);
  779. position: fixed;
  780. top: 0;
  781. left: 0;
  782. }
  783. .authorizCont{
  784. margin-top: 30vh;
  785. width: 564rpx;
  786. height: 408rpx;
  787. background: #FFFFFF;
  788. border-radius: 24rpx;
  789. margin-left: 93rpx;
  790. position: relative;
  791. }
  792. .authorizCloseImg{
  793. width: 62rpx;
  794. height: 62rpx;
  795. }
  796. .sqLogoBox{
  797. width: 180rpx;
  798. height: 180rpx;
  799. background: #FFFFFF;
  800. border-radius: 90rpx;
  801. text-align: center;
  802. position: absolute;
  803. top: -50rpx;
  804. left: 192rpx;
  805. }
  806. .authorizName{
  807. color: #333333;
  808. line-height: 42rpx;
  809. font-size: 30rpx;
  810. text-align: center;
  811. padding-top: 58rpx;
  812. }
  813. .authorizMs{
  814. color: #999999;
  815. line-height: 36rpx;
  816. font-size: 26rpx;
  817. width: 452rpx;
  818. padding-top: 24rpx;
  819. text-align: center;
  820. margin-left: 56rpx;
  821. }
  822. .authorizContbutton{
  823. width: 422rpx;
  824. height: 88rpx;
  825. background: #D53533;
  826. border-radius: 44rpx;
  827. line-height: 88rpx;
  828. text-align: center;
  829. font-size:30rpx;
  830. color: #FFFFFF;
  831. margin-top: 62rpx;
  832. margin-left:71rpx;
  833. }
  834. </style>