shop.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747
  1. <template>
  2. <view class="box">
  3. <view class="topbox">
  4. <view class="sstop">
  5. <image src="../../static/timg/icon_search@2x.png" mode="" class="sstopimg"></image>
  6. <input type="text" v-model="name" placeholder="请输入商品名称" class="sstopInput" @confirm="ssList">
  7. <image src="../../static/img/icon_close.png" mode="" @click="empty" v-if="inputChShow" class="inputCh"></image>
  8. </view>
  9. <scroll-view scroll-x="true" class="scroll-Y" >
  10. <view class="classificationBox">
  11. <view class="classification" v-for="(item,index) in categoryList" @click="topClick(index,item)">
  12. <view class="classificationName" :class="{classificationNameActive:topIndex==index}">{{item.name}}</view>
  13. <view class="classificationHx" v-if="topIndex==index"></view>
  14. </view>
  15. </view>
  16. </scroll-view>
  17. </view>
  18. <view style="height: 180rpx;"></view>
  19. <view class="paixuBox">
  20. <view class="paixuLine" @click="defaultpx" :class="{pxActive:defaultpxActive}">
  21. 默认排序
  22. </view>
  23. <view class="paixuLine" @click="xlPx(1)">
  24. <view :class="{pxActive:salessort}">销量</view>
  25. <view class="paixuLineTbBox">
  26. <view class="paixuLineTbtop" >
  27. <image v-if="salessorts" src="../../static/timg/icon_arrow_up_pre@2x.png" mode="" class="paixuLineTbtopIcon paixuLineTbtopIcons"></image>
  28. <image v-else src="../../static/timg/icon_arrow_up_def@2x.png" mode="" class="paixuLineTbtopIcon paixuLineTbtopIcons"></image>
  29. </view>
  30. <view class="paixuLineTbtop">
  31. <image v-if="salessortx" src="../../static/timg/icon_arrow_pre@2x.png" mode="" class="paixuLineTbtopIcon paixuLineTbtopIconx"></image>
  32. <image v-else src="../../static/timg/icon_arrow_def@2x.png" mode="" class="paixuLineTbtopIcon paixuLineTbtopIconx"></image>
  33. </view>
  34. </view>
  35. </view>
  36. <view class="paixuLine" @click="jgpx(1)">
  37. <view :class="{pxActive:pricesort}">价格</view>
  38. <view class="paixuLineTbBox">
  39. <view class="paixuLineTbtop" >
  40. <image v-if="pricesorts" src="../../static/timg/icon_arrow_up_pre@2x.png" mode="" class="paixuLineTbtopIcon paixuLineTbtopIcons"></image>
  41. <image v-else src="../../static/timg/icon_arrow_up_def@2x.png" mode="" class="paixuLineTbtopIcon paixuLineTbtopIcons"></image>
  42. </view>
  43. <view class="paixuLineTbtop">
  44. <image v-if="pricesortx" src="../../static/timg/icon_arrow_pre@2x.png" mode="" class="paixuLineTbtopIcon paixuLineTbtopIconx"></image>
  45. <image v-else src="../../static/timg/icon_arrow_def@2x.png" mode="" class="paixuLineTbtopIcon paixuLineTbtopIconx"></image>
  46. </view>
  47. </view>
  48. </view>
  49. </view>
  50. <scroll-view scroll-y="true" class="scroll-Y goodsSw goodsBox" :scroll-top="scrollTop" @scroll="onscroll" >
  51. <view><!-- class="goodsBox" -->
  52. <view class="hotGoodsLine" v-for="(item,index) in list" @click="goDetail(item)">
  53. <view>
  54. <image :src="item.url" v-if="item.url" mode="" @error="defImg()" class="hotGoodsLineImg"></image>
  55. <image v-else src="../../static/timg/noimg.png" mode="" class="hotGoodsLineImg"></image>
  56. </view>
  57. <view class="hotGoodsLineRIght">
  58. <view class="goodsName">{{item.name}}</view>
  59. <view class="timeTbox" v-if="item.goodsDownTime">
  60. <view class="timeK" style="margin-left: 0;">{{item.shengyuD}}</view>
  61. <view class="timeviewTxt" > 天</view>
  62. <view class="timeK">{{item.shengyuH}}</view>
  63. <view class="timeviewTxt"> 时</view>
  64. <view class="timeK">{{item.shengyuM}}</view>
  65. <view class="timeviewTxt" > 分 &nbsp;后结束抢购</view>
  66. </view>
  67. <view class="hotGoodsLineRIghtBottom">
  68. <view class="goodsPrice">
  69. <view class="goodsPrice1" :style="{color:'#'+themeColor}">{{item.saleLabel}}</view>
  70. <view class="goodsPrice2" :style="{color:'#'+themeColor}">¥</view>
  71. <view class="goodsPrice3" :style="{color:'#'+themeColor}">{{item.salePrice?item.salePrice:item.scribingPrice}}
  72. <span v-if="item.categoryIds=='7B97D114-C419-42B2-9C1E-0B4CA284CDA0'">万</span>
  73. </view>
  74. <view class="goodsPrice4" v-if="item.showLabel&&item.scribingPrice">
  75. <span v-if="item.showLabel.indexOf('1')!=-1">¥{{item.scribingPrice}}</span>
  76. </view>
  77. </view>
  78. <view class="Sold" >
  79. <view v-if="item.showLabel&&item.showLabel.indexOf('3')!=-1">
  80. 已售 {{item.saleQty>0?item.saleQty:0}}
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. </view>
  86. <nodata v-if="list.length==0"></nodata>
  87. </view>
  88. </scroll-view>
  89. <!-- 手机号授权 -->
  90. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  91. <view class="authorizCont" @click.stop="">
  92. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  93. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  94. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  95. </view>
  96. <view style="text-align: center;padding-top: 56rpx;">
  97. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  98. </view>
  99. </view>
  100. <img src="../../static/timg/btn_top@2x.png" alt="" class="btn_top" @click="btnTop">
  101. </view>
  102. </template>
  103. <script>
  104. import nodata from '../../components/nodata/nodata.vue'
  105. export default {
  106. components: {
  107. nodata
  108. },
  109. data() {
  110. return {
  111. userInfo:'',
  112. salessort:false,
  113. salessorts:false,
  114. salessortx:false,
  115. pricesort:false,
  116. pricesorts:false,
  117. pricesortx:false,
  118. topIndex:0,
  119. categoryList:'',
  120. page:1,
  121. limit:10,
  122. name:'',
  123. categoryID:'',
  124. order:'',
  125. orderBy:'',
  126. list:[],
  127. defaultImg: require("../../static/timg/noimg.png"),
  128. defaultpxActive:false,
  129. authorizShow:false,
  130. code:'',
  131. wxOpenData:'',
  132. shopcategoryID:'',
  133. inputChShow:false,
  134. ext:'',
  135. scrollTop:0,
  136. themeColor:'',
  137. }
  138. },
  139. watch:{
  140. name(val){
  141. console.log(val)
  142. if(val){
  143. this.inputChShow=true
  144. }
  145. },
  146. },
  147. onLoad(opt) {
  148. console.log(getApp().globalData.shopcategoryID)
  149. //this.userInfo = uni.getStorageSync("userInfo");
  150. this.shopcategoryID=getApp().globalData.shopcategoryID;
  151. if(this.shopcategoryID){
  152. this.categoryID=this.shopcategoryID
  153. }
  154. this.userInfo=this.$store.state.userInfo;
  155. this.wxOpenData=this.$store.state.wxOpenData;
  156. this.themeColor = uni.getStorageSync("themeColor");
  157. this.ext=this.$common.getExtStoreId();
  158. this.getcategoryList();
  159. this.getlistOpenGoodsPage();
  160. /* uni.getLocation({
  161. type: 'gcj02',
  162. success: function(res) {
  163. console.log(res)
  164. },
  165. fail(err) {
  166. console.log(err)
  167. }
  168. }); */
  169. },
  170. onShow() {
  171. var shopcategoryID = uni.getStorageSync("shopcategoryID")
  172. if(shopcategoryID){
  173. uni.removeStorageSync('shopcategoryID');
  174. if(this.categoryList){
  175. this.categoryList.forEach((item,index)=>{
  176. //console.log(item.id)
  177. if(item.id==shopcategoryID){
  178. this.topIndex=index
  179. }
  180. })
  181. this.categoryID=shopcategoryID;
  182. this.list=[];
  183. this.page=1;
  184. this.getlistOpenGoodsPage()
  185. }
  186. }
  187. },
  188. methods: {
  189. onPageScroll(e){
  190. //console.log(e)
  191. //this.scrollTop=e.scrollTop
  192. },
  193. btnTop(){
  194. uni.pageScrollTo({
  195. scrollTop: 0,
  196. });
  197. // console.log(this.scrollTop)
  198. // this.$nextTick(function() {
  199. // this.scrollTop = 0
  200. // });
  201. },
  202. onscroll(e){
  203. //console.log(e)
  204. this.scrollTop = e.detail.scrollTop
  205. },
  206. empty(){
  207. console.log("情况")
  208. this.name='';
  209. this.inputChShow=false;
  210. this.list=[];
  211. this.page=1;
  212. this.getlistOpenGoodsPage()
  213. },
  214. decryptPhoneNumber: function(e) {
  215. console.log(e);
  216. this.code=e.detail.code
  217. this.wxPhoneLogin()
  218. this.authorizShow=false;
  219. },
  220. wxPhoneLogin(){
  221. var that=this;
  222. this.$http('miniApp2/sys/wxPhoneLogin', {
  223. appId:'wx33053a645546ec31',
  224. unionId:'EEADACCD-8A19-499D-8AD7-6975D2C93243',
  225. code:this.code,
  226. openId:this.wxOpenData.openid
  227. },'POST').then(res => {
  228. var data = res.data;
  229. if(data.loginInfo){
  230. this.userInfo=data.loginInfo.openUser;
  231. this.wxOpenData=data.loginInfo;
  232. this.$store.commit('mutationswxOpenData', data.loginInfo)
  233. this.$store.commit('mutationsuserInfo', this.userInfo)
  234. this.topIndex=1;
  235. this.list=[];
  236. this.page=1;
  237. this.getlistOpenGoodsPage()
  238. }
  239. })
  240. },
  241. xlPx(num){
  242. this.salessort=true;
  243. this.defaultpxActive=false;
  244. this.pricesort=false;
  245. this.pricesort=false;
  246. this.pricesorts=false;
  247. this.pricesortx=false;
  248. if(this.salessorts){
  249. num=2
  250. }
  251. if(num==1){
  252. this.salessorts=true;
  253. this.salessortx=false;
  254. this.orderBy='asc';
  255. }else{
  256. this.salessorts=false;
  257. this.salessortx=true;
  258. this.orderBy='desc';
  259. }
  260. this.order='SaleQty';
  261. this.list=[];
  262. this.page=1;
  263. this.getlistOpenGoodsPage()
  264. },
  265. jgpx(type){
  266. this.salessort=false;
  267. this.defaultpxActive=false;
  268. this.pricesort=true;
  269. this.salessort=false;
  270. this.salessorts=false;
  271. this.salessortx=false;
  272. if(this.pricesorts){
  273. type=2
  274. }
  275. if(type==1){
  276. this.pricesorts=true;
  277. this.pricesortx=false;
  278. this.orderBy='asc';
  279. }else{
  280. this.pricesorts=false;
  281. this.pricesortx=true;
  282. this.orderBy='desc';
  283. }
  284. this.order='SalePrice';
  285. this.list=[];
  286. this.page=1;
  287. this.getlistOpenGoodsPage()
  288. },
  289. defaultpx(){
  290. this.defaultpxActive=true;
  291. this.order='';
  292. this.orderBy='';
  293. this.salessort=false;
  294. this.salessorts=false;
  295. this.salessortx=false;
  296. this.pricesort=false;
  297. this.pricesorts=false;
  298. this.pricesortx=false;
  299. //this.topIndex=0;
  300. this.list=[];
  301. this.page=1;
  302. this.getlistOpenGoodsPage()
  303. },
  304. defImg(event){
  305. // console.log(event)
  306. /* let img = event.srcElement;
  307. img.src = this.defaultImg;
  308. img.onerror = null; //防止闪图 */
  309. },
  310. topClick(index,item){
  311. this.topIndex=index;
  312. this.list=[];
  313. this.page=1;
  314. this.categoryID=item.id;
  315. this.getlistOpenGoodsPage()
  316. },
  317. ssList(){
  318. this.topIndex=0;
  319. this.list=[];
  320. this.page=1;
  321. this.getlistOpenGoodsPage()
  322. },
  323. goDetail(item){
  324. // if(!this.userInfo){
  325. // this.authorizShow=true;
  326. // }else{
  327. // }
  328. uni.navigateTo({
  329. url:'goodsDetail?id='+item.id
  330. })
  331. },
  332. getcategoryList(){
  333. this.$http('openMall/categoryList', {
  334. unionId:this.ext.unionId
  335. },'GET').then(res => {
  336. this.categoryList=res.data;
  337. var obj={
  338. id:'',
  339. name:'全部'
  340. }
  341. this.categoryList.unshift(obj);
  342. if(this.shopcategoryID){
  343. //console.log(this.shopcategoryID)
  344. this.categoryList.forEach((item,index)=>{
  345. //console.log(item.id)
  346. if(item.id==this.shopcategoryID){
  347. this.topIndex=index
  348. }
  349. })
  350. }
  351. })
  352. },
  353. getlistOpenGoodsPage(){
  354. uni.showLoading({ title: '加载中'});
  355. var that=this;
  356. this.$http('openMall/listOpenGoodsPage', {
  357. page:this.page,
  358. limit:this.limit,
  359. name:this.name,
  360. categoryID:this.categoryID,
  361. orderBy:this.order,
  362. order:this.orderBy,
  363. unionId:this.ext.unionId
  364. },'GET').then(res => {
  365. uni.hideLoading();
  366. res.data.Items.forEach(item=>{
  367. if(item.goodsDownTime){
  368. item.shengyuM=''
  369. item.shengyuD=''
  370. item.shengyuH=''
  371. //console.log(item)
  372. //that.clock(item)
  373. let _this = this
  374. let today = new Date() // 当前时间
  375. let h = today.getHours()
  376. let m = today.getMinutes()
  377. let s = today.getSeconds()
  378. let stopTime = new Date(item.goodsDownTime.replace(/-/g, '/')) // 结束时间
  379. if (Number(new Date(item.goodsDownTime).getTime()) < Number(new Date().getTime())) {
  380. this.activityEnd = true
  381. return
  382. }
  383. let stopH = stopTime.getHours()
  384. let stopM = stopTime.getMinutes()
  385. let stopS = stopTime.getSeconds()
  386. let shenyu = stopTime.getTime() - today.getTime() // 倒计时毫秒数
  387. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  388. let D = parseInt(shenyu) - parseInt(shengyuD * 60 * 60 * 24 * 1000)// 除去天的毫秒数
  389. let shengyuH = parseInt(D / (60 * 60 * 1000)) // 除去天的毫秒数转换成小时
  390. let H = D - shengyuH * 60 * 60 * 1000 // 除去天、小时的毫秒数
  391. let shengyuM = parseInt(H / (60 * 1000)) // 除去天的毫秒数转换成分钟
  392. let M = H - shengyuM * 60 * 1000// 除去天、小时、分的毫秒数
  393. let S = parseInt((shenyu - shengyuD * 60 * 60 * 24 * 1000 - shengyuH * 60 * 60 * 1000 - shengyuM * 60 * 1000) / 1000)// 除去天、小时、分的毫秒数转化为秒
  394. item.shengyuM=shengyuM;
  395. item.shengyuD=shengyuD;
  396. item.shengyuH=shengyuH;
  397. }
  398. })
  399. var data=res.data.Items;
  400. this.list=this.list.concat(data);
  401. console.log(this.list)
  402. })
  403. },
  404. clock(item){
  405. console.log(item)
  406. if(!item){
  407. return false;
  408. }
  409. let _this = this
  410. let today = new Date() // 当前时间
  411. let h = today.getHours()
  412. let m = today.getMinutes()
  413. let s = today.getSeconds()
  414. let stopTime = new Date(item.goodsDownTime.replace(/-/g, '/')) // 结束时间
  415. if (Number(new Date(item.goodsDownTime).getTime()) < Number(new Date().getTime())) {
  416. this.activityEnd = true
  417. return
  418. }
  419. let stopH = stopTime.getHours()
  420. let stopM = stopTime.getMinutes()
  421. let stopS = stopTime.getSeconds()
  422. let shenyu = stopTime.getTime() - today.getTime() // 倒计时毫秒数
  423. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  424. let D = parseInt(shenyu) - parseInt(shengyuD * 60 * 60 * 24 * 1000)// 除去天的毫秒数
  425. let shengyuH = parseInt(D / (60 * 60 * 1000)) // 除去天的毫秒数转换成小时
  426. let H = D - shengyuH * 60 * 60 * 1000 // 除去天、小时的毫秒数
  427. let shengyuM = parseInt(H / (60 * 1000)) // 除去天的毫秒数转换成分钟
  428. let M = H - shengyuM * 60 * 1000// 除去天、小时、分的毫秒数
  429. let S = parseInt((shenyu - shengyuD * 60 * 60 * 24 * 1000 - shengyuH * 60 * 60 * 1000 - shengyuM * 60 * 1000) / 1000)// 除去天、小时、分的毫秒数转化为秒
  430. this.shengyuM=shengyuM;
  431. this.shengyuD=shengyuD;
  432. this.shengyuH=shengyuH;
  433. setTimeout(_this.clock, 500)
  434. },
  435. },
  436. onReachBottom(){
  437. this.page++;
  438. this.getlistOpenGoodsPage()
  439. //console.log("shanglas")
  440. },
  441. onPullDownRefresh(){
  442. this.list=[];
  443. this.page=1;
  444. this.getlistOpenGoodsPage();
  445. setTimeout(() => {
  446. uni.stopPullDownRefresh(); // 关闭下拉刷新
  447. }, 2000);
  448. }
  449. }
  450. </script>
  451. <style scoped lang="less">
  452. .btn_top{
  453. width: 100rpx;
  454. height: 100rpx;
  455. position: fixed;
  456. right: 24rpx;
  457. bottom: 60rpx;
  458. }
  459. .timeTbox{
  460. height: 60rpx;
  461. display: flex;
  462. padding-top: 15rpx;
  463. font-size: 24rpx;
  464. font-family: PingFangSC-Regular, PingFang SC;
  465. font-weight: 400;
  466. color: #764D49;
  467. }
  468. .timeviewTxt{
  469. line-height: 41rpx;
  470. padding-top: 10rpx;
  471. }
  472. .timeDivTxt{
  473. line-height: 60rpx;
  474. padding: 0 10rpx;
  475. }
  476. .timeK{
  477. height: 41rpx;
  478. line-height: 41rpx;
  479. color: #FFFFFF;
  480. width: 41rpx;
  481. text-align: center;
  482. background: #F03B3B;
  483. border-radius: 6rpx;
  484. margin-top: 9rpx;
  485. margin-left: 10rpx;
  486. margin-right: 10rpx;
  487. }
  488. .hotGoodsLineRIghtBottom{
  489. display: flex;
  490. justify-content: space-between;
  491. width: 470rpx;
  492. }
  493. .topbox{
  494. position: fixed;
  495. width: 750rpx;
  496. top: -1rpx;
  497. left: 0;
  498. z-index: 11;
  499. }
  500. .inputCh{
  501. width:40rpx;
  502. height: 40rpx;
  503. position: absolute;
  504. right: 40rpx;
  505. top: 40rpx;
  506. z-index: 11;
  507. }
  508. .pxActive{
  509. color: #FF0000 !important;
  510. }
  511. .paixuLineTbtopIcon{
  512. width: 16rpx;
  513. height: 8rpx;
  514. display: block;
  515. padding-left: 10rpx;
  516. }
  517. .paixuLineTbtopIconx{
  518. padding-bottom:24rpx;
  519. }
  520. .paixuLineTbtopIcons{
  521. padding-top: 8rpx;
  522. }
  523. .paixuLineTbBox{
  524. display: flex;
  525. flex-direction: column;
  526. justify-content: space-between;
  527. }
  528. .box{
  529. background: #F4F5F7;
  530. min-height: 100vh;
  531. }
  532. .sstopInput{
  533. width: 626rpx;
  534. height: 72rpx;
  535. background: #F4F5F7;
  536. border-radius: 36rpx;
  537. line-height: 72rpx;
  538. font-size: 28rpx;
  539. padding-left: 76rpx;
  540. }
  541. .sstop{
  542. position: relative;
  543. padding-top: 24rpx;
  544. padding-left: 24rpx;
  545. background: #ffffff;
  546. }
  547. .sstopimg{
  548. width: 40rpx;
  549. height: 40rpx;
  550. position: absolute;
  551. left: 44rpx;
  552. top: 40rpx;
  553. }
  554. .scroll-Y{
  555. background: #ffffff;
  556. width: 750rpx;
  557. }
  558. .goodsBox{
  559. // height: calc(100vh - 280rpx);
  560. // padding-bottom: 120rpx;
  561. }
  562. .classificationBox{
  563. display: flex;
  564. padding-bottom: 12rpx;
  565. }
  566. .classificationName{
  567. white-space: nowrap;
  568. font-size: 28rpx;
  569. color: #3C3C3C;
  570. line-height: 40rpx;
  571. padding:24rpx 24rpx 8rpx 24rpx;
  572. font-weight: 400;
  573. }
  574. .classificationNameActive{
  575. font-weight: 500 !important;
  576. color: #FF0000 ;
  577. }
  578. .classificationHx{
  579. width: 40rpx;
  580. height: 4rpx;
  581. background: #FF0000;
  582. margin: 0 auto;
  583. }
  584. .paixuBox{
  585. width: 750rpx;
  586. height: 72rpx;
  587. background: #FFFFFF;
  588. margin-top: 20rpx;
  589. display: flex;
  590. justify-content: space-around;
  591. border-bottom: 1px solid #EEEEEE;
  592. }
  593. .paixuLine{
  594. line-height: 37rpx;font-size: 26rpx;color: #666666;padding-top: 18rpx;
  595. display: flex;
  596. }
  597. .hotGoodsLine{
  598. margin-top: 30rpx;
  599. padding:0rpx 20rpx;
  600. background: #FFFFFF;
  601. border-radius: 16rpx;
  602. display: flex;
  603. }
  604. .hotGoodsLineImg{
  605. width: 208rpx;
  606. height: 194rpx;
  607. border-radius: 16rpx;
  608. border: 1px solid #EEEEEE;
  609. display: block;
  610. }
  611. .goodsName{
  612. font-size: 28rpx;
  613. font-family: PingFangSC-Regular, PingFang SC;
  614. font-weight: 400;
  615. color: #333333;
  616. line-height: 40rpx;
  617. text-overflow: -o-ellipsis-lastline;
  618. overflow: hidden;
  619. text-overflow: ellipsis;
  620. display: -webkit-box;
  621. -webkit-line-clamp: 2;
  622. line-clamp: 2;
  623. -webkit-box-orient: vertical;
  624. }
  625. .hotGoodsLineRIght{
  626. padding-left: 24rpx;
  627. }
  628. .goodsPrice{
  629. display: flex;
  630. padding-top: 10rpx;
  631. }
  632. .goodsPrice1{
  633. font-size: 24rpx;
  634. font-weight: 400;
  635. color: #FF0000;
  636. padding-top: 8rpx;
  637. }
  638. .goodsPrice2{
  639. font-size: 22rpx;
  640. font-weight: 400;
  641. color: #FF0000;
  642. padding-top: 10rpx;
  643. }
  644. .goodsPrice3{
  645. font-size: 32rpx;
  646. font-weight: 500;
  647. color: #FF0000;
  648. }
  649. .goodsPrice4{
  650. font-size: 24rpx;
  651. font-weight: 400;
  652. color: #999999;
  653. padding-top: 8rpx;
  654. text-decoration:line-through;
  655. padding-left: 10rpx;
  656. }
  657. .Sold{
  658. font-weight: 400;
  659. color: #999999;
  660. font-size: 24rpx;
  661. padding-top: 20rpx;
  662. line-height: 30rpx;
  663. height: 30rpx;
  664. }
  665. .authorizBox{
  666. width: 100vw;
  667. height: 100vh;
  668. background: rgba(0, 0, 0, 0.5);
  669. position: fixed;
  670. top: 0;
  671. left: 0;
  672. }
  673. .authorizCont{
  674. margin-top: 30vh;
  675. width: 564rpx;
  676. height: 408rpx;
  677. background: #FFFFFF;
  678. border-radius: 24rpx;
  679. margin-left: 93rpx;
  680. position: relative;
  681. }
  682. .authorizCloseImg{
  683. width: 62rpx;
  684. height: 62rpx;
  685. }
  686. .sqLogoBox{
  687. width: 180rpx;
  688. height: 180rpx;
  689. background: #FFFFFF;
  690. border-radius: 90rpx;
  691. text-align: center;
  692. position: absolute;
  693. top: -50rpx;
  694. left: 192rpx;
  695. }
  696. .authorizName{
  697. color: #333333;
  698. line-height: 42rpx;
  699. font-size: 30rpx;
  700. text-align: center;
  701. padding-top: 58rpx;
  702. }
  703. .authorizMs{
  704. color: #999999;
  705. line-height: 36rpx;
  706. font-size: 26rpx;
  707. width: 452rpx;
  708. padding-top: 24rpx;
  709. text-align: center;
  710. margin-left: 56rpx;
  711. }
  712. .authorizContbutton{
  713. width: 422rpx;
  714. height: 88rpx;
  715. background: #D53533;
  716. border-radius: 44rpx;
  717. line-height: 88rpx;
  718. text-align: center;
  719. font-size:30rpx;
  720. color: #FFFFFF;
  721. margin-top: 62rpx;
  722. margin-left:71rpx;
  723. }
  724. </style>