运维服务中台
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.
 
 
 
 
 

23 lines
475 B

.roleRadio{
.semi-radio{
margin-right: 40px;
font-size: 13px;
}
}
.roleBottom{
.semi-table{
.semi-table-row:first-child{
.semi-table-row-head{
background: #F2F3F5;
color: #4A4A4A;
}
}
}
}
.adminTop{
box-shadow: 0px 0px 12px 2px rgba(220,222,224,0.2);
transition: box-shadow 0.5s ease;
}
.adminTop:hover{
box-shadow: 0px 0px 12px 2px rgba(130, 131, 133,0.5);
}