C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
883 B

  1. const defaultObj={ //原风格
  2. // swiperHomeW:"",
  3. // swiperHomeH:"",
  4. imgHomeW:"",
  5. imgHomeH:"",
  6. swiperDetailsW:"",
  7. swiperDetailsH: "",
  8. publicitYchildBoxH:"",
  9. publicitYchildH:"",
  10. activityDeyImgH:"",
  11. consumeImgH:"height: 176rpx!important;",
  12. groupSwiperH:"",
  13. answerImgH: "",
  14. specialBox:"",
  15. specialImg:"",
  16. }
  17. const huanLeChengObj = {//欢乐城风格
  18. // swiperHomeW: "",
  19. // swiperHomeH: "",
  20. imgHomeW: "",
  21. imgHomeH: "height: 300rpx!important;",
  22. swiperDetailsW: "",
  23. swiperDetailsH: "height: 750rpx;",
  24. publicitYchildBoxH: "height: 540rpx;",
  25. publicitYchildH: "height: 344rpx;",
  26. activityDeyImgH: "height:360rpx;",
  27. consumeImgH: "height: 300rpx!important;",
  28. groupSwiperH: "height: 750rpx;",
  29. answerImgH: "height:360rpx;",
  30. specialBox: "height: 560rpx;",
  31. specialImg: "height: 344rpx;",
  32. }
  33. module.exports = {
  34. defaultObj,
  35. huanLeChengObj
  36. }