ckShop.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811
  1. <template>
  2. <view class="content">
  3. <view class="top">
  4. <!-- <view class="shopMr" v-show="shopDefault">
  5. <view class="shopMrMs">默认门店</view>
  6. <view class="shopBox">
  7. <view class="">
  8. <image :src="shopDefault.photoPath" mode="" class="shopImg"></image>
  9. </view>
  10. <view class="shopCont">
  11. <view class="shopName">{{shopDefault.shopName}}</view>
  12. <view class="flex shopRight">
  13. <view>
  14. <span class="span2" >暂无评分</span>
  15. <span class="span3">服务次数 </span>
  16. </view>
  17. <view class="shopBq">{{shopDefault.levelName}}</view>
  18. </view>
  19. <view class="shopTime"><span v-show="shopDefault.startTime">{{shopDefault.startTime}}</span> - <span v-show="shopDefault.endTime">{{shopDefault.endTime}}</span> </view>
  20. <view class="flex addressBox">
  21. <view class="address" > <span v-show="shopDefault.address"> {{shopDefault.address}}</span></view>
  22. <view class="shopKm" v-show="shopDefault.distance">{{shopDefault.distance}}km</view>
  23. </view>
  24. </view>
  25. </view>
  26. </view> -->
  27. <!-- tab -->
  28. <view class="topView">
  29. <view class="tab">
  30. <!-- 93rpx -->
  31. <view class="tabLine" :class="{tabActive:tabindex==1}" @click="tabindexClick(1)">全部</view>
  32. <view class="tabLine" :class="{tabActive:tabindex==2}" @click="tabindexClick(2)">关注</view>
  33. <view class="tabLine" :class="{tabActive:tabindex==3}" @click="tabindexClick(3)">足迹</view>
  34. </view>
  35. </view>
  36. <!-- 全部门店页 -->
  37. <view class="allShop" v-show="tabindex==1">
  38. <view class="firstTop">
  39. <view class="search">
  40. <!-- 120rpx -->
  41. <view class="searchVIew">
  42. <image src="../../static/img/icon_search.png" mode="" class="searchIMg"></image>
  43. <input type="text" value="" placeholder="请输入门店名称" class="searchInput" v-model="shopName"
  44. @confirm="searchList" />
  45. <image src="../../static/img/icon_search_del.png" v-show="shopName" mode="" class="ssScImg"
  46. @click="searchSc"></image>
  47. </view>
  48. </view>
  49. <view class="screen">
  50. <view class="screenLine">
  51. <view class="screenLineTxt" @click="showCity=true,comprehensiveShow=false,levelShow=false">
  52. {{cityname}}
  53. </view>
  54. <image src="../../static/img/icon_arrow_gray.png" mode="" v-show="!showCity"
  55. class="screenJt">
  56. </image>
  57. <image src="../../static/img/icon_arrow_cheng.png" mode="" v-show="showCity"
  58. class="screenJt">
  59. </image>
  60. </view>
  61. <view class="screenLine" @click="mdlx">
  62. <view class="screenLineTxt " :class="{colorCS:levelShow}">门店类型</view>
  63. <image src="../../static/img/icon_arrow_gray.png" mode="" class="screenJt"
  64. v-show="!levelShow">
  65. </image>
  66. <image src="../../static/img/icon_arrow_cheng.png" mode="" v-show="levelShow"
  67. class="screenJt">
  68. </image>
  69. </view>
  70. <view class="screenLine" @click="juli" :class="{colorCS:comprehensiveShow}">
  71. <view class="screenLineTxt" v-if="comprehensive==0">综合排序</view>
  72. <view class="screenLineTxt" v-if="comprehensive==1">距离最近</view>
  73. <view class="screenLineTxt" v-if="comprehensive==2">评分最高</view>
  74. <image src="../../static/img/icon_arrow_gray.png" mode="" v-show="!comprehensiveShow"
  75. class="screenJt"></image>
  76. <image src="../../static/img/icon_arrow_cheng.png" mode="" v-show="comprehensiveShow"
  77. class="screenJt"></image>
  78. </view>
  79. </view>
  80. <!-- 门店类型弹框 -->
  81. <view class="shoplevelBox" v-show="levelShow" @click="levelShow=false">
  82. <view class="shoplevelCont">
  83. <view class="shoplevelLine" v-for="(item,index) in shopLevel" @click.stop="levelClick(item)"
  84. :class="{shoplevalActive:item.ckeck}">{{item.name}}</view>
  85. </view>
  86. <view class="shoplevelBottom">
  87. <view class="shoplevelReset" @click.stop="shoplevelReset">重置</view>
  88. <view class="shoplevelsbu" @click.shop="shoplevelsbu">确定</view>
  89. </view>
  90. </view>
  91. <!-- 门店类型弹框 -->
  92. <!-- 综合排序 -->
  93. <view class="shoplevelBox " v-show="comprehensiveShow" @click="comprehensiveShow=false">
  94. <view class="shoplevelCont ">
  95. <view class="comprehensivebox">
  96. <view class="comprehensiveLine" :class="{comprehensiveACtive:comprehensive==0}"
  97. @click.stop="comprehensiveClick(0)">综合排序</view>
  98. <view class="comprehensiveLine" :class="{comprehensiveACtive:comprehensive==1}"
  99. @click.stop="comprehensiveClick(1)">距离最近</view>
  100. <view class="comprehensiveLine" :class="{comprehensiveACtive:comprehensive==2}"
  101. @click.stop="comprehensiveClick(2)">评分最高</view>
  102. </view>
  103. </view>
  104. </view>
  105. <!-- 综合排序 -->
  106. </view>
  107. <view class="shopLineBoxFirst">
  108. <view class="shopBox shopBox2" v-for="(item,index) in queryShopList"
  109. @click="addBMemberShopIsDefault(item)">
  110. <view class="">
  111. <image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
  112. <image src="../../static/img/noimg.png" mode="" class="shopImg" v-else></image>
  113. </view>
  114. <view class="shopCont">
  115. <view class="shopName">{{item.shopName}}</view>
  116. <view class="flex shopRight">
  117. <view>
  118. <span class="span1" v-if="item.shopScore">{{item.shopScore}}</span>
  119. <span class="span2" v-if="item.shopScore">分</span>
  120. <span class="span2" v-if="!item.shopScore">暂无评分</span>
  121. <span class="span3">服务次数 {{item.sheetSum}}</span>
  122. </view>
  123. <view class="shopBq" v-show="item.levelName">{{item.levelName}}</view>
  124. </view>
  125. <view class="shopTime"><span v-show="item.startTime">{{item.startTime}}</span> - <span
  126. v-show="item.endTime">{{item.endTime}}</span> </view>
  127. <view class="flex addressBox">
  128. <view class="address"> <span v-show="item.address"> {{item.address}}</span></view>
  129. <view class="shopKm" v-show="item.distance">{{item.distance}}km</view>
  130. </view>
  131. </view>
  132. </view>
  133. <view v-if="queryShopList==''" class="nodataBox">
  134. <image src="../../static/img/nodata.png" mode="widthFix" class="nodataImg"></image>
  135. <view class="noTxt">暂无数据</view>
  136. </view>
  137. </view>
  138. </view>
  139. <!-- 关注的门店页-->
  140. <view class="allShop" v-show="tabindex==2">
  141. <view class="shopLineBox">
  142. <view class="shopBox shopBox2" v-for="(item,index) in bMemberShopList"
  143. @click="addBMemberShopIsDefault(item)">
  144. <view class="">
  145. <image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
  146. <image src="../../static/img/noimg.png" mode="" class="shopImg" v-else></image>
  147. </view>
  148. <view class="shopCont">
  149. <view class="shopName">{{item.shopName}}</view>
  150. <view class="flex shopRight">
  151. <view>
  152. <span class="span1" v-if="item.shopScore">{{item.shopScore}}</span>
  153. <span class="span2" v-if="item.shopScore">分</span>
  154. <span class="span2" v-if="!item.shopScore">暂无评分</span>
  155. <span class="span3">服务次数 {{item.sheetSum}} </span>
  156. </view>
  157. <view class="shopBq" v-show="item.levelName">{{item.levelName}}</view>
  158. </view>
  159. <view class="shopTime"><span v-show="item.startTime">{{item.startTime}}</span> - <span
  160. v-show="item.endTime">{{item.endTime}}</span> </view>
  161. <view class="flex addressBox">
  162. <view class="address"> <span v-show="item.address"> {{item.address}}</span></view>
  163. <view class="shopKm" v-show="item.distance">{{item.distance}}km</view>
  164. </view>
  165. </view>
  166. </view>
  167. <view v-if="bMemberShopList==''" class="nodataBox">
  168. <image src="../../static/img/nodata.png" mode="widthFix" class="nodataImg"></image>
  169. <view class="noTxt">暂无数据</view>
  170. </view>
  171. </view>
  172. </view>
  173. <!-- 足迹页 -->
  174. <view class="allShop" v-show="tabindex==3">
  175. <view class="footLine">
  176. <view v-for="(v,i) in shopFootprintList">
  177. <view class="timeDate">
  178. {{v.date}}
  179. </view>
  180. <view class="shopBox shopBox2" v-for="(item,index) in v.list"
  181. @click="addBMemberShopIsDefault(item)">
  182. <view class="">
  183. <image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
  184. <image src="../../static/img/noimg.png" mode="" class="shopImg" v-else></image>
  185. </view>
  186. <view class="shopCont">
  187. <view class="shopName">{{item.shopName}}</view>
  188. <view class="flex shopRight">
  189. <view>
  190. <span class="span1" v-if="item.shopScore">{{item.shopScore}}</span>
  191. <span class="span2" v-if="item.shopScore">分</span>
  192. <span class="span2" v-if="!item.shopScore">暂无评分</span>
  193. <span class="span3">服务次数 {{item.sheetSum}} </span>
  194. </view>
  195. <view class="shopBq" v-show="item.levelName">{{item.levelName}}</view>
  196. </view>
  197. <view class="shopTime">{{item.startTime}}-{{item.endTime}}</view>
  198. <view class="flex addressBox">
  199. <view class="address">{{item.address}}</view>
  200. <view class="shopKm">{{item.distance}}km</view>
  201. </view>
  202. </view>
  203. </view>
  204. </view>
  205. </view>
  206. <view v-if="shopFootprintList==''" class="nodataBox">
  207. <image src="../../static/img/nodata.png" mode="widthFix" class="nodataImg"></image>
  208. <view class="noTxt">暂无数据</view>
  209. </view>
  210. </view>
  211. <!-- 足迹 -->
  212. </view>
  213. <chose-city @selectCity="selectCity" v-if="showCity" @closeModal="closeModal"></chose-city>
  214. </view>
  215. </template>
  216. <script>
  217. import choseCity from "@/components/chose-city/chose-city"
  218. export default {
  219. components: {
  220. choseCity
  221. },
  222. data() {
  223. return {
  224. tabindex: 1,
  225. location: '',
  226. cityname: '上海市',
  227. queryShopList: '',
  228. shopName: '',
  229. level: '',
  230. comprehensive: 0,
  231. shopLevel: '',
  232. levelShow: false,
  233. comprehensiveShow: false,
  234. shopDefault: '',
  235. bMemberShopList: [],
  236. shopFootprintList: [],
  237. showCity: false,
  238. page: 1,
  239. }
  240. },
  241. onLoad() {
  242. this.location = uni.getStorageSync("location");
  243. if (this.location) {
  244. this.cityname = this.location.cityname
  245. } else {
  246. //初始化数据
  247. this.location = {
  248. cityname: '',
  249. cityCode: ''
  250. }
  251. }
  252. this.getqueryShopList() //获取全部门店列表
  253. this.getqueryBShopLevel() //查询门店等级
  254. this.getbMemberShopList() //关注门店
  255. this.getShopFootprint()
  256. this.shopDefault = uni.getStorageSync("shopData");
  257. console.log(this.shopDefault)
  258. },
  259. methods: {
  260. mdlx() {
  261. this.levelShow = !this.levelShow;
  262. this.comprehensiveShow = false;
  263. this.showCity = false
  264. },
  265. juli() {
  266. this.comprehensiveShow = !this.comprehensiveShow;
  267. this.levelShow = false;
  268. this.showCity = false
  269. },
  270. selectCity(item) {
  271. console.log('-您选择的城市-', item)
  272. this.location.cityname = item.name;
  273. this.location.cityCode = item.citycode;
  274. this.cityname = item.name;
  275. console.log(this.location)
  276. uni.setStorage({
  277. key: 'location',
  278. data: this.location,
  279. success: function() {}
  280. });
  281. this.showCity = false;
  282. this.getqueryShopList()
  283. },
  284. closeModal() {
  285. this.showCity = false
  286. },
  287. addBMemberShopIsDefault(item) {
  288. uni.showLoading({});
  289. this.$http('miniAppShopInfoController/addBMemberShopIsDefault', {
  290. shopId: item.shopId
  291. }, 'POST').then(res => {
  292. uni.hideLoading();
  293. var token = res.data.token;
  294. var logodata = uni.getStorageSync("logodata");
  295. logodata.token = token;
  296. uni.setStorage({
  297. key: 'logodata',
  298. data: logodata,
  299. success: function() {
  300. uni.setStorage({
  301. key: 'shopData',
  302. data: item,
  303. success: function() {
  304. if (res.code == 0) {
  305. uni.navigateBack({
  306. delta: 1
  307. })
  308. } else {
  309. uni.showToast({
  310. title: res.msg,
  311. icon: 'none',
  312. duration: 3000
  313. });
  314. }
  315. }
  316. });
  317. }
  318. });
  319. })
  320. },
  321. getqueryShopList() {
  322. uni.showLoading({});
  323. this.$http('miniAppShopInfoController/queryShopList', {
  324. shopName: this.shopName,
  325. lat: this.location.lat,
  326. lng: this.location.lng,
  327. cityCode: this.location.cityCode,
  328. comprehensive: this.comprehensive,
  329. level: this.level,
  330. }, 'GET').then(res => {
  331. uni.hideLoading();
  332. this.queryShopList = res.data
  333. })
  334. },
  335. getbMemberShopList() { //门店
  336. uni.showLoading({});
  337. this.$http('miniAppMyBMemberCar/listBMemberShopPage', {
  338. lat: this.location.lat,
  339. lng: this.location.lng,
  340. page: this.page,
  341. limit: 10
  342. }, 'GET').then(res => {
  343. uni.hideLoading();
  344. var a = res.data.Items
  345. this.bMemberShopList = this.bMemberShopList.concat(a)
  346. })
  347. },
  348. getShopFootprint() { //足迹
  349. this.$http('miniAppMyBMemberCar/listBMemberShopFootprintPage', {
  350. lat: this.location.lat,
  351. lng: this.location.lng,
  352. page: this.page,
  353. limit: 10
  354. }, 'GET').then(res => {
  355. var a = res.data.Items;
  356. //this.shopFootprintList=this.shopFootprintList.concat(a)
  357. if (this.shopFootprintList.length == 0) {
  358. this.shopFootprintList = this.shopFootprintList.concat(a);
  359. } else {
  360. console.log(a[0].date)
  361. console.log(this.shopFootprintList[this.shopFootprintList.length - 1].date)
  362. if (a[0].date == this.shopFootprintList[this.shopFootprintList.length - 1].date) {
  363. this.shopFootprintList[this.shopFootprintList.length - 1].list.concat(a[0].list);
  364. a.splice(0, 1);
  365. this.shopFootprintList = this.shopFootprintList.concat(a);
  366. } else {
  367. this.shopFootprintList = this.shopFootprintList.concat(a);
  368. }
  369. }
  370. })
  371. },
  372. searchList() {
  373. this.getqueryShopList()
  374. },
  375. searchSc(){
  376. this.shopName = ''
  377. this.getqueryShopList()
  378. },
  379. getqueryBShopLevel() {
  380. this.$http('miniAppShopInfoController/queryBShopLevel', {
  381. }, 'GET').then(res => {
  382. res.data.forEach(item => {
  383. item.ckeck = false;
  384. })
  385. this.shopLevel = res.data
  386. })
  387. },
  388. levelClick(item) {
  389. item.ckeck = !item.ckeck
  390. },
  391. shoplevelReset() {
  392. this.shopLevel.forEach(item => {
  393. item.ckeck = false;
  394. })
  395. // this.getqueryShopList()
  396. // this.levelShow=false;
  397. },
  398. shoplevelsbu() {
  399. var arr = []
  400. this.shopLevel.forEach(item => {
  401. if (item.ckeck) {
  402. arr.push(item.id)
  403. }
  404. })
  405. this.level = arr.join(',')
  406. console.log(this.level)
  407. this.levelShow = false;
  408. this.getqueryShopList()
  409. },
  410. comprehensiveClick(num) {
  411. this.comprehensive = num;
  412. this.comprehensiveShow = false;
  413. this.getqueryShopList()
  414. },
  415. tabindexClick(num) {
  416. this.tabindex = num;
  417. if (num == 2) {
  418. this.page = 1;
  419. this.bMemberShopList = [];
  420. this.getbMemberShopList()
  421. } else if (num == 3) {
  422. this.page = 1;
  423. this.shopFootprintList = [];
  424. this.getShopFootprint()
  425. }
  426. }
  427. },
  428. onReachBottom() {
  429. this.page++;
  430. if (this.tabindex == 2) {
  431. this.getbMemberShopList()
  432. } else if (this.tabindex == 3) {
  433. this.getShopFootprint()
  434. }
  435. //this.getData()
  436. },
  437. onPullDownRefresh() {
  438. /* this.page=1;
  439. this.data=[];
  440. this.getData() */
  441. setTimeout(function() {
  442. uni.stopPullDownRefresh();
  443. }, 1000);
  444. }
  445. }
  446. </script>
  447. <style scoped>
  448. .nodataImg {
  449. width: 400rpx;
  450. padding-top: 100rpx;
  451. }
  452. .noTxt {
  453. font-size: 36rpx;
  454. color: #999999;
  455. padding-top: 50rpx;
  456. }
  457. .nodataBox {
  458. text-align: center;
  459. }
  460. .content {
  461. min-height: 100vh;
  462. background: #F4F5F7;
  463. }
  464. .shopMr {
  465. padding: 34rpx 24rpx;
  466. background: #FFFFFF;
  467. }
  468. .shopMrMs {
  469. color: #999999;
  470. font-size: 24rpx;
  471. }
  472. .shopImg {
  473. width: 146rpx;
  474. height: 146rpx;
  475. border-radius: 6rpx;
  476. }
  477. .shopBox {
  478. padding-top: 30rpx;
  479. display: flex;
  480. }
  481. .flex {
  482. display: flex;
  483. justify-content: space-between;
  484. }
  485. .shopCont {
  486. padding-left: 22rpx;
  487. width: 520rpx;
  488. }
  489. .shopName {
  490. color: #333333;
  491. font-size: 26rpx;
  492. font-weight: 600;
  493. }
  494. .span1 {
  495. color: #FF4F00;
  496. font-size: 36rpx;
  497. }
  498. .span2 {
  499. color: #FF4F00;
  500. font-size: 22rpx;
  501. }
  502. .span3 {
  503. color: #333333;
  504. font-size: 22rpx;
  505. padding-left: 22rpx;
  506. }
  507. .shopBq {
  508. color: #FF4F00;
  509. font-size: 22rpx;
  510. border-radius: 4rpx;
  511. border: 1px solid #FF4F00;
  512. line-height: 30rpx;
  513. height: 30rpx;
  514. padding: 0rpx 5rpx;
  515. margin-top: 10rpx;
  516. }
  517. .shopTime {
  518. color: #666666;
  519. font-size: 22rpx;
  520. }
  521. .addressBox {
  522. color: #666666;
  523. font-size: 22rpx;
  524. }
  525. .topView {
  526. width: 100%;
  527. height: 93rpx;
  528. background-color: #FFFFFF;
  529. left: 0rpx;
  530. top: 0rpx;
  531. position: fixed;
  532. z-index: 99;
  533. }
  534. .tab {
  535. display: flex;
  536. padding: 0 18rpx;
  537. border-bottom: 1px solid #F4F5F7;
  538. background: #FFFFFF;
  539. margin-top: 20rpx;
  540. justify-content: space-between;
  541. }
  542. .tabLine {
  543. line-height: 88rpx;
  544. color: #3C3C3C;
  545. text-align: center;
  546. width: 210rpx;
  547. font-size: 30rpx;
  548. }
  549. .tabActive {
  550. color: #FF4F00;
  551. border-bottom: 4rpx solid #FF4F00;
  552. }
  553. .allShop {
  554. background-color: #FFFFFF;
  555. padding-top: 111rpx;
  556. }
  557. .firstTop{
  558. width: 100%;
  559. height: 175rpx;
  560. background-color: #FFFFFF;
  561. position: fixed;
  562. top: 111rpx;
  563. z-index: 99;
  564. }
  565. .searchIMg {
  566. width: 40rpx;
  567. height: 40rpx;
  568. margin-top: 16rpx;
  569. margin-left: 20rpx;
  570. }
  571. .search {
  572. padding: 24rpx;
  573. }
  574. .searchVIew {
  575. display: flex;
  576. background: #F4F5F7;
  577. border-radius: 36rpx;
  578. height: 72rpx;
  579. }
  580. .searchInput {
  581. color: #999999;
  582. font-size: 28rpx;
  583. padding-left: 16rpx;
  584. height: 72rpx;
  585. line-height: 72rpx;
  586. width: 550rpx;
  587. }
  588. .screenJt {
  589. width: 40rpx;
  590. height: 40rpx;
  591. }
  592. .screen {
  593. display: flex;
  594. justify-content: space-between;
  595. padding: 0 24rpx 16rpx 24rpx;
  596. border-bottom: 2rpx solid #EEEEEE;
  597. position: relative;
  598. }
  599. .screenLine {
  600. display: flex;
  601. color: #333333;
  602. font-size: 28rpx;
  603. }
  604. .shopLineBoxFirst{
  605. padding: 0 25rpx;
  606. padding-top: 175rpx;
  607. }
  608. .shopLineBox {
  609. padding: 0 25rpx;
  610. }
  611. .shopBox2 {
  612. border-bottom: 2rpx solid #EEEEEE;
  613. padding-bottom: 30rpx;
  614. }
  615. .shoplevelBox {
  616. position: fixed;
  617. left: 0;
  618. width: 750rpx;
  619. top: 288rpx;
  620. background: rgba(0, 0, 0, 0.4);
  621. z-index: 11;
  622. border-top: 1px solid #EEEEEE;
  623. border-bottom: 1px solid #EEEEEE;
  624. height: calc(100vh - 288rpx);
  625. }
  626. /* #ifdef H5 */
  627. .shoplevelBox {
  628. top: calc(288rpx + 44px);
  629. }
  630. /* #endif */
  631. .shoplevelCont {
  632. display: flex;
  633. flex-wrap: wrap;
  634. background: #FFFFFF;
  635. padding: 24rpx;
  636. }
  637. .shoplevelLine {
  638. color: #333333;
  639. line-height: 64rpx;
  640. padding: 0 40rpx;
  641. height: 64rpx;
  642. background: #F4F5F7;
  643. border-radius: 32rpx;
  644. margin-right: 20rpx;
  645. margin-bottom: 30rpx;
  646. }
  647. .shoplevelBottom {
  648. display: flex;
  649. justify-content: space-between;
  650. padding-top: 60rpx;
  651. padding-right: 24rpx;
  652. background: #FFFFFF;
  653. padding: 24rpx;
  654. }
  655. .shoplevelReset {
  656. width: 320rpx;
  657. height: 74rpx;
  658. border-radius: 37rpx;
  659. border: 2rpx solid #FF4F00;
  660. text-align: center;
  661. line-height: 74rpx;
  662. font-size: 30rpx;
  663. font-family: PingFangSC-Medium, PingFang SC;
  664. font-weight: 500;
  665. color: #FF4F00;
  666. }
  667. .shoplevelsbu {
  668. width: 320rpx;
  669. height: 74rpx;
  670. background: #FF4F00;
  671. border-radius: 37rpx;
  672. font-size: 30rpx;
  673. font-family: PingFangSC-Medium, PingFang SC;
  674. font-weight: 500;
  675. color: #FFFFFF;
  676. text-align: center;
  677. line-height: 74rpx;
  678. border: 2rpx solid #FF4F00;
  679. }
  680. .shoplevalActive {
  681. color: #FF4F00;
  682. background: rgba(255, 79, 0, 0.08);
  683. }
  684. .comprehensiveLine {
  685. /* width: 200rpx;
  686. height: 60rpx;
  687. line-height: 60rpx;
  688. text-align: center;
  689. border: 1px solid rgb(228, 228, 228);
  690. border-radius: 10rpx; */
  691. font-size: 26rpx;
  692. font-family: PingFangSC-Regular, PingFang SC;
  693. font-weight: 400;
  694. color: #333333;
  695. padding: 25rpx 0;
  696. }
  697. .comprehensivebox {
  698. /* display: flex;justify-content: space-around; */
  699. }
  700. .comprehensiveACtive {
  701. color: #FF4F00;
  702. }
  703. .footLine {
  704. padding: 24rpx;
  705. }
  706. .timeDate {
  707. font-size: 24rpx;
  708. color: #999999;
  709. }
  710. .screenJt {
  711. width: 24rpx;
  712. height: 24rpx;
  713. margin-top: 7rpx;
  714. margin-left: 5rpx;
  715. }
  716. .ssScImg {
  717. width: 40rpx;
  718. height: 40rpx;
  719. margin-top: 16rpx;
  720. }
  721. .colorCS {
  722. color: #FF4F00;
  723. }
  724. </style>