作者 李洪娟
1 个管道 的构建 通过 耗费 0 秒

修改

... ... @@ -79,7 +79,6 @@
}
//安卓手机弹出框出现顶上去的效果
var flag = false;
$("#keyword").focus(function(){
... ... @@ -96,7 +95,6 @@
if(document.activeElement.id == "keyword"){
flag = true;
};
};
};
... ...
... ... @@ -7,7 +7,15 @@
<link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/augly.css" />
<title>查询结果</title>
<style type="text/css">
.bottom_icon {
display: flex;
justify-content: center;
position:fixed;
bottom: 0.2rem;
left: 0;
right: 0;
/*margin: 0.42rem auto 0.34rem;*/
}
</style>
</head>
<body>
... ...
... ... @@ -219,11 +219,11 @@ span.back_href {
.bottom_icon {
display: flex;
justify-content: center;
position: fixed;
bottom: 0.2rem;
/*position: absolute;*/
bottom: 0;
left: 0;
right: 0;
/*margin: 0.42rem auto 0.34rem;*/
margin: 0.42rem auto 0.34rem;
}
.bottom_img{
width: 0.4rem;
... ...