From e0b4f794e58ed2512c189fc155d8cd4dbe0a1c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Mon, 30 Jul 2018 10:21:04 +0800 Subject: [PATCH] [Doc] update dashboard --- example/app.wxss | 9 +++++++ example/pages/dashboard/index.wxml | 8 ++++--- example/pages/dashboard/index.wxss | 38 ++++++++++++++++++++++++++---- 3 files changed, 47 insertions(+), 8 deletions(-) diff --git a/example/app.wxss b/example/app.wxss index 4437ab26..f487852d 100644 --- a/example/app.wxss +++ b/example/app.wxss @@ -1,5 +1,11 @@ @import "dist/index.wxss"; +page { + color: #333; + -webkit-font-smoothing: antialiased; + font-family: 'PingFang SC', Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, Arial, sans-serif; +} + .container { background: #F9F9F9; overflow: hidden; @@ -7,6 +13,7 @@ box-sizing: border-box; padding: 15px 0; } + .container::before { position: fixed; top: 0; @@ -17,6 +24,7 @@ background-color: #e2e2e2; z-index: 5; } + .doc-title { position: relative; padding: 15px 0; @@ -25,6 +33,7 @@ font-size: 25px; color: #666; } + .doc-description { margin: 14px 0; padding: 0 15px; diff --git a/example/pages/dashboard/index.wxml b/example/pages/dashboard/index.wxml index d9b1e79d..d122e5c9 100644 --- a/example/pages/dashboard/index.wxml +++ b/example/pages/dashboard/index.wxml @@ -1,6 +1,9 @@ - - + + + Vant + + 轻量、可靠的小程序 UI 组件库 @@ -15,5 +18,4 @@ - diff --git a/example/pages/dashboard/index.wxss b/example/pages/dashboard/index.wxss index c4a3a80f..03adda65 100644 --- a/example/pages/dashboard/index.wxss +++ b/example/pages/dashboard/index.wxss @@ -1,6 +1,34 @@ -.logo { - display: block; - margin: 40px auto; - width: 92px; - height: 82px; +.container { + padding: 60px 0 20px; +} + +.title { + margin: 0 0 15px; + text-align: center; + user-select: none; +} + +.logo, +.title-text { + display: inline-block; + vertical-align: middle; +} + +.title-text { + font-size: 40px; + margin-left: 15px; + font-weight: 400; + font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; +} + +.logo { + width: 36px; + height: 36px; +} + +.desc { + font-size: 14px; + color: #455a64; + margin: 0 0 20px; + text-align: center; }