From 1f2f5a0ed17bbe3445104a1c707981eefed06fad Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 22 Feb 2021 10:56:43 +0800 Subject: [PATCH] APP通讯初始化,第一步 --- layout/h5Page/cNavBar.scss | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/layout/h5Page/cNavBar.scss b/layout/h5Page/cNavBar.scss index 236a287..854c366 100644 --- a/layout/h5Page/cNavBar.scss +++ b/layout/h5Page/cNavBar.scss @@ -30,10 +30,14 @@ } .at-icon-bullet-list { margin-right: 6PX; + pointer-events: none; } } .at-nav-bar__container--hide { display: none; + } + .c-nav-bar-right { + @include position(absolute, 0 n n 0, 10); } .c-nav-bar-drop { @include position(absolute, n n 0 0, 10); @@ -57,9 +61,9 @@ border-radius: 0.1rem; box-shadow: rgba(#000, 0.1) 0 1PX 1PX 1PX; .item { - padding: 0 0.4rem; + padding: 0 0.45rem; text-align: center; - line-height: 1.45rem; + line-height: 1.6rem; font-size: 0.65rem; @include ellipsis(100%); box-sizing: border-box; -- Gitblit v1.9.1