Commit 8218319459c21f48d0cdf5cdd891288905cc07b8
1 parent
ac7bb383
首页顶部:z-index: 100000
Showing
1 changed file
with
1 additions
and
2 deletions
pages/index/index/index.wxss
... | ... | @@ -966,5 +966,4 @@ page { |
966 | 966 | /* transform: translateY(-50%); */ |
967 | 967 | z-index: 10000; |
968 | 968 | } |
969 | - | |
970 | -.dis_top{position: fixed; top: 0; left: 0; width: 100%;} | |
971 | 969 | \ No newline at end of file |
970 | +.dis_top{position: fixed; top: 0; left: 0; width: 100%; z-index: 100000;} | |
972 | 971 | \ No newline at end of file | ... | ... |