源文件
This commit is contained in:
12
pages/plugins/activity/index/index.css
Normal file
12
pages/plugins/activity/index/index.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* 数据列表
|
||||
*/
|
||||
.data-list {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.data-list .item {
|
||||
width: calc(50% - 10rpx);
|
||||
}
|
||||
Reference in New Issue
Block a user