From f5e2d9b00f63ceef276e43b398333063e4b3a6cd Mon Sep 17 00:00:00 2001 From: mehaotian <490272692@qq.com> Date: Wed, 16 Aug 2023 16:13:43 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=8A=98=E5=8F=A0=E7=A4=BA=E4=BE=8B=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scroll-fold-header.uvue | 193 +++++++++++------- .../scroll-fold-nav/scroll-fold-nav.uvue | 140 ++++++++----- .../scroll-fold-nav2/scroll-fold-nav2.uvue | 110 +++++++--- 3 files changed, 282 insertions(+), 161 deletions(-) diff --git a/pages/template/scroll-fold-nav/scroll-fold-header/scroll-fold-header.uvue b/pages/template/scroll-fold-nav/scroll-fold-header/scroll-fold-header.uvue index 561cacaf..b2021371 100644 --- a/pages/template/scroll-fold-nav/scroll-fold-header/scroll-fold-header.uvue +++ b/pages/template/scroll-fold-nav/scroll-fold-header/scroll-fold-header.uvue @@ -1,82 +1,119 @@ - - - - - + .nav-title { + margin-left: 30px; + } + + .nav-back { + position: absolute; + top: 35px; + left: 8px; + } + + .nav-back .back-img { + width: 18px; + margin-top: 2px; + } + + .search { + background-color: #FFFFFF; + border: 1px solid #fbdf0d; + height: 35px; + border-radius: 100px; + margin: 0 25rpx; + padding: 8px; + flex-direction: row; + align-items: center; + justify-content: space-between; + } + + .search-inner { + margin-top: 2px; + flex-direction: row; + } + + .search-inner .search-img { + width: 15px; + } + + .search-tip-text { + font-size: 12px; + color: #666; + } + + .search-btn { + font-size: 12px; + background-color: #ff6900; + color: #FFF; + padding: 5px 8px; + border-radius: 100px; + } + \ No newline at end of file diff --git a/pages/template/scroll-fold-nav/scroll-fold-nav.uvue b/pages/template/scroll-fold-nav/scroll-fold-nav.uvue index 4ad647bd..77fe4b95 100644 --- a/pages/template/scroll-fold-nav/scroll-fold-nav.uvue +++ b/pages/template/scroll-fold-nav/scroll-fold-nav.uvue @@ -1,64 +1,94 @@ \ No newline at end of file diff --git a/pages/template/scroll-fold-nav2/scroll-fold-nav2.uvue b/pages/template/scroll-fold-nav2/scroll-fold-nav2.uvue index 9a7ea33c..1088ae65 100644 --- a/pages/template/scroll-fold-nav2/scroll-fold-nav2.uvue +++ b/pages/template/scroll-fold-nav2/scroll-fold-nav2.uvue @@ -1,26 +1,31 @@