onlineBooking.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795
  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. </view>
  137. </template>
  138. <script>
  139. import homenav from "../../components/homenav/nav.vue"
  140. export default {
  141. components: {
  142. homenav
  143. },
  144. data() {
  145. return {
  146. interval: 3000,
  147. duration: 500,
  148. distance: 0.05,
  149. leftIndex: 0,
  150. yydetailShow: false,
  151. userInfo: '',
  152. bizTagId: '',
  153. leftData: '',
  154. rightData: '',
  155. rightTitle: '',
  156. selectedItems: [],
  157. location: {
  158. lng: '',
  159. lat: '',
  160. },
  161. shopInfo: '',
  162. naShopId: '',
  163. themeColor: '',
  164. data: {},
  165. iStatusBarHeight:'',
  166. }
  167. },
  168. onLoad(opt) {
  169. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  170. this.userInfo = uni.getStorageSync("userInfo");
  171. this.themeColor = uni.getStorageSync("themeColor");
  172. this.naShopId = opt.naShopId;
  173. if (this.naShopId == null || this.naShopId == 'null') {
  174. this.naShopId = ''
  175. }
  176. console.log(this.naShopId)
  177. var that = this;
  178. that.getInfo()
  179. //this.listBigTags()
  180. },
  181. computed: {
  182. totalPrice() {
  183. return this.selectedItems.reduce((i, k) => {
  184. return Number(i) + Number(k.Price)
  185. }, 0).toFixed(2)
  186. }
  187. },
  188. methods: {
  189. goShopAppraiseList() {
  190. uni.navigateTo({
  191. url: '../user/ShopAppraiseList?shopID=' + this.data.shopInfo.id
  192. // url: 'ShopAppraiseList?shopID=' + this.numList.shopInfo.id
  193. })
  194. },
  195. getInfo() {
  196. uni.showLoading({
  197. title: '加载中'
  198. })
  199. var that = this;
  200. this.$http('openreservation/getInfo', {
  201. lat: this.location.lat ? this.location.lat : '',
  202. lng: this.location.lng ? this.location.lng : '',
  203. shopId: this.naShopId,
  204. }, 'GET').then(res => {
  205. this.shopInfo = res.data.shopInfo;
  206. this.data = res.data;
  207. uni.setStorage({
  208. key: 'yyshopInfo',
  209. data: that.shopInfo,
  210. success: function() {
  211. }
  212. });
  213. this.listBigTags()
  214. })
  215. },
  216. listBigTags() {
  217. uni.showLoading({
  218. title: '加载中'
  219. });
  220. //openreservation/listBigTags
  221. this.$http('openreservation/listItemWxCategory', {
  222. shopId: this.shopInfo.id,
  223. unionId: this.userInfo.unionId
  224. }, 'GET').then(res => {
  225. uni.hideLoading();
  226. this.bizTagId = res.data[0].ID
  227. this.rightTitle = res.data[0].Name
  228. this.leftData = res.data;
  229. this.GetlistItemWxInfo()
  230. })
  231. },
  232. GetlistItemWxInfo() {
  233. //console.log("listItemWxInfo")
  234. uni.showLoading({
  235. title: '加载中'
  236. });
  237. console.log("bizTagId" + this.bizTagId)
  238. this.$http('openreservation/listItemWxInfo', {
  239. shopId: this.shopInfo.id,
  240. bizTagId: this.bizTagId
  241. }, 'GET').then(res => {
  242. //console.log(res)
  243. uni.hideLoading();
  244. // es.data.forEach(mode => {
  245. // mode.ck=false
  246. // })
  247. this.rightData = res.data
  248. console.log(this.rightData)
  249. })
  250. },
  251. checkItem(item) {
  252. let index = this.selectedItems.findIndex(i => i.ID === item.ID)
  253. if (index !== -1) {
  254. this.selectedItems.splice(index, 1)
  255. } else {
  256. this.selectedItems.push(item)
  257. }
  258. },
  259. goLocation() {
  260. var that = this;
  261. if (!that.shopInfo.lat || !that.shopInfo.lng) {
  262. uni.showToast({
  263. title: '该店铺未设置定位',
  264. icon: 'none',
  265. duration: 3000
  266. });
  267. } else {
  268. uni.openLocation({
  269. latitude: Number(that.shopInfo.lat),
  270. longitude: Number(that.shopInfo.lng),
  271. name: that.shopInfo.shopName,
  272. address: that.shopInfo.provinceName + that.shopInfo.cityName + that.shopInfo.areaName +
  273. that.shopInfo.address,
  274. success: function() {
  275. console.log('success');
  276. },
  277. fail(err) {
  278. console.log(err)
  279. }
  280. });
  281. }
  282. },
  283. phones() {
  284. uni.makePhoneCall({
  285. phoneNumber: this.shopInfo.mobilePhone
  286. });
  287. },
  288. listItemWxInfo(item, index) {
  289. console.log(item)
  290. this.leftIndex = index;
  291. this.bizTagId = item.ID
  292. if (item.ID == '') {
  293. this.bizTagId = ''
  294. }
  295. this.rightTitle = item.Name;
  296. this.GetlistItemWxInfo()
  297. },
  298. yuyueDetail() {
  299. this.yydetailShow = true;
  300. },
  301. yyqingk() {
  302. this.selectedItems = []
  303. },
  304. yuyue() {
  305. if (!this.selectedItems.length) {
  306. uni.showToast({
  307. title: '请选择预约项目',
  308. icon: 'none',
  309. duration: 3000
  310. });
  311. } else {
  312. this.$store.commit('mutationsyuyueData', this.selectedItems)
  313. uni.navigateTo({
  314. url: 'confirmYuyue'
  315. })
  316. }
  317. }
  318. }
  319. }
  320. </script>
  321. <style scoped lang="less">
  322. .nodataBox {
  323. text-align: center;
  324. }
  325. .nodataImg {
  326. width: 400rpx;
  327. padding-top: 100rpx;
  328. }
  329. .noTxt {
  330. font-size: 32rpx;
  331. color: #999999;
  332. padding-top: 50rpx;
  333. }
  334. .box {
  335. background: #F4F5F7;
  336. min-height: 100vh;
  337. }
  338. .swiper-item img {
  339. width: 750rpx;
  340. height: 500rpx;
  341. }
  342. .swiper-item {
  343. height: 500rpx;
  344. }
  345. .swiper {
  346. height: 500rpx;
  347. }
  348. .shopTop {
  349. height: 500rpx;
  350. }
  351. .newshopNames {
  352. width: 750rpx;
  353. background: #FFFFFF;
  354. border-radius: 10rpx;
  355. margin-top: -60rpx;
  356. position: relative;
  357. border-radius: 24rpx 24rpx 0px 0px;
  358. padding-bottom: 20rpx;
  359. }
  360. .newshopDname {
  361. color: #333333;
  362. font-size: 30rpx;
  363. padding-left: 20rpx;
  364. padding-top: 23rpx;
  365. font-weight: 500;
  366. }
  367. .newshopDtime {
  368. color: #999999;
  369. font-size: 24rpx;
  370. padding-left: 20rpx;
  371. padding-top: 10rpx;
  372. font-weight: 400;
  373. }
  374. .newshopDstop {
  375. padding-bottom: 21rpx;
  376. border-bottom: 1px solid #EEEEEE;
  377. }
  378. .newshopDetailtop {
  379. margin-bottom: 20rpx;
  380. }
  381. .newshopDbqbox {
  382. display: flex;
  383. flex-wrap: wrap;
  384. padding-left: 20rpx;
  385. }
  386. .newshopDbqline {
  387. line-height: 30rpx;
  388. height: 30rpx;
  389. border-radius: 4rpx;
  390. border: 1px solid #F19D01;
  391. color: #f19D01;
  392. font-size: 24rpx;
  393. padding: 0 8rpx;
  394. margin-right: 16rpx;
  395. margin-top: 10rpx;
  396. }
  397. .newshopDbqbox {
  398. padding-top: 5rpx;
  399. }
  400. .shopaddressIcon {
  401. width: 22rpx;
  402. height: 30rpx;
  403. }
  404. .shopDdistance {
  405. color: #3C3C3C;
  406. font-size: 24rpx;
  407. line-height: 30rpx;
  408. padding-left: 16rpx;
  409. font-weight: 500;
  410. }
  411. .newshopDaleftTop {
  412. display: flex;
  413. }
  414. .newshopDadressBpx {
  415. display: flex;
  416. padding: 20rpx 20rpx;
  417. background: url(http://dmsphoto.66km.com.cn/thFiles/010748B7-5678-46C3-941B-60B3CD4D10CB.png) no-repeat;
  418. background-size: 100% 100%;
  419. margin-left: 24rpx;
  420. }
  421. .newshopDadressName {
  422. color: #999999;
  423. padding-top: 16rpx;
  424. font-size: 24rpx;
  425. line-height: 36rpx;
  426. width: 480rpx;
  427. font-weight: 400;
  428. }
  429. .newshopDrlineimg {
  430. width: 44rpx;
  431. height: 44rpx;
  432. }
  433. .newshopDrlineTxt {
  434. color: #999999;
  435. font-size: 24rpx;
  436. text-align: center;
  437. padding-top: 7rpx;
  438. font-weight: 400;
  439. }
  440. .newright-item .yuyue-item {
  441. padding-top: 20rpx;
  442. }
  443. .newshopDRsx {
  444. width: 2rpx;
  445. height: 71rpx;
  446. background: #EEEEEE;
  447. }
  448. .newshopDaright {
  449. display: flex;
  450. justify-content: space-between;
  451. width: 150rpx;
  452. padding-left: 20rpx;
  453. }
  454. .yrTopImg {
  455. width: 36rpx;
  456. height: 36rpx;
  457. }
  458. .yuyue-container {
  459. display: flex;
  460. padding-bottom: 120rpx;
  461. min-height: 40vh;
  462. }
  463. .yuyueLeft {
  464. background: #F5F5F5;
  465. width: 154rpx;
  466. }
  467. .yuyueRight {
  468. width: 596rpx;
  469. background: #FFFFFF;
  470. }
  471. .yuyueleftLine {
  472. font-size: 24rpx;
  473. padding: 30rpx 24rpx;
  474. color: #3C3C3C;
  475. }
  476. .leftActive {
  477. background: #FFFFFF;
  478. font-weight: bold;
  479. }
  480. .yuyueRightTitle {
  481. color: #999999;
  482. font-size: 26rpx;
  483. background: #F9F9F9;
  484. padding-left: 24rpx;
  485. line-height: 62rpx;
  486. }
  487. .yrTop {
  488. display: flex;
  489. justify-content: space-between;
  490. align-items: center;
  491. }
  492. .ItemName {
  493. color: #3C3C3C;
  494. font-size: 28rpx;
  495. width: 480rpx;
  496. font-weight: bold;
  497. margin-top: 20rpx;
  498. margin-bottom: 10rpx;
  499. }
  500. .itemSm {
  501. color: #999999;
  502. line-height: 33rpx;
  503. font-size: 22rpx;
  504. text-overflow: -o-ellipsis-lastline;
  505. overflow: hidden;
  506. text-overflow: ellipsis;
  507. display: -webkit-box;
  508. -webkit-line-clamp: 2;
  509. line-clamp: 2;
  510. -webkit-box-orient: vertical;
  511. }
  512. .qianhaospan {
  513. font-size: 22rpx;
  514. }
  515. .yuyue-price {
  516. color: #FF3B30;
  517. font-size: 32rpx;
  518. padding-top: 8rpx;
  519. border-bottom: 1px solid #EEEEEE;
  520. padding-bottom: 19rpx;
  521. }
  522. .newbottom-container-button {
  523. width: 203rpx;
  524. height: 74rpx;
  525. background: #D53533;
  526. border-radius: 37rpx;
  527. color: #FEFFFE;
  528. font-size: 30rpx;
  529. line-height: 74rpx;
  530. text-align: center;
  531. }
  532. .newbottom-container {
  533. display: flex;
  534. justify-content: space-between;
  535. padding-left: 32rpx !important;
  536. width: 696rpx !important;
  537. z-index: 66;
  538. padding: 23rpx 32rpx !important;
  539. height: 76rpx !important;
  540. position: fixed;
  541. left: 0;
  542. bottom: 0;
  543. background: #FFFFFF;
  544. box-shadow: 0px -2px 10px 0px rgba(153, 153, 153, 0.1000);
  545. }
  546. .yuyue-main .newright-item {
  547. padding-bottom: 19rpx;
  548. }
  549. .yyBleftimg {
  550. width: 45rpx;
  551. height: 35rpx;
  552. margin-top: 2rpx;
  553. }
  554. .yyBleft {
  555. display: flex;
  556. align-items: center;
  557. padding-right: 33rpx;
  558. }
  559. .newyyBox {
  560. display: flex;
  561. }
  562. .newyyBox .totalPriceBox {
  563. line-height: 45rpx;
  564. color: #666666;
  565. font-size: 24rpx;
  566. font-weight: 500;
  567. }
  568. .newyyBox .totalPrice {
  569. color: #FF0000;
  570. font-size: 32rpx;
  571. }
  572. .hejishul {
  573. color: #999999;
  574. font-size: 24rpx;
  575. font-weight: 400;
  576. }
  577. .yydetailBox {
  578. position: fixed;
  579. bottom: 0;
  580. left: 0;
  581. height: 100vh;
  582. width: 100vw;
  583. background: rgba(0, 0, 0, 0.4);
  584. z-index: 6;
  585. }
  586. .yydetailCont {
  587. width: 100vw;
  588. height: calc(50vh + 2rpx);
  589. overflow-y: scroll;
  590. background: #F0F0F0;
  591. position: absolute;
  592. left: 0;
  593. bottom: 119rpx;
  594. }
  595. .yyDetailTop {
  596. width: 750rpx;
  597. height: 90rpx;
  598. background: #FFFFFF;
  599. border-radius: 24rpx 24rpx 0px 0px;
  600. position: absolute;
  601. left: 0;
  602. bottom: calc(50vh + 120rpx);
  603. display: flex;
  604. justify-content: space-between;
  605. }
  606. .yyDetailTopleft {
  607. color: #3C3C3C;
  608. font-size: 30rpx;
  609. line-height: 90rpx;
  610. padding-left: 24rpx;
  611. font-weight: 500;
  612. }
  613. .yyDetailTopRight {
  614. display: flex;
  615. padding-right: 24rpx;
  616. }
  617. .yydetailx {
  618. line-height: 90rpx;
  619. color: #999999;
  620. font-size: 30rpx;
  621. }
  622. .yydetalqk {
  623. width: 86rpx;
  624. height: 41rpx;
  625. background: #F4F5F7;
  626. border-radius: 21rpx;
  627. text-align: center;
  628. line-height: 41rpx;
  629. color: #666666;
  630. font-size: 24rpx;
  631. margin-top: 25rpx;
  632. margin-right: 38rpx;
  633. }
  634. .yydetailContLine {
  635. width: 702rpx;
  636. background: #FFFFFF;
  637. border-radius: 10rpx;
  638. margin-top: 20rpx;
  639. margin-left: 24rpx;
  640. padding: 24rpx 0px;
  641. }
  642. .yydlineName {
  643. color: #3C3C3C;
  644. font-size: 26rpx;
  645. padding-left: 24rpx;
  646. }
  647. .yydlineCommnt {
  648. color: #999999;
  649. font-size: 26rpx;
  650. padding-left: 22rpx;
  651. line-height: 30rpx;
  652. padding-top: 10rpx;
  653. }
  654. .yydPrice {
  655. padding-left: 22rpx;
  656. padding-top: 10rpx;
  657. color: #FF3B30;
  658. font-size: 32rpx;
  659. }
  660. .appraiseBg{
  661. display: flex;
  662. align-items: center;
  663. }
  664. .appraiseBox {
  665. padding: 5rpx 20rpx;
  666. padding-right: 30rpx;
  667. margin-top: 10rpx;
  668. height: 62rpx;
  669. background: rgba(255, 0, 0, 0.08);
  670. border-radius: 0 15rpx 15rpx 0;
  671. display: flex;
  672. align-items: center;
  673. }
  674. .appraise {
  675. color: #FF0000;
  676. font-size: 38rpx;
  677. font-weight: bold;
  678. }
  679. .line {
  680. margin: 0 20rpx;
  681. width: 1rpx;
  682. height: 30rpx;
  683. background: #E9E8E8;
  684. }
  685. .appraiseCount {
  686. font-size: 24rpx;
  687. font-weight: 400;
  688. color: #666666;
  689. flex-grow: 1;
  690. }
  691. .rightArrow {
  692. width: 7rpx;
  693. height: 15rpx;
  694. margin-left: 16rpx;
  695. }
  696. </style>