diff --git a/README.md b/README.md index 106e5ccad1be81aacc32f85214d6a685db69c6f2..5c93232ce9df6554255210a189e0ba2e8306a801 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 86561be941c791f373d5436092dfcbf4e52f20f6..2b12723ae374966bbdf0df806ccb9edc26d5c583 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 85c8df2bbfae2b2db99e6d93085660e1981b4b0e..821bc0fbdf9521b9c498a8b1668355acecfaf57d 100644 --- a/basic.html +++ b/basic.html @@ -25,13 +25,14 @@ base_url: "./"