优化首页商品信息底部遮挡问题
This commit is contained in:
2
app.js
2
app.js
@@ -178,7 +178,7 @@ App({
|
|||||||
},
|
},
|
||||||
globalData:{
|
globalData:{
|
||||||
userInfo:null,
|
userInfo:null,
|
||||||
apiurl:"http://localhost:24382",//"http://localhost:8080",//http://localhost:24382 //https://vip.agqyjs.com
|
apiurl:"https://vip.agqyjs.com",//"http://localhost:8080",//http://localhost:24382 //https://vip.agqyjs.com
|
||||||
IFRefreshCart:0,
|
IFRefreshCart:0,
|
||||||
IFRefreshsell:0,
|
IFRefreshsell:0,
|
||||||
IFRefreshsell0:0,
|
IFRefreshsell0:0,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ page{
|
|||||||
.container {
|
.container {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
}
|
}
|
||||||
@@ -476,6 +476,7 @@ swiper-item image {
|
|||||||
width:100%;
|
width:100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0.4em;
|
padding: 0.4em;
|
||||||
|
padding-bottom: 6em;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user