快速搭建fineui开发环境。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
410 B

@import "../../index.less";
/**
列表项的less,其中用到了部分FineUI提供的字号,颜色常量,还有border-radius方法等.请选择性使用.不强制要求
*/
.my-todolist-list {
.my-todolist-list-text {
font-size: @font-size-16;
font-weight: bold;
}
.my-todolist-list-count-container {
.border-radius(10px);
background-color: #3d4d66;
color: @font-color-white;
}
}