|
- const defaultObj={ //原风格
- // swiperHomeW:"",
- // swiperHomeH:"",
- imgHomeW:"",
- imgHomeH:"",
- swiperDetailsW:"",
- swiperDetailsH: "",
- publicitYchildBoxH:"",
- publicitYchildH:"",
- activityDeyImgH:"",
- consumeImgH:"height: 176rpx!important;",
- groupSwiperH:"",
- answerImgH: "",
- specialBox:"",
- specialImg:"",
- }
-
- const huanLeChengObj = {//欢乐城风格
- // swiperHomeW: "",
- // swiperHomeH: "",
- imgHomeW: "",
- imgHomeH: "height: 300rpx!important;",
- swiperDetailsW: "",
- swiperDetailsH: "height: 750rpx;",
- publicitYchildBoxH: "height: 540rpx;",
- publicitYchildH: "height: 344rpx;",
- activityDeyImgH: "height:360rpx;",
- consumeImgH: "height: 300rpx!important;",
- groupSwiperH: "height: 750rpx;",
- answerImgH: "height:360rpx;",
- specialBox: "height: 560rpx;",
- specialImg: "height: 344rpx;",
- }
-
- module.exports = {
- defaultObj,
- huanLeChengObj
- }
|