mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
添加项目Logo
This commit is contained in:
parent
1838ffc7b0
commit
a818fe72a3
12
README.md
12
README.md
@ -1,7 +1,6 @@
|
|||||||
[issue]: https://github.com/youzan/zui/issues/new
|
<p align="center">
|
||||||
[PR]: https://github.com/youzan/zui/compare
|
<img src="https://img.yzcdn.cn/public_files/2017/02/04/9e4855b03abf71dc4a8c6a34c2d5bc78.png">
|
||||||
[ZUI]: https://github.com/youzan/zui
|
</p>
|
||||||
[MIT]: http://opensource.org/licenses/MIT
|
|
||||||
|
|
||||||
|
|
||||||
ZUI 为微信小程序量身设计
|
ZUI 为微信小程序量身设计
|
||||||
@ -26,3 +25,8 @@ cd zui
|
|||||||
## 贡献
|
## 贡献
|
||||||
|
|
||||||
如果你有好的意见或建议,欢迎给我们提 [issue] 或 [PR],为提升 [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
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
<view class="container">
|
<view class="container">
|
||||||
|
|
||||||
|
<image class="logo" src="https://img.yzcdn.cn/public_files/2017/02/04/6f0c0bdab11e54d920c73dd2cbfa51ea.png"></image>
|
||||||
|
|
||||||
<view class="zui-panel">
|
<view class="zui-panel">
|
||||||
<navigator wx:for="{{ list }}" wx:key="name" class="zui-cell zui-cell--access" url="{{ item.path }}">
|
<navigator wx:for="{{ list }}" wx:key="name" class="zui-cell zui-cell--access" url="{{ item.path }}">
|
||||||
<view class="zui-cell__bd">{{ item.name }}</view>
|
<view class="zui-cell__bd">{{ item.name }}</view>
|
||||||
|
6
example/dashboard/index.wxss
Normal file
6
example/dashboard/index.wxss
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
.logo {
|
||||||
|
display: block;
|
||||||
|
margin: 40px auto;
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user