From 5f3808610cea8dbe17b08bfd945257e39868ad24 Mon Sep 17 00:00:00 2001 From: Catouse Date: Sat, 7 Jun 2014 18:41:14 +0800 Subject: [PATCH] * updated documents. --- README.md | 3 ++- assets/css/doc.css | 29 ++++++++++++++++++++ basic.html | 3 ++- components.html | 5 ++-- controls.html | 3 ++- example/img/chanzhi.png | Bin 0 -> 8934 bytes example/img/ranzhi.png | Bin 0 -> 7343 bytes example/img/zentao.png | Bin 0 -> 13905 bytes explore.html | 3 ++- index.html | 57 +++++++++++++++++++++++++++++++++++++--- javascript.html | 3 ++- start.html | 26 ++++++++++++++++++ views.html | 3 ++- 13 files changed, 124 insertions(+), 11 deletions(-) create mode 100644 example/img/chanzhi.png create mode 100644 example/img/ranzhi.png create mode 100644 example/img/zentao.png diff --git a/README.md b/README.md index 106e5cca..5c93232c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ---------- 一个开源免费的前端框架,主要用于快速构建禅道系列web产品。 +项目网站 [http://easysoft.github.io/zui/] ## 特色 ## @@ -36,7 +37,7 @@ - 蝉知开源企业门户系统 [http://chanzhi.org] -## 设计原则 ## +## 设计 ## - 简单:“不要让我思考”,提供清晰的思路,用户应该能立即明白如何操作去完成目标,尽可能减少操作步骤及弹出窗口或页面。 - 高效:用户能够快速达到自己的目标,尽可能在产品中提供预置设置或默认值,让用户无需配置。应用程序也应该保障性能能够快速响应和反馈。 diff --git a/assets/css/doc.css b/assets/css/doc.css index 86561be9..2b12723a 100644 --- a/assets/css/doc.css +++ b/assets/css/doc.css @@ -47,6 +47,35 @@ a[target='_blank']:hover:after {content: '\e684'; opacity: 1; } { font-size: 48px; } +.jumbotron hr +{ + margin: 30px 0; +} +.jumbotron .card +{ + text-align: center; +} +.jumbotron a.card[target='_blank']:after {display: none} +.jumbotron .card .img-wrapper +{ + height: 100px; + text-align: center; + background-position: center; + background-repeat: no-repeat; +} +.jumbotron .card img +{ + line-height: 100px; + display: none; +} +.jumbotron .card img:hover,.jumbotron:hover .card img +{ + background: none +} +.jumbotron h2 +{ + margin-bottom: 20px; +} .page-header { diff --git a/basic.html b/basic.html index 85c8df2b..821bc0fb 100644 --- a/basic.html +++ b/basic.html @@ -25,13 +25,14 @@ base_url: "./"