...
|
...
|
@@ -180,7 +180,7 @@ input:disabled { |
|
|
/* 导航栏 */
|
|
|
|
|
|
.nav {
|
|
|
/*position: fixed;*/
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
width: 100%;
|
...
|
...
|
@@ -188,6 +188,7 @@ input:disabled { |
|
|
background-color: #fff;
|
|
|
font-size: 0.22rem;
|
|
|
color: #8C9198;
|
|
|
z-index: 999;
|
|
|
}
|
|
|
|
|
|
.nav_img {
|
...
|
...
|
|