优化首页商品信息底部遮挡问题

This commit is contained in:
lym
2026-03-18 22:18:19 +08:00
parent 31fda700cf
commit 57da006b03
2 changed files with 8 additions and 7 deletions

2
app.js
View File

@@ -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,

View File

@@ -4,10 +4,10 @@ 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;
} }
.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;
} }