7e9915c3 by 杨威

底部操作按钮置顶

1 parent c4f4b825
...@@ -652,6 +652,7 @@ ...@@ -652,6 +652,7 @@
652 } 652 }
653 653
654 .header-button { 654 .header-button {
655 z-index: 3;
655 width: 1624px; 656 width: 1624px;
656 height: 50px; 657 height: 50px;
657 position: fixed; 658 position: fixed;
......
...@@ -1162,6 +1162,7 @@ ...@@ -1162,6 +1162,7 @@
1162 } 1162 }
1163 } 1163 }
1164 .header-button { 1164 .header-button {
1165 z-index: 3;
1165 height: 50px; 1166 height: 50px;
1166 position: fixed; 1167 position: fixed;
1167 bottom: 0; 1168 bottom: 0;
......
...@@ -826,6 +826,7 @@ ...@@ -826,6 +826,7 @@
826 } 826 }
827 827
828 .header-button { 828 .header-button {
829 z-index: 3;
829 height: 50px; 830 height: 50px;
830 position: fixed; 831 position: fixed;
831 bottom: 0; 832 bottom: 0;
......
...@@ -294,6 +294,7 @@ ...@@ -294,6 +294,7 @@
294 height: auto; 294 height: auto;
295 width: 100%; 295 width: 100%;
296 .header-button { 296 .header-button {
297 z-index: 3;
297 height: 50px; 298 height: 50px;
298 position: fixed; 299 position: fixed;
299 bottom: 0; 300 bottom: 0;
......
...@@ -267,6 +267,7 @@ ...@@ -267,6 +267,7 @@
267 } 267 }
268 } 268 }
269 .header-button { 269 .header-button {
270 z-index: 3;
270 height: 50px; 271 height: 50px;
271 position: fixed; 272 position: fixed;
272 bottom: 0; 273 bottom: 0;
......
...@@ -1027,6 +1027,7 @@ ...@@ -1027,6 +1027,7 @@
1027 } 1027 }
1028 1028
1029 .header-button { 1029 .header-button {
1030 z-index: 3;
1030 height: 50px; 1031 height: 50px;
1031 position: fixed; 1032 position: fixed;
1032 bottom: 0; 1033 bottom: 0;
......
...@@ -930,6 +930,7 @@ ...@@ -930,6 +930,7 @@
930 } 930 }
931 931
932 .header-button { 932 .header-button {
933 z-index: 3;
933 height: 50px; 934 height: 50px;
934 position: absolute; 935 position: absolute;
935 bottom: 0; 936 bottom: 0;
......
...@@ -195,6 +195,7 @@ ...@@ -195,6 +195,7 @@
195 width: 200px; 195 width: 200px;
196 } 196 }
197 .header-button { 197 .header-button {
198 z-index: 3;
198 height: 50px; 199 height: 50px;
199 position: fixed; 200 position: fixed;
200 bottom: 0; 201 bottom: 0;
......
...@@ -865,6 +865,7 @@ ...@@ -865,6 +865,7 @@
865 } 865 }
866 } 866 }
867 .header-button { 867 .header-button {
868 z-index: 3;
868 height: 50px; 869 height: 50px;
869 position: fixed; 870 position: fixed;
870 bottom: 0; 871 bottom: 0;
......