meobohui.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. <template>
  2. <view class="container home clearfix">
  3. <!-- top -->
  4. <view class="container-top"><image src="http://static-b.caimei365.com/app/meibohui/meibo@_05.jpg" mode=""></image></view>
  5. <view class="container-activ"><image src="http://static-b.caimei365.com/app/meibohui/meibo@_03.jpg" mode=""></image></view>
  6. <!-- VIP品牌线上馆 -->
  7. <view class="container-page clearfix">
  8. <view class="tui-group-name">
  9. <view class="tui-group-title">
  10. <view class="tui-group-l">VIP品牌线上馆</view>
  11. </view>
  12. <view class="tui-sub__desc">VIP品牌线上馆描述词</view>
  13. </view>
  14. <view class="tui-group-list">
  15. <view class="floor-item-vip" v-for="(vips,index) in supplierList1" :key="index" @click="goSupplier(supps.id)">
  16. <image :src="vips.image" class="floor-item-image" mode=""></image>
  17. </view>
  18. </view>
  19. </view>
  20. <!-- 参展商 -->
  21. <view class="container-page clearfix">
  22. <view class="tui-group-name">
  23. <view class="tui-group-title">
  24. <view class="tui-group-l">参展商</view>
  25. <view class="tui-group-r" @click="NavToDetailPage('/h5/pages/activity/meobohui-supplier')">
  26. <text>更多</text>
  27. <text class="iconfont icon-xiayibu"></text>
  28. </view>
  29. </view>
  30. <view class="tui-sub__desc">参展商描述词</view>
  31. </view>
  32. <view class="tui-group-list">
  33. <view class="floor-item-sup" v-for="(supps,index) in supplierList2" :key="index" @click="goSupplier(supps.id)">
  34. <image :src="supps.image" class="floor-item-image" mode=""></image>
  35. </view>
  36. </view>
  37. </view>
  38. <!-- 现场直击 -->
  39. <view class="container-page clearfix">
  40. <view class="tui-group-name">
  41. <view class="tui-group-title">
  42. <view class="tui-group-l">现场直击</view>
  43. </view>
  44. <view class="tui-sub__desc">现场直击描述词</view>
  45. </view>
  46. <view class="tui-group-scroll clearfix">
  47. <scroll-view scroll-x>
  48. <view class="floor-item__list">
  49. <view class="floor-item__live" v-for="(lives,index) in liveList" :key="index" @click="LiveGoPathPros(lives)">
  50. <view class="floor-item__image">
  51. <image :src="lives.image" mode=""></image>
  52. </view>
  53. <view class="floor-item__text">{{lives.text}}</view>
  54. </view>
  55. </view>
  56. </scroll-view>
  57. </view>
  58. </view>
  59. <!-- 展位图 -->
  60. <view class="container-page clearfix">
  61. <view class="tui-group-name">
  62. <view class="tui-group-title">
  63. <view class="tui-group-l">展位图</view>
  64. <view class="tui-group-r" @click="NavToDetailPage('/h5/pages/activity/meobohui-booth')">
  65. <text>更多</text>
  66. <text class="iconfont icon-xiayibu"></text>
  67. </view>
  68. </view>
  69. <view class="tui-sub__desc">展位图描述词</view>
  70. </view>
  71. <view class="tui-group-list">
  72. <view class="floor-item-booth" v-for="(booths,index) in boothList" :key="index">
  73. <view class="floor-item-booth-image">
  74. <image :src="booths.image" class="floor-item-image" mode=""></image>
  75. </view>
  76. <view class="floor-item-text">
  77. <view class="floor-item-p one">{{booths.name}}</view>
  78. <view class="floor-item-p two">展位号:{{booths.num}}</view>
  79. </view>
  80. </view>
  81. </view>
  82. </view>
  83. <!-- 供应商商品楼层 -->
  84. <view class="container-page clearfix" v-for="(floors,index) in flootData" :key="index">
  85. <view class="tui-group-name">
  86. <view class="tui-group-title">
  87. <view class="tui-group-l">{{floors.shopName}}</view>
  88. <view class="tui-group-r" @click="goSupplier(floors.shopId)">
  89. <text>更多</text>
  90. <text class="iconfont icon-xiayibu"></text>
  91. </view>
  92. </view>
  93. <view class="tui-sub__desc">展位图描述词</view>
  94. </view>
  95. <view class="tui-group-good__scroll clearfix">
  96. <scroll-view scroll-x>
  97. <view class="floor-good__list">
  98. <view class="floor-item ad_04 clearfix" v-for="(product, idx) in floors.productSet" :key="idx" @click.stop="RouterDetailPage(product.productID)">
  99. <image class="item-img tui-skeleton-fillet" :src="product.mainImage" mode="aspectFill"></image>
  100. <view class="floor-item-content">
  101. <view class="title tui-skeleton-rect">
  102. <text class="mclap-tag">美博会</text>
  103. <text class="mclap">{{product.name}}</text>
  104. </view>
  105. <view class="floor-item-price">
  106. <view class="floor-item-act">
  107. <template v-if="userIdentity === 3">
  108. <template v-if="product.actStatus===1">
  109. <view class="floor-tags" v-if="PromotionsFormat(product.promotions)">
  110. {{product.promotions.name}}
  111. <text v-if="hasLogin && product.price1TextFlag != 1 && product.shopID == shopId">:¥{{product.retailPrice | NumFormat}}</text>
  112. </view>
  113. <view class="floor-tags" v-else>{{product.promotions.name}}</view>
  114. </template>
  115. <template v-if="product.actStatus ===0 && product.ladderPriceFlag===1">
  116. <view class="floor-tags">阶梯价格</view>
  117. </template>
  118. </template>
  119. <template v-else>
  120. <template v-if="product.actStatus===1">
  121. <view class="floor-tags" v-if="PromotionsFormat(product.promotions)">
  122. {{product.promotions.name}}
  123. <text v-if="hasLogin && product.price1TextFlag != 1">:¥{{product.retailPrice | NumFormat}}</text>
  124. </view>
  125. <view class="floor-tags" v-else>{{product.promotions.name}}</view>
  126. </template>
  127. <template v-if="product.actStatus ===0 && product.ladderPriceFlag===1">
  128. <view class="floor-tags">阶梯价格</view>
  129. </template>
  130. </template>
  131. </view>
  132. <view v-if="hasLogin">
  133. <template v-if="product.productCategory == 1">
  134. <template v-if="userIdentity == 3">
  135. <template v-if="product.shopID == shopId">
  136. <view class="title-none" v-if="product.price1TextFlag === '1'">
  137. <text class="p big">¥未公开价格</text>
  138. </view>
  139. <view class="price tui-skeleton-rect" v-else :class="PromotionsFormat(product.promotions) ? 'none' : ''">
  140. <text class="p sm">¥</text>
  141. <text class="p big">{{ (PromotionsFormat(product.promotions) ? product.price1 : product.retailPrice ) | NumFormat}}</text>
  142. </view>
  143. </template>
  144. <template v-else>
  145. <view class="no-price">
  146. <view class="p-stars">
  147. <text class="p-no">¥</text>
  148. <uni-grader :grade="Number(product.price1Grade)" :margin="14"></uni-grader>
  149. </view>
  150. </view>
  151. </template>
  152. </template>
  153. <template v-else-if="userIdentity ===4">
  154. <view class="title-none" v-if="product.price1TextFlag === '1'">
  155. <text class="p big">¥未公开价格</text>
  156. </view>
  157. <view class="title-none" v-if="product.price1TextFlag === '2'">
  158. <text class="p big">¥价格仅会员可见</text>
  159. </view>
  160. <view class="price tui-skeleton-rect" v-if="product.price1TextFlag === '0'" :class="PromotionsFormat(product.promotions) ? 'none' : ''">
  161. <text class="p sm">¥</text>
  162. <text class="p big">{{ (PromotionsFormat(product.promotions) ? product.price1 : product.retailPrice ) | NumFormat}}</text>
  163. </view>
  164. </template>
  165. <template v-else>
  166. <view class="title-none" v-if="product.price1TextFlag === '1'">
  167. <text class="p big">¥未公开价格</text>
  168. </view>
  169. <view class="price tui-skeleton-rect" v-else :class="PromotionsFormat(product.promotions) ? 'none' : ''">
  170. <text class="p sm">¥</text>
  171. <text class="p big">{{ (PromotionsFormat(product.promotions) ? product.price1 : product.retailPrice ) | NumFormat}}</text>
  172. </view>
  173. </template>
  174. </template>
  175. <template v-else>
  176. <view class="price tui-skeleton-rect">
  177. <text class="p sm">¥</text>
  178. <text class="p big">{{ product.retailPrice | NumFormat }}</text>
  179. </view>
  180. </template>
  181. </view>
  182. <view v-else class="no-price">
  183. <template>
  184. <view class="p-stars">
  185. <text class="p-no">¥</text>
  186. <uni-grader :grade="Number(product.price1Grade)" :margin="14"></uni-grader>
  187. </view>
  188. </template>
  189. </view>
  190. </view>
  191. </view>
  192. </view>
  193. </view>
  194. </scroll-view>
  195. </view>
  196. </view>
  197. <!-- 侧边 -->
  198. <scroll-top :isScrollTop="isScrollTop" :bottom="50"></scroll-top>
  199. <!-- 透明模态层 -->
  200. <modal-layer v-if='isModallayer'></modal-layer>
  201. </view>
  202. </template>
  203. <script>
  204. import authorize from '@/common/config/authorize.js'
  205. import uniGrader from '@/components/uni-grade/uni-grade.vue'
  206. import modalLayer from "@/components/modal-layer"
  207. import { userInfoLogin } from "@/api/use.js"
  208. import { mapState,mapMutations} from 'vuex';
  209. export default {
  210. components:{
  211. uniGrader,
  212. modalLayer
  213. },
  214. data() {
  215. return {
  216. userID:0,
  217. current:0,
  218. mode:'round',
  219. isModallayer:false,
  220. isLogin:false,
  221. skeletonShow: true,
  222. userIdentity:'',
  223. supplierList1:[
  224. {image:'http://static-b.caimei365.com/app/meibohui/meibo_sup@_01.png',id:23456},
  225. {image:'http://static-b.caimei365.com/app/meibohui/meibo_sup@_02.png',id:23456},
  226. {image:'http://static-b.caimei365.com/app/meibohui/meibo_sup@_03.png',id:23456},
  227. {image:'http://static-b.caimei365.com/app/meibohui/meibo_sup@_03.png',id:23456}
  228. ],
  229. supplierList2:[
  230. {image:'http://static-b.caimei365.com/app/meibohui/meibo_logo@_01.png',id:23456},
  231. {image:'http://static-b.caimei365.com/app/meibohui/meibo_logo@_01.png',id:23456},
  232. {image:'http://static-b.caimei365.com/app/meibohui/meibo_logo@_01.png',id:23456},
  233. {image:'http://static-b.caimei365.com/app/meibohui/meibo_logo@_01.png',id:23456},
  234. {image:'http://static-b.caimei365.com/app/meibohui/meibo_logo@_01.png',id:23456},
  235. {image:'http://static-b.caimei365.com/app/meibohui/meibo_logo@_01.png',id:23456},
  236. {image:'http://static-b.caimei365.com/app/meibohui/meibo_logo@_01.png',id:23456},
  237. {image:'http://static-b.caimei365.com/app/meibohui/meibo_logo@_01.png',id:23456}
  238. ],
  239. liveList:[
  240. {image:'http://static-b.caimei365.com/app/meibohui/meibo_live@_01.png',text:'不同阶段的痘重磅上由...'},
  241. {image:'http://static-b.caimei365.com/app/meibohui/meibo_live@_02.png',text:'不同阶段的痘重磅上由...'},
  242. {image:'http://static-b.caimei365.com/app/meibohui/meibo_live@_01.png',text:'不同阶段的痘重磅上由...'},
  243. {image:'http://static-b.caimei365.com/app/meibohui/meibo_live@_02.png',text:'不同阶段的痘重磅上由...'}
  244. ],
  245. boothList:[
  246. {image:'http://static-b.caimei365.com/app/meibohui/meibo_img@_01.png',name:'采美信息技术有限公司',num:'21F'},
  247. {image:'http://static-b.caimei365.com/app/meibohui/meibo_img@_02.png',name:'采美信息技术有限公司',num:'21F'},
  248. {image:'http://static-b.caimei365.com/app/meibohui/meibo_img@_03.png',name:'采美信息技术有限公司',num:'21F'},
  249. {image:'http://static-b.caimei365.com/app/meibohui/meibo_img@_04.png',name:'采美信息技术有限公司',num:'21F'}
  250. ],
  251. flootData:[],//楼层
  252. isScrollTop:false,
  253. isRequest:false,
  254. isNavRequest:false,
  255. isLiveRequest:false,
  256. }
  257. },
  258. onLoad() {
  259. },
  260. filters: {
  261. NumFormat:function(text) {//处理金额
  262. return Number(text).toFixed(2);
  263. }
  264. },
  265. computed: {
  266. ...mapState(['hasLogin','userInfo','identity','isActivity'])
  267. },
  268. methods: {
  269. ...mapMutations(['login','logout']),
  270. GetActitityInit(){//金刚区分类
  271. this.ActivityService.GetRepeatActivityFloorData({userId:this.userID}).then(response =>{
  272. this.flootData = response.data
  273. }).catch(error =>{
  274. this.$util.msg(error.msg,2000)
  275. })
  276. },
  277. NavToDetailPage(path){
  278. this.$api.navigateTo(path)
  279. },
  280. RouterDetailPage(id) {
  281. this.isModallayer = true;
  282. this.$api.navigateTo(`/pages/goods/product?id=${id}`);
  283. this.isModallayer = false;
  284. },
  285. goSupplier(value){//跳供应商资料页
  286. this.$api.navigateTo('/supplier/pages/user/my-shop?shopId='+value)
  287. },
  288. LiveGoPathPros(live){
  289. this.$api.navigateTo(`/h5/pages/article/page-image?title=${live.liveTitle}&image=${live.advertisingImage}`)
  290. }
  291. },
  292. onPageScroll(e){//实时获取到滚动的值
  293. if(e.scrollTop>400){
  294. this.isScrollTop = true
  295. }else{
  296. this.isScrollTop = false
  297. }
  298. },
  299. onPullDownRefresh() {//下拉刷新
  300. this.GetActitityInit()
  301. uni.stopPullDownRefresh()
  302. },
  303. onShareAppMessage(res){//分享转发
  304. if (res.from === 'button') {
  305. // 来自页面内转发按钮
  306. }
  307. return {
  308. title: '生美医美正品采购服务平台',
  309. path: '/h5/pages/activity/meobohui',
  310. imageUrl:'https://static.caimei365.com/app/img/bg/min-banner.jpg'
  311. }
  312. },
  313. onShow(){
  314. this.modallayer = false
  315. this.$api.getComStorage('userInfo').then((resolve) =>{
  316. this.clubStatus = resolve.clubStatus
  317. this.userID = resolve.userID ? resolve.userID : 0;
  318. this.shopId = resolve.shopID ? resolve.shopID : 0;
  319. this.userIdentity = resolve.userIdentity
  320. this.GetActitityInit()
  321. }).catch(error =>{
  322. this.GetActitityInit()
  323. })
  324. }
  325. }
  326. </script>
  327. <style lang="scss">
  328. page{
  329. background-color: #F7F7F7;
  330. }
  331. .container-top{
  332. width: 100%;
  333. height: 500rpx;
  334. float: left;
  335. image{
  336. width: 100%;
  337. height: 100%;
  338. display: block;
  339. }
  340. }
  341. .container-activ{
  342. width: 100%;
  343. height: 240rpx;
  344. box-sizing: border-box;
  345. padding: 0 24rpx;
  346. margin: 24rpx 0;
  347. float: left;
  348. image{
  349. width: 100%;
  350. height: 240rpx;
  351. display: block;
  352. }
  353. }
  354. .container-page{
  355. background-color: #F7F7F7;
  356. width: 100%;
  357. height: auto;
  358. box-sizing: border-box;
  359. padding: 0 24rpx;
  360. float: left;
  361. }
  362. .tui-group-name {
  363. width: 100%;
  364. height: 92rpx;
  365. padding: 20rpx 0;
  366. }
  367. .tui-group-title{
  368. width: 100%;
  369. float: left;
  370. .tui-group-l{
  371. float: left;
  372. font-size: 34rpx;
  373. font-weight: bold;
  374. text-align: left;
  375. line-height: 49rpx;
  376. color: #333;
  377. }
  378. .tui-group-r{
  379. float: right;
  380. font-size: $font-size-26;
  381. text-align: right;
  382. line-height: 49rpx;
  383. color: #999999;
  384. .icon-xiayibu{
  385. font-size: $font-size-30;
  386. color: #999999;
  387. }
  388. }
  389. }
  390. .tui-sub__desc {
  391. width: 100%;
  392. float: left;
  393. color: rgba(153,153,153,0.9);
  394. font-size: $font-size-26;
  395. }
  396. .tui-group-list{
  397. width: 100%;
  398. height: auto;
  399. .floor-item-vip{
  400. width: 339rpx;
  401. height: 240rpx;
  402. float: left;
  403. margin-right: 24rpx;
  404. margin-bottom: 24rpx;
  405. &:nth-child(2n){
  406. margin-right: 0;
  407. }
  408. .floor-item-image{
  409. width: 100%;
  410. height: 100%;
  411. display: block;
  412. }
  413. }
  414. .floor-item-sup{
  415. width: 162rpx;
  416. height: 162rpx;
  417. float: left;
  418. margin-right: 18rpx;
  419. margin-bottom: 24rpx;
  420. &:nth-child(4n){
  421. margin-right: 0;
  422. }
  423. .floor-item-image{
  424. width: 100%;
  425. height: 100%;
  426. display: block;
  427. }
  428. }
  429. .floor-item-booth{
  430. width: 339rpx;
  431. height: 382rpx;
  432. float: left;
  433. margin-right: 24rpx;
  434. margin-bottom: 24rpx;
  435. background-color: #FFFFFF;
  436. border-radius: 16rpx;
  437. &:nth-child(2n){
  438. margin-right: 0;
  439. }
  440. .floor-item-booth-image{
  441. width: 100%;
  442. height: 240rpx;
  443. .floor-item-image{
  444. width: 100%;
  445. height: 100%;
  446. display: block;
  447. }
  448. }
  449. .floor-item-text{
  450. width: 100%;
  451. height: 142rpx;
  452. box-sizing: border-box;
  453. padding: 31rpx 16rpx;
  454. .floor-item-p{
  455. width: 100%;
  456. line-height: 40rpx;
  457. text-align: left;
  458. font-size: $font-size-24;
  459. white-space: nowrap;
  460. text-overflow: ellipsis;
  461. overflow: hidden;
  462. &.one{
  463. color: #333333;
  464. }
  465. &.two{
  466. color: #999999;
  467. }
  468. }
  469. }
  470. }
  471. }
  472. .tui-group-scroll{
  473. width: 100%;
  474. height:392rpx;
  475. float: left;
  476. background-color: #F7F7F7;
  477. box-sizing: border-box;
  478. background-color: #F7F7F7;
  479. overflow: hidden;
  480. display: flex;
  481. align-items: center;
  482. .floor-item__list {
  483. display: flex;
  484. align-items: center;
  485. }
  486. .floor-item__live {
  487. background-color: #fff;
  488. width: 310rpx;
  489. height: 392rpx;
  490. border-radius: 16rpx;
  491. box-sizing: border-box;
  492. margin-right: 16rpx;
  493. .floor-item__image{
  494. width: 310rpx;
  495. height: 310rpx;
  496. float: left;
  497. image{
  498. width: 100%;
  499. height: 100%;
  500. display: block;
  501. }
  502. }
  503. .floor-item__text{
  504. width: 100%;
  505. height: 82rpx;
  506. line-height: 82rpx;
  507. box-sizing: border-box;
  508. padding: 0 24rpx;
  509. text-align: center;
  510. font-size: $font-size-24;
  511. color: #333333;
  512. white-space: nowrap;
  513. text-overflow: ellipsis;
  514. overflow: hidden;
  515. }
  516. }
  517. }
  518. .tui-group-good__scroll{
  519. .floor-good__list{
  520. display: flex;
  521. align-items: center;
  522. }
  523. .floor-item{
  524. width: 310rpx;
  525. height: 516rpx;
  526. margin-right: 20rpx;
  527. font-size: $font-size-24;
  528. color: $text-color;
  529. background: #FFFFFF;
  530. line-height: 36rpx;
  531. border-radius: 16rpx;
  532. margin-bottom: 20rpx;
  533. float: left;
  534. box-sizing: border-box;
  535. position: relative;
  536. .item-img{
  537. width: 310rpx;
  538. height: 310rpx;
  539. border-radius: 16rpx 16rpx 0 0;
  540. display: block;
  541. margin-bottom: 8rpx;
  542. }
  543. .floor-item_tag{
  544. width: 100%;
  545. height: 32rpx;
  546. float: left;
  547. margin: 20rpx 0;
  548. padding: 0 20rpx;
  549. box-sizing: border-box;
  550. text{
  551. display: inline-block;
  552. padding: 0 8rpx;
  553. border: 1px solid #e3ebf7;
  554. border-radius: 8rpx ;
  555. color: #9aa5b5;
  556. font-size: $font-size-22;
  557. line-height: 32rpx;
  558. text-align: center;
  559. float: left;
  560. }
  561. }
  562. .floor-item-content{
  563. width: 100%;
  564. padding: 0 20rpx;
  565. box-sizing: border-box;
  566. }
  567. .floor-item-act{
  568. display: block;
  569. width: 100%;
  570. height: 32rpx;
  571. text-align: center;
  572. box-sizing: border-box;
  573. }
  574. .floor-tags{
  575. height: 28rpx;
  576. border-radius: 6rpx;
  577. background-color: #FFFFFF;
  578. line-height: 28rpx;
  579. color: $color-system;
  580. text-align: center;
  581. display: inline-block;
  582. padding:0 16rpx;
  583. font-size: $font-size-20;
  584. border: 1px solid #E15616;
  585. float: left;
  586. }
  587. .title-none{
  588. font-size: $font-size-26;
  589. color: #FF2A2A;
  590. line-height: 54rpx;
  591. }
  592. .title{
  593. width: 100%;
  594. height: 70rpx;
  595. display: flex;
  596. line-height: 35rpx;
  597. flex-direction: column;
  598. margin: 20rpx 0 10rpx 0;
  599. padding: 0;
  600. position: relative;
  601. .mclap{
  602. width: 100%;
  603. line-height:35rpx;
  604. text-overflow:ellipsis;
  605. display: -webkit-box;
  606. word-break: break-all;
  607. -webkit-box-orient: vertical;
  608. -webkit-line-clamp: 2;
  609. overflow: hidden;
  610. font-size: 26rpx;
  611. text-indent: 100rpx;
  612. }
  613. .mclap-tag{
  614. display: block;
  615. width: 84rpx;
  616. height: 32rpx;
  617. background-image: linear-gradient(270deg, #f9c023 0%, #f83600 100%);
  618. border-radius: 4rpx 48rpx 4px 4px;
  619. line-height: 32rpx;
  620. font-size: $font-size-22;
  621. color: #FFFFFF;
  622. text-align: center;
  623. position: absolute;
  624. left: 0;
  625. top: 0;
  626. }
  627. }
  628. .no-price{
  629. height: 54rpx;
  630. line-height: 54rpx;
  631. display: flex;
  632. box-sizing: border-box;
  633. .p-no{
  634. font-size: $font-size-28;
  635. color: $text-color;
  636. display: block;
  637. float: left;
  638. }
  639. .p-stars{
  640. float: left;
  641. }
  642. }
  643. .price{
  644. color: #FF2A2A;
  645. line-height:54rpx;
  646. &.none{
  647. text-decoration: line-through;
  648. color: #999999;
  649. }
  650. .sm{
  651. font-size: $font-size-24;
  652. }
  653. .big{
  654. font-size: $font-size-28;
  655. }
  656. }
  657. }
  658. }
  659. .container-section{
  660. width: 100%;
  661. height: auto;
  662. background-color: #F7F7F7;
  663. }
  664. </style>