From 83ffc8cc830f743cbf24e661343c1883a0354fec Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Wed, 14 Oct 2020 11:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8B=89=E8=8F=9C=E5=8D=95=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NavTop.vue | 104 +++++++++++++++++++++++++++++++------- 1 file changed, 85 insertions(+), 19 deletions(-) diff --git a/src/components/NavTop.vue b/src/components/NavTop.vue index e6bd34b..ba3bc9c 100644 --- a/src/components/NavTop.vue +++ b/src/components/NavTop.vue @@ -12,22 +12,86 @@
-
- -
{{userinfo.zoneStr}}
- -
-
- -
{{userinfo.currency}}
- -
-
- -
{{userinfo.language}}
- -
-
+ +
+ +
{{userinfo.zoneStr}}
+ +
+ +
+ + +
+ +
{{userinfo.currency}}
+ +
+ +
+ +
+ +
{{userinfo.language}}
+ +
+ +
+
日历
@@ -80,15 +144,17 @@ align-items: center; flex-shrink: 0; padding: 0 16px; + .selitem{ + text-align: center; + font-size: 11px; + color: #111; + } .item{ display: flex; align-items: center; border-right: 1px solid #eee; padding: 0 23px; height: 18rpx; - &:last-child{ - border-right: none; - } .icon{ width: 16px; height: 16px;