优化首页商品信息底部遮挡问题
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,
|
||||||
|
|||||||
@@ -2,12 +2,12 @@ page{
|
|||||||
background: linear-gradient(to bottom, #E8F4FC, #F5FAFF);
|
background: linear-gradient(to bottom, #E8F4FC, #F5FAFF);
|
||||||
}
|
}
|
||||||
.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;
|
||||||
}
|
}
|
||||||
.container-header{ background: linear-gradient(to bottom, #96C6F5, #B8DAF8);}
|
.container-header{ background: linear-gradient(to bottom, #96C6F5, #B8DAF8);}
|
||||||
.header{margin:0;width:100%; padding:0; padding-top: 0em; box-sizing: border-box;}
|
.header{margin:0;width:100%; padding:0; padding-top: 0em; box-sizing: border-box;}
|
||||||
.searchbox2{ display: flex; z-index: 100; flex-direction: row; margin:0; margin-top:0.3em; width:70%; height:2.8em; padding:0; box-sizing: border-box;}
|
.searchbox2{ display: flex; z-index: 100; flex-direction: row; margin:0; margin-top:0.3em; width:70%; height:2.8em; padding:0; box-sizing: border-box;}
|
||||||
@@ -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