shop.vue 21 KB

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