绩效考核手机版
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.
 
 
 
 

14 lines
281 B

.s-cell-group {
box-sizing: border-box;
&__title {
font-size: $cell-group-title-font-size;
box-sizing: border-box;
padding: $cell-group-title-padding;
color: $cell-group-title-color;
}
&__content {
border-color: $cell-group-content-border-color;
}
}