通过微信开发者工具 商城模板 创建新小程序
This commit is contained in:
7
mini-program/components/goods-list/index.wxss
Normal file
7
mini-program/components/goods-list/index.wxss
Normal file
@@ -0,0 +1,7 @@
|
||||
.goods-list-wrap {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-between;
|
||||
padding: 0;
|
||||
background: #fff;
|
||||
}
|
Reference in New Issue
Block a user