作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

广告详情

@@ -180,7 +180,7 @@ input:disabled { @@ -180,7 +180,7 @@ input:disabled {
180 /* 导航栏 */ 180 /* 导航栏 */
181 181
182 .nav { 182 .nav {
183 - /*position: fixed;*/ 183 + position: fixed;
184 bottom: 0; 184 bottom: 0;
185 left: 0; 185 left: 0;
186 width: 100%; 186 width: 100%;
@@ -188,6 +188,7 @@ input:disabled { @@ -188,6 +188,7 @@ input:disabled {
188 background-color: #fff; 188 background-color: #fff;
189 font-size: 0.22rem; 189 font-size: 0.22rem;
190 color: #8C9198; 190 color: #8C9198;
  191 + z-index: 999;
191 } 192 }
192 193
193 .nav_img { 194 .nav_img {