作者 刘朕
1 个管道 的构建 通过 耗费 0 秒

页面底部自适应修改

... ... @@ -8,7 +8,9 @@
<link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/write/sale_people.css" />
<title>销售人员</title>
<style type="text/css">
html,body {
height: 100%;
}
</style>
</head>
... ...
... ... @@ -8,7 +8,9 @@
<link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/augly.css" />
<title>物流单号查询</title>
<style type="text/css">
html,body {
height: 100%;
}
</style>
</head>
... ...
... ... @@ -8,7 +8,9 @@
<link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/pay/my_pay.css" />
<title>我要支付</title>
<style type="text/css">
html,body {
height: 100%;
}
</style>
</head>
... ...
... ... @@ -88,6 +88,10 @@ textarea {
outline: none !important;
}
.default_height {
height: 100%;
}
.container{ -webkit-overflow-scrolling:touch;}
... ...
... ... @@ -218,6 +218,8 @@
justify-content: center;
margin-top: 0.42rem;
margin-bottom: 0.34rem;
position: relative;
bottom: 0;
}
.bottom_img{
width: 0.4rem;
... ...
html, body {
background: #FFFFFF;
}
.tab_tit {
width: 100%;
height: 1.12rem;
... ... @@ -88,3 +91,12 @@
background-color: #FEFBF3;
color: #EAA512;
}
.bottom_icon {
display: flex;
justify-content: center;
position: relative;
bottom: 0;
left: 0;
right: 0;
padding: 0.42rem 0 0.34rem;
}
... ...