goodsDetail.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811
  1. <template>
  2. <view class="box">
  3. <view class="spwBox">
  4. <swiper class="swiper" circular :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#D53533">
  5. <swiper-item v-for="(item,index) in info.ImgList">
  6. <view class="swiper-item">
  7. <img mode="aspectFit" :src="item.url" alt="" class="swiper-itemImg" v-if="item.bizType==1">
  8. <video :src="item.url" v-if="item.bizType==2" show-fullscreen-btn controls style="width: 100%;height: 100%;"></video>
  9. </view>
  10. </swiper-item>
  11. </swiper>
  12. </view>
  13. <view class="shopCont">
  14. <view class="shopCtop">
  15. <view class="goodsPrice">
  16. <view class="goodsPrice1" v-if="info.saleLabel">{{info.saleLabel}}</view>
  17. <view class="goodsPrice2">¥</view>
  18. <view class="goodsPrice3">{{info.salePrice?info.salePrice:info.scribingPrice}}</view>
  19. <view class="goodsPrice4" v-if="info.scribingPrice">¥{{info.scribingPrice}}</view>
  20. </view>
  21. <view class="Sold" v-if="info.showLabel&&info.showLabel.indexOf('3')!=-1">已售 {{info.saleQty}}</view>
  22. </view>
  23. <view class="goodsName">{{info.name}}</view>
  24. <view class="goodsMd" v-if="info.sellingPoint">{{info.sellingPoint}}</view>
  25. </view>
  26. <view class="modeBox">
  27. <view class="modeline">
  28. <view class="modelineLeft">配送方式</view>
  29. <view class="modeLineRight">{{info.distributionType==1?'到店取货':'到店使用'}}</view>
  30. </view>
  31. <view class="modeline" v-if="info.oneQty">
  32. <view class="modelineLeft">限购数量</view>
  33. <view class="modeLineRight" >{{info.oneQty}}</view>
  34. </view>
  35. <view class="modeline" v-if="info.afterService">
  36. <view class="modelineLeft">售后服务</view>
  37. <view class="modeLineRight">{{info.afterService}}</view>
  38. </view>
  39. </view>
  40. <!-- 服务流程 -->
  41. <view class="fuwuliucBox" v-if="info.showLabel&&info.showLabel.indexOf('4')!=-1">
  42. <view class="fwlcTitle">服务流程</view>
  43. <view class="fwlcxian">
  44. <view class="fwlcyuan"></view>
  45. <view class="fwHx"></view>
  46. <view class="fwlcyuan"></view>
  47. <view class="fwHx"></view>
  48. <view class="fwlcyuan"></view>
  49. <view class="fwHx"></view>
  50. <view class="fwlcyuan"></view>
  51. </view>
  52. <view class="fwTxt">
  53. <view class="fwTxtline">选择商品</view>
  54. <view class="fwTxtline">选择门店</view>
  55. <view class="fwTxtline">在线支付</view>
  56. <view class="fwTxtline">到店服务</view>
  57. </view>
  58. </view>
  59. <!-- 套餐内容 -->
  60. <view class="mealBox" v-if="info.bizType==3">
  61. <view class="fwlcTitle">套餐内容</view>
  62. <view class="mealLine" v-if="info.itemPackTimesDetails">
  63. <view class="mealTop">
  64. <view class="mealName">项目名称</view>
  65. <view class="mealTopRight">
  66. <view>数量</view>
  67. <view style="padding-left: 44rpx;">有效期</view>
  68. </view>
  69. </view>
  70. <view class="itemlinebOX">
  71. <view class="itemline" v-for="(item,index) in info.itemPackTimesDetails">
  72. <view class="itemname">{{item.flowName}}</view>
  73. <view>{{item.flowQty}}</view>
  74. <view v-if="expireNumber">{{expireNumber}}个月</view>
  75. <view v-else>永久</view>
  76. </view>
  77. </view>
  78. </view>
  79. <view class="mealLine" v-if="info.goodsPackTimesDetails">
  80. <view class="mealTop">
  81. <view class="mealName">商品名称</view>
  82. <view class="mealTopRight">
  83. <view>数量</view>
  84. <view style="padding-left: 44rpx;">有效期</view>
  85. </view>
  86. </view>
  87. <view class="itemlinebOX">
  88. <view class="itemline" v-for="(item,index) in info.goodsPackTimesDetails">
  89. <view class="itemname">{{item.flowName}}</view>
  90. <view>{{item.flowQty}}</view>
  91. <view v-if="expireNumber">{{expireNumber}}个月</view>
  92. <view v-else>永久</view>
  93. </view>
  94. </view>
  95. </view>
  96. </view>
  97. <!-- 商品详情 -->
  98. <view class="goodsDetail" v-if="info.details">
  99. <view class="goodsDetailTitle">商品详情</view>
  100. <!-- <view v-html="info.details" style="background: #fff;"></view> -->
  101. <rich-text :nodes="info.details" style="background: #fff;"></rich-text>
  102. </view>
  103. <view style="height: 120rpx;padding-bottom: env(safe-area-inset-bottom)"></view>
  104. <view class="bottomBox">
  105. <view class="bottomImgBox" @click="goINdex">
  106. <image src="../../static/timg/home.png" mode="" class="bottomImg"></image>
  107. <view class="bottomTxt">首页</view>
  108. </view>
  109. <view class="bottomImgBox" style="margin-left: 20rpx;">
  110. <image src="../../static/timg/share.png" mode="" class="bottomImg"></image>
  111. <view class="bottomTxt">分享</view>
  112. </view>
  113. <view class="bottomBtn" @click="ljbuy">立即购买</view>
  114. </view>
  115. <!-- 立即购买 -->
  116. <view class="buyBox" v-if="buyShow" @click="buyShow=false">
  117. <view class="buyCont" @click.stop="">
  118. <image src="../../static/timg/chahao.png" mode="" class="buyContCh" @click="buyShow=false"></image>
  119. <view class="goodsBox">
  120. <view class="hotGoodsLine" >
  121. <view>
  122. <image :src="info.ImgList[0].url" mode="" v-if="info.ImgList.length>0" class="hotGoodsLineImg"></image>
  123. <image src="../../static/timg/noimg.png" class="hotGoodsLineImg" v-else></image>
  124. </view>
  125. <view class="hotGoodsLineRIght">
  126. <view class="goodsName2">{{info.name}}</view>
  127. <view class="Sold" v-if="info.showLabel&&info.showLabel.indexOf('3')!=-1">
  128. 已售 {{info.saleQty}}</view>
  129. <view class="goodsPrice">
  130. <view class="goodsPrice11" v-if="info.saleLabel">{{info.saleLabel}}</view>
  131. <view class="goodsPrice22">¥</view>
  132. <view class="goodsPrice33">{{info.salePrice?info.salePrice:info.scribingPrice}}</view>
  133. <view class="goodsPrice44" v-if="info.scribingPrice">¥{{info.scribingPrice}}</view>
  134. </view>
  135. </view>
  136. </view>
  137. </view>
  138. <view class="buyNumBox">
  139. <view class="bugNUm">
  140. <view class="bugNUmLeft">
  141. <view class="buySl">数量</view>
  142. <view class="buyXg" v-if="info.oneQty">限购{{info.oneQty}}件</view>
  143. </view>
  144. <view class="numJsbox">
  145. <view class="numJj" @click="calculation(1)">-</view>
  146. <view class="goodsnum">{{goodsnum}}</view>
  147. <view class="numJj" @click="calculation(2)">+</view>
  148. </view>
  149. </view>
  150. <view class="buySHop" @click="ckShop">
  151. <view>服务门店</view>
  152. <view class="buyShopRight" >
  153. <view v-if="shopInfo.shopId">{{shopInfo.shopName}}</view>
  154. <view v-else>请选择</view>
  155. <image src="../../static/timg/icon_arrow_right.png" mode="" class="buyShopRightJt"></image>
  156. </view>
  157. </view>
  158. </view>
  159. <view class="buybtnBox">
  160. <view class="buyBtn" @click="goBuy">立即购买</view>
  161. </view>
  162. </view>
  163. </view>
  164. <!-- 手机号授权 -->
  165. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  166. <view class="authorizCont" @click.stop="">
  167. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  168. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  169. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  170. </view>
  171. <view style="text-align: center;padding-top: 56rpx;">
  172. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  173. </view>
  174. </view>
  175. <!-- <view :style="{color:colorX}">asdfas</view> -->
  176. </view>
  177. </template>
  178. <script>
  179. export default {
  180. components: {
  181. },
  182. data() {
  183. return {
  184. userInfo:'',
  185. goodsnum:1,
  186. buyShow:false,
  187. id:'',
  188. info:'',
  189. shopInfo:{
  190. shopName:'',
  191. shopId:''
  192. },
  193. authorizShow:false,
  194. code:'',
  195. wxOpenData:'',
  196. }
  197. },
  198. onLoad(opt) {
  199. this.id=opt.id;
  200. //this.userInfo = uni.getStorageSync("userInfo");
  201. this.userInfo=this.$store.state.userInfo;
  202. this.wxOpenData=this.$store.state.wxOpenData;
  203. this.openGoodsDetailById();
  204. },
  205. onShow() {
  206. this.shopInfo=this.$store.state.ckshopInfo;
  207. console.log(this.shopInfo)
  208. },
  209. methods: {
  210. ckShop(){
  211. uni.navigateTo({
  212. url:'ckshopList?goodsId='+this.id
  213. })
  214. },
  215. openGoodsDetailById(){
  216. this.$http('openMall/openGoodsDetailById', {
  217. id:this.id,
  218. GoodsID:this.id,
  219. },'GET').then(res => {
  220. this.info=res.data;
  221. if(this.info.details){
  222. this.info.details = this.info.details.replace(/\<img/gi, '<img style="max-width:100%;height:auto" ');
  223. }
  224. this.szShop()
  225. })
  226. },
  227. ljbuy(){
  228. if(!this.userInfo){
  229. this.authorizShow=true
  230. }else{
  231. this.buyShow=true
  232. }
  233. },
  234. szShop(){
  235. if(this.userInfo){
  236. this.$http('openMall/openStoreList', {
  237. goodsId:this.id,
  238. // lat: '',
  239. // lng: '',
  240. }, 'GET').then(res => {
  241. var queryShopList = res.data
  242. //console.log('list+=', this.queryShopList);
  243. queryShopList.forEach(itme=>{
  244. if(item.shopId==this.info.shopId){
  245. var item={
  246. shopId:this.info.shopId,
  247. shopName:this.info.shopName
  248. }
  249. this.shopInfo=item
  250. this.$store.commit('mutationsckshopInfo', item)
  251. }
  252. })
  253. })
  254. }
  255. },
  256. goINdex(){
  257. uni.switchTab({
  258. url:'../index/index'
  259. })
  260. },
  261. goBuy(){
  262. if(!this.shopInfo.shopId){
  263. uni.showToast({
  264. title: '请选择服务门店',
  265. icon: 'none',
  266. duration: 3000
  267. });
  268. return false;
  269. }
  270. var that=this;
  271. uni.setStorage({
  272. key: 'goodsDetail',
  273. data: that.info,
  274. success: function () {
  275. uni.navigateTo({
  276. url:'confirm?itemQty='+that.goodsnum+'&shopID='+that.shopInfo.shopId+'&shopName='+that.shopInfo.shopName
  277. })
  278. }
  279. });
  280. },
  281. calculation(type){
  282. if(type==1){
  283. if(this.goodsnum>1){
  284. this.goodsnum--
  285. }
  286. }else{
  287. console.log("+++")
  288. if(this.info.oneQty!=null){
  289. if(this.info.oneQty>this.goodsnum){
  290. this.goodsnum++
  291. }
  292. }else{
  293. this.goodsnum++
  294. }
  295. }
  296. },
  297. decryptPhoneNumber: function(e) {
  298. console.log(e);
  299. this.code=e.detail.code
  300. this.wxPhoneLogin()
  301. this.authorizShow=false;
  302. },
  303. wxPhoneLogin(){
  304. var that=this;
  305. this.$http('miniApp2/sys/wxPhoneLogin', {
  306. appId:'wx33053a645546ec31',
  307. unionId:'EEADACCD-8A19-499D-8AD7-6975D2C93243',
  308. code:this.code,
  309. openId:this.wxOpenData.openid
  310. },'POST').then(res => {
  311. var data = res.data;
  312. if(data.loginInfo){
  313. this.userInfo=data.loginInfo.openUser;
  314. this.wxOpenData=data.loginInfo;
  315. this.$store.commit('mutationswxOpenData', data.loginInfo)
  316. this.$store.commit('mutationsuserInfo', this.userInfo)
  317. this.szShop()
  318. }
  319. })
  320. },
  321. }
  322. }
  323. </script>
  324. <style scoped lang="less">
  325. .box{
  326. background: #F4F5F7;
  327. min-height: 100vh;
  328. }
  329. .buySHop{
  330. display: flex;
  331. justify-content: space-between;
  332. font-size:28rpx ;
  333. color: #666666;
  334. padding-top: 30rpx;
  335. }
  336. .buybtnBox{
  337. width: 750rpx;
  338. height: 120rpx;
  339. background: #FFFFFF;
  340. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.2000);
  341. padding-top: 20rpx;
  342. }
  343. .buyBox{
  344. width: 750rpx;
  345. height: 100vh;
  346. position: fixed;
  347. left: 0;
  348. top: 0;
  349. background: rgba(0,0,0,0.5);
  350. }
  351. .buyBtn{
  352. width: 690rpx;
  353. height: 74rpx;
  354. background: #D53533;
  355. border-radius: 37rpx;
  356. text-align: center;
  357. line-height: 74rpx;
  358. color: #FFFFFF;
  359. font-size: 30rpx;
  360. margin-left: 30rpx;
  361. }
  362. .buyShopRightJt{
  363. width: 12rpx;
  364. height: 20rpx;
  365. margin-top: 8rpx;
  366. margin-left: 10rpx;
  367. }
  368. .buyShopRight{
  369. display: flex;
  370. }
  371. .bugNUm{
  372. border-top: 1px solid #EEEEEE;
  373. border-Bottom: 1px solid #EEEEEE;
  374. padding: 28rpx 0;
  375. display: flex;
  376. justify-content: space-between;
  377. }
  378. .buyXg{
  379. width: 110rpx;
  380. height: 36rpx;
  381. border-radius: 4rpx;
  382. border: 1px solid #F19D01;
  383. text-align: center;
  384. line-height: 36rpx;
  385. color: #F19D01;
  386. font-size: 24rpx;
  387. }
  388. .numJj{
  389. width: 44rpx;
  390. height: 44rpx;
  391. background: #F4F5F7;
  392. border-radius: 0px 6rpx 6rpx 0px;
  393. text-align: center;
  394. line-height: 44rpx;
  395. font-size: 32rpx;
  396. color: #999999;
  397. }
  398. .bugNUmLeft{
  399. display: flex;
  400. }
  401. .buySl{
  402. color: #666666;font-size: 28rpx;padding-right: 30rpx;
  403. }
  404. .goodsnum{
  405. width: 88rpx;
  406. height: 44rpx;
  407. background: #F4F5F7;
  408. line-height: 44rpx;
  409. text-align: center;
  410. font-weight: 500;
  411. color: #333333;
  412. font-size: 24rpx;
  413. margin: 0 4rpx;
  414. }
  415. .numJsbox{
  416. display: flex;
  417. }
  418. .buyCont{
  419. position: absolute;
  420. left: 0;
  421. bottom: 0;
  422. width: 750rpx;
  423. height: 688rpx;
  424. background: #FFFFFF;
  425. border-radius: 26rpx 26rpx 0px 0px;
  426. }
  427. .buyNumBox{
  428. padding: 30rpx;
  429. padding-top: 10rpx;
  430. padding-bottom: 70rpx;
  431. }
  432. .buyContCh{
  433. position: absolute;
  434. top: 53rpx;
  435. right: 36rpx;
  436. width: 36rpx;
  437. height: 36rpx;
  438. }
  439. .hotGoodsLine{
  440. margin-top: 30rpx;
  441. padding: 20rpx;
  442. background: #FFFFFF;
  443. border-radius: 16rpx;
  444. display: flex;
  445. }
  446. .hotGoodsLineImg{
  447. width: 208rpx;
  448. height: 194rpx;
  449. border-radius: 16rpx;
  450. border: 1px solid #EEEEEE;
  451. }
  452. .goodsName2{
  453. font-size: 28rpx;
  454. font-family: PingFangSC-Regular, PingFang SC;
  455. font-weight: 400;
  456. color: #333333;
  457. line-height: 40rpx;
  458. text-overflow: -o-ellipsis-lastline;
  459. overflow: hidden;
  460. text-overflow: ellipsis;
  461. display: -webkit-box;
  462. -webkit-line-clamp: 2;
  463. line-clamp: 2;
  464. -webkit-box-orient: vertical;
  465. min-height: 80rpx;
  466. width: 370rpx;
  467. }
  468. .hotGoodsLineRIght{
  469. padding-left: 24rpx;
  470. }
  471. .goodsPrice{
  472. display: flex;
  473. padding-top: 10rpx;
  474. }
  475. .goodsPrice11{
  476. font-size: 24rpx;
  477. font-weight: 400;
  478. color: #FF0000;
  479. padding-top: 8rpx;
  480. padding-right: 10rpx;
  481. }
  482. .goodsPrice22{
  483. font-size: 22rpx;
  484. font-weight: 400;
  485. color: #FF0000;
  486. padding-top: 8rpx;
  487. }
  488. .goodsPrice33{
  489. font-size: 32rpx;
  490. font-weight: 500;
  491. color: #FF0000;
  492. }
  493. .goodsPrice44{
  494. font-size: 24rpx;
  495. font-weight: 400;
  496. color: #999999;
  497. padding-top: 8rpx;
  498. padding-left: 5rpx;
  499. text-decoration:line-through;
  500. }
  501. .bottomBox{
  502. width: 750px;
  503. height: 120rpx;
  504. background: #FFFFFF;
  505. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.2000);
  506. position: fixed;left: 0;
  507. bottom: 0;
  508. display: flex;
  509. padding-bottom: env(safe-area-inset-bottom);
  510. }
  511. .bottomTxt{
  512. color: #666666;font-size: 22rpx;
  513. }
  514. .bottomImg{
  515. width: 48rpx;height: 48rpx;
  516. }
  517. .bottomImgBox{
  518. text-align: center;
  519. padding-top: 20rpx;
  520. padding-left: 40rpx;
  521. }
  522. .bottomBtn{
  523. width: 450rpx;
  524. height: 74rpx;
  525. background: #D53533;
  526. border-radius: 37rpx;
  527. line-height: 74rpx;
  528. text-align: center;
  529. color: #FFFFFF;
  530. font-size: 30rpx;
  531. margin-top: 23rpx;
  532. margin-left: 70rpx;
  533. }
  534. .goodsDetailTitle{
  535. color: #333333;
  536. font-size: 30rpx;
  537. font-weight: 500;
  538. background: #FFFFFF;
  539. padding: 20rpx 24rpx;
  540. }
  541. .goodsDetail{
  542. margin-top: 20rpx;
  543. padding-bottom: 30rpx;
  544. }
  545. .goodsDetail img{
  546. width: 750rpx;
  547. }
  548. .goodsDetail image{
  549. width: 750rpx;
  550. }
  551. .mealBox{
  552. background: #FFFFFF;
  553. padding: 20rpx 24rpx;
  554. margin-top: 20rpx;
  555. }
  556. .mealTopRight{
  557. display: flex;
  558. }
  559. .mealLine{
  560. margin-top: 20rpx;
  561. }
  562. .itemname{
  563. width: 441rpx;
  564. text-overflow: -o-ellipsis-lastline;
  565. overflow: hidden;
  566. text-overflow: ellipsis;
  567. display: -webkit-box;
  568. -webkit-line-clamp: 2;
  569. line-clamp: 2;
  570. -webkit-box-orient: vertical;
  571. }
  572. .itemline{
  573. display: flex;
  574. padding: 10rpx 20rpx;
  575. justify-content: space-between;
  576. line-height: 37rpx;
  577. font-size: 26rpx;
  578. color: #333333;
  579. }
  580. .itemlinebOX{
  581. border-radius: 0px 0px 10px 10px;
  582. border: 2Rpx solid #EEEEEE;
  583. padding: 10rpx 0;
  584. }
  585. .mealTop{
  586. display: flex;
  587. justify-content: space-between;
  588. height: 72rpx;
  589. background: #F19D01 linear-gradient(90deg, #FFF7EB 0%, #FFEFD5 100%);
  590. border-radius: 10rpx 10rpx 0px 0px;
  591. line-height: 72rpx;
  592. color: #333333;
  593. font-size: 26rpx;
  594. padding: 0 20rpx;
  595. }
  596. .fwlcTitle{
  597. color: #333333;font-size: 30rpx;font-weight: 500;
  598. }
  599. .fuwuliucBox{
  600. background: #FFFFFF;
  601. padding: 20rpx 24rpx;
  602. margin-top: 20rpx;
  603. }
  604. .fwlcxian{
  605. padding:30rpx 42rpx 10rpx 42rpx ;
  606. display: flex;
  607. }
  608. .fwlcyuan{
  609. width: 16rpx;
  610. height: 16rpx;
  611. background: #FF0000;
  612. border-radius: 50%;
  613. }
  614. .fwHx{
  615. height: 4rpx;
  616. background: #FF0000;
  617. width: 186rpx;
  618. margin-top: 7rpx;
  619. }
  620. .fwTxt{
  621. display: flex;
  622. justify-content: space-between;
  623. }
  624. .fwTxtline{
  625. color: #333333;
  626. line-height: 37px;
  627. font-size: 26rpx;
  628. }
  629. .swiper{
  630. width: 750rpx;
  631. height: 700rpx;
  632. background: #FFFFFF;
  633. border-bottom: 1px solid #EEEEEE;
  634. }
  635. .swiper-item{
  636. width: 750rpx;
  637. height: 700rpx;
  638. }
  639. .swiper-itemImg{
  640. width: 750rpx;
  641. height: 700rpx;
  642. }
  643. .shopCtop{
  644. display: flex;
  645. padding: 20rpx 24rpx;
  646. justify-content: space-between;
  647. background: #FFFFFF;
  648. }
  649. .goodsPrice{
  650. display: flex;
  651. }
  652. .goodsPrice1{
  653. font-size: 24rpx;
  654. font-weight: 400;
  655. color: #FF0000;
  656. padding-top: 14rpx;
  657. padding-right: 14rpx;
  658. }
  659. .goodsPrice2{
  660. font-size: 28rpx;
  661. font-weight: 400;
  662. color: #FF0000;
  663. padding-top: 10rpx;
  664. }
  665. .goodsPrice3{
  666. font-size: 40rpx;
  667. font-weight: 500;
  668. color: #FF0000;
  669. }
  670. .goodsPrice4{
  671. font-size: 24rpx;
  672. font-weight: 400;
  673. color: #999999;
  674. padding-top: 14rpx;
  675. text-decoration:line-through;
  676. padding-left: 10rpx;
  677. }
  678. .Sold{
  679. font-weight: 400;
  680. color: #999999;
  681. font-size: 24rpx;
  682. padding-top: 18rpx;
  683. }
  684. .goodsName{
  685. font-size: 30rpx;
  686. line-height: 42rpx;
  687. font-weight: 500;
  688. color: #333333;
  689. padding: 20rpx 24rpx;
  690. padding-top: 0;
  691. padding-bottom: 16rpx;
  692. }
  693. .goodsMd{
  694. font-weight: 400;
  695. color: #999999;
  696. font-size: 26rpx;
  697. padding: 0 24rpx;
  698. padding-bottom: 20rpx;
  699. }
  700. .shopCont{
  701. background: #FFFFFF;
  702. }
  703. .modeBox{
  704. margin-top:20rpx ;
  705. padding: 5rpx 0;
  706. background: #FFFFFF;
  707. }
  708. .modeline{
  709. display: flex;
  710. padding: 15rpx 24rpx;
  711. }
  712. .modelineLeft{
  713. color: #999999;
  714. font-size: 26rpx;
  715. width: 200rpx;
  716. }
  717. .modeLineRight{
  718. color: #333333;
  719. font-size: 26rpx;
  720. }
  721. .authorizBox{
  722. width: 100vw;
  723. height: 100vh;
  724. background: rgba(0, 0, 0, 0.5);
  725. position: fixed;
  726. top: 0;
  727. left: 0;
  728. }
  729. .authorizCont{
  730. margin-top: 30vh;
  731. width: 564rpx;
  732. height: 408rpx;
  733. background: #FFFFFF;
  734. border-radius: 24rpx;
  735. margin-left: 93rpx;
  736. position: relative;
  737. }
  738. .authorizCloseImg{
  739. width: 62rpx;
  740. height: 62rpx;
  741. }
  742. .sqLogoBox{
  743. width: 180rpx;
  744. height: 180rpx;
  745. background: #FFFFFF;
  746. border-radius: 90rpx;
  747. text-align: center;
  748. position: absolute;
  749. top: -50rpx;
  750. left: 192rpx;
  751. }
  752. .authorizName{
  753. color: #333333;
  754. line-height: 42rpx;
  755. font-size: 30rpx;
  756. text-align: center;
  757. padding-top: 58rpx;
  758. }
  759. .authorizMs{
  760. color: #999999;
  761. line-height: 36rpx;
  762. font-size: 26rpx;
  763. width: 452rpx;
  764. padding-top: 24rpx;
  765. text-align: center;
  766. margin-left: 56rpx;
  767. }
  768. .authorizContbutton{
  769. width: 422rpx;
  770. height: 88rpx;
  771. background: #D53533;
  772. border-radius: 44rpx;
  773. line-height: 88rpx;
  774. text-align: center;
  775. font-size:30rpx;
  776. color: #FFFFFF;
  777. margin-top: 62rpx;
  778. margin-left:71rpx;
  779. }
  780. </style>