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

修改

@@ -106,6 +106,7 @@ @@ -106,6 +106,7 @@
106 $("input").focus(function(){ 106 $("input").focus(function(){
107 107
108 flag = true; 108 flag = true;
  109 + alert(flag)
109 110
110 }); 111 });
111 112
@@ -116,13 +117,13 @@ @@ -116,13 +117,13 @@
116 $(".bottom_icon position_a").css({"position":"initial"}); 117 $(".bottom_icon position_a").css({"position":"initial"});
117 118
118 flag = false; 119 flag = false;
  120 + alert(flag)
119 121
120 }else { 122 }else {
121 123
122 $(".bottom_icon position_a").css({"position":"fixed"}); 124 $(".bottom_icon position_a").css({"position":"fixed"});
123 125
124 if(document.activeElement.id == "keyword"){ 126 if(document.activeElement.id == "keyword"){
125 -  
126 flag = true; 127 flag = true;
127 128
128 }; 129 };
@@ -4,8 +4,6 @@ body{ @@ -4,8 +4,6 @@ body{
4 .position_a{ 4 .position_a{
5 position: fixed; 5 position: fixed;
6 bottom:0.2rem; 6 bottom:0.2rem;
7 -  
8 -  
9 } 7 }
10 .pic_wrap{ 8 .pic_wrap{
11 width: 2.3rem; 9 width: 2.3rem;
@@ -17,7 +15,6 @@ body{ @@ -17,7 +15,6 @@ body{
17 display: flex; 15 display: flex;
18 width: 6.1rem; 16 width: 6.1rem;
19 height: 1rem; 17 height: 1rem;
20 -  
21 align-items: center; 18 align-items: center;
22 background-color: #F8F8F8; 19 background-color: #F8F8F8;
23 border-radius: 0.2rem; 20 border-radius: 0.2rem;
@@ -39,8 +36,8 @@ body{ @@ -39,8 +36,8 @@ body{
39 36
40 .baby_input { 37 .baby_input {
41 background-color: #F8F8F8; 38 background-color: #F8F8F8;
42 - border: none;  
43 outline: none; 39 outline: none;
  40 + border: none;
44 height: 90%; 41 height: 90%;
45 width: 3.5rem; 42 width: 3.5rem;
46 font-size: .3rem; 43 font-size: .3rem;