mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* change example dir * Update README.md 更新预览教程 * 新增 layout 组件 * exclude example * change .wxss -> .pcss * 脚本目录更名为 scripts
15 lines
180 B
Plaintext
15 lines
180 B
Plaintext
.demo {
|
|
padding: 40px 0;
|
|
display: flex;
|
|
}
|
|
.demo__item {
|
|
flex: 1;
|
|
}
|
|
.demo__icon {
|
|
margin: 0 auto;
|
|
width: 48px;
|
|
height: 48px;
|
|
background: #ddd;
|
|
border-radius: 4px;
|
|
}
|