This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-ntc/src/main/webapp/static/pages/css/systemService.css

57 lines
942 B
CSS
Raw Normal View History

2018-02-27 10:47:33 +08:00
/* global */
select, input {
border: 1px solid #c2cad8;
}
/* list */
.search-table {
margin-bottom: 10px;
height: 30px;
}
.search-item {
margin-right: 10px;
}
.search-item input, .search-item select {
height: 30px !important;
}
.search-item button {
margin-bottom:4px;
}
/* form */
.child-input {
width: 160px !important;
display: inline !important;
margin: 6px 5px 6px 5px;
}
.child-input-desc {
width: 320px !important;
display: inline !important;
margin: 6px 5px 6px 5px;
}
.child-label {
text-align: right;
padding-top: 7px;
margin: 6px 5px 6px 5px;
}
.child-required {
color: #e02222;
font-size: 12px;
padding-left: 6px;
}
.datatable-index {
width: 14px;
display: inline-block;
}
#datatables select {
height: 34px;
vertical-align: middle;
}
.del-button {
float: right;
}
.table-list {
margin-top: 15px;
margin-bottom: 15px;
background-color: #F8F8FF;
}