標頭層級調整

main
DESKTOP-8UQ1PPR\09158 2 years ago
parent d3ad65cea7
commit 105440ea8d

@ -544,14 +544,14 @@ h1, h2, h3, h4, h5, h6 {
.van-nav-bar {
position: sticky;
top: 0;
z-index: 10001;
z-index: 998;
}
.van-notice-bar {
position: sticky;
top: 78px;
font-size: 18px;
z-index: 10000;
z-index: 997;
}
.van-popup.van-toast {

@ -8,17 +8,16 @@
.van-nav-bar{
position: sticky;
top:0;
z-index: 10001;
z-index: 998;
}
.van-notice-bar{
position: sticky;
top:78px;
font-size: 18px;
z-index: 10000;
z-index: 997;
}
.van-popup{
&.van-toast{
display: flex;

Loading…
Cancel
Save