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.
29 lines
441 B
29 lines
441 B
.layui-form-select {
|
|
width: 300px;
|
|
}
|
|
|
|
.tableSelect {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
|
|
}
|
|
|
|
.tab-tilte li {
|
|
float: left;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding: 5px 10px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.tab-tilte .active {
|
|
background-color: #F59A23;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.layui-table th {
|
|
font-weight: bold;
|
|
} |