mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 12:51:30 +00:00
769e98ecad
* `#喵喵日历` 的一些样式微调 * 底层升级:抽象了部分公共组件为tpl模板以提高复用度,css改为less处理
16 lines
214 B
Plaintext
16 lines
214 B
Plaintext
|
|
|
|
@import url('tpl/item-card');
|
|
@import url('tpl/avatar-profile');
|
|
@import url('tpl/artis-detail');
|
|
|
|
|
|
.item-list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
transform-origin: 0 0;
|
|
}
|
|
|
|
.item-list .item {
|
|
width: 65px;
|
|
} |