From 6510fa88136cb426a3589de289c5e7fdf0798570 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Fri, 26 Jan 2024 12:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=BB=9A=E5=8A=A8=E6=8A=98?= =?UTF-8?q?=E5=8F=A0=E5=AF=BC=E8=88=AA=E6=A0=8F=E7=A4=BA=E4=BE=8B=EF=BC=8C?= =?UTF-8?q?=E9=80=82=E9=85=8Dweb=E7=AB=AF=EF=BC=8C=E9=80=82=E9=85=8D?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E8=AE=BE=E5=A4=87=E7=B3=BB=E7=BB=9F=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=A0=8F=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scroll-fold-nav/scroll-fold-nav.uvue | 335 ++++++++---------- 1 file changed, 145 insertions(+), 190 deletions(-) diff --git a/pages/template/scroll-fold-nav/scroll-fold-nav.uvue b/pages/template/scroll-fold-nav/scroll-fold-nav.uvue index 3b169b41..cf0fff7d 100644 --- a/pages/template/scroll-fold-nav/scroll-fold-nav.uvue +++ b/pages/template/scroll-fold-nav/scroll-fold-nav.uvue @@ -1,15 +1,6 @@ - + - + } + } + } + + +.page { + flex: 1; + background-color: #f5f5f5; +} +.navigatorbar { + position: fixed; +/* #ifdef APP */ + padding-top: 35px; + height: 124px; +/* #endif */ +/* #ifdef WEB */ + height: 88px; +/* #endif */ + border-bottom: 1px solid #efefef; + width: 100%; + background-color: #f5f5f5; +} +.titlebar { + flex-direction: row; + align-items: center; + height: 44px; +} +.backview { + width: 44px; + height: 44px; + justify-content: center; + align-items: center; +} +.back { + width: 20px; +} +.title { + margin: 0px 2px; +} +.searchbar { + position: absolute; + bottom: 2px; + left: 0px; + right: 0px; + background-color: #FFFFFF; + border: 1px solid #fbdf0d; + height: 32px; + border-radius: 100px; + margin: 6px 12px; + padding: 8px; + flex-direction: row; + align-items: center; + justify-content: center; +} +.searchimg { + width: 15px; +} +.searchinput { + flex-grow: 1; + font-size: 12px; + color: #666; +} +.searchbutton { + font-size: 12px; + background-color: #ff6900; + color: #FFF; + padding: 5px 8px; + border-radius: 100px; +} +.seatbar { +/* #ifdef APP */ + height: 124px; +/* #endif */ +/* #ifdef WEB */ + height: 88px; +/* #endif */ +} +.content { + padding: 5px 15px; +} +.content-item { + padding: 15px; + margin: 5px 0; + background-color: #fff; + border-radius: 5px; +} +.text { + font-size: 14px; + color: #666; + line-height: 20px; +} + + -- GitLab