20 lines
254 B
CSS
20 lines
254 B
CSS
|
|
.hrm-group-ul{
|
||
|
|
text-align: center;
|
||
|
|
font-size: 12px;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
|
||
|
|
.hrm-group-li{
|
||
|
|
width: 222px;
|
||
|
|
height: 30px;
|
||
|
|
padding-top:5px;
|
||
|
|
margin-top: 2px;
|
||
|
|
background-color: #E9F1FC;
|
||
|
|
}
|
||
|
|
|
||
|
|
.hrm-group-title .wea-search-group .ant-col-19{
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|