diff --git a/README.md b/README.md index 53f75ce3..cc724f93 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ -[issue]: https://github.com/youzan/zui/issues/new -[PR]: https://github.com/youzan/zui/compare -[ZUI]: https://github.com/youzan/zui -[MIT]: http://opensource.org/licenses/MIT +

+ +

-ZUI 为 微信小程序 量身设计 +ZUI 为微信小程序量身设计 ==== ## 概述 @@ -26,3 +25,8 @@ cd zui ## 贡献 如果你有好的意见或建议,欢迎给我们提 [issue] 或 [PR],为提升 [ZUI] 贡献力量 + +[issue]: https://github.com/youzan/zui/issues/new +[PR]: https://github.com/youzan/zui/compare +[ZUI]: https://github.com/youzan/zui +[MIT]: http://opensource.org/licenses/MIT diff --git a/example/dashboard/index.wxml b/example/dashboard/index.wxml index 5891b85a..54fd754c 100644 --- a/example/dashboard/index.wxml +++ b/example/dashboard/index.wxml @@ -1,5 +1,7 @@ + + {{ item.name }} diff --git a/example/dashboard/index.wxss b/example/dashboard/index.wxss new file mode 100644 index 00000000..92807436 --- /dev/null +++ b/example/dashboard/index.wxss @@ -0,0 +1,6 @@ +.logo { + display: block; + margin: 40px auto; + width: 80px; + height: 80px; +}