| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .ui-jqgrid {
- background:rgba(255,255,255,1);
- border-radius:6px;
- border:1px solid rgba(218,218,218,1);
- }
- .ui-jqgrid-labels{
- background:rgba(116,187,243,0.23);
- border-radius:6px 6px 0px 0px;
- height: 42px;
- }
- .ui-jqgrid tr.jqgrow td, .ui-jqgrid tr.jqgroup td {
- height: 32px;
- }
- .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
- border-right: solid 1px;
- border-right-color: #dadada;
- }
- .ui-jqgrid-htable tr th{
- text-align: left;
- border-right-width: 1px;
- border-right-color: #dadada;
- }
- #jqGrid tr:nth-child(odd){
- background:rgba(84,176,199,0.17);
- }
- #jqGrid tr:nth-child(even){
- background:#F1FBFF;
- }
- .ui-widget-content .ui-state-hover td{
- background: #DFF0D8;color:#333333;
- }
- .ui-widget-content .ui-state-highlight td{
- background: #01B5FA;
- color: #fffffa;
- }
- .ui-jqgrid tr.ui-row-ltr td {
- text-align: left;
- border-right-width: 1px;
- border-right-color: #dadada;
- }
- .ui-jqgrid tr.jqgrow td, .ui-jqgrid tr.jqgroup td {
- border-bottom-width: 0px;
- border-bottom-color: inherit;
- border-bottom-style: solid;
- }
- .ui-jqgrid .ui-jqgrid-toppager .ui-pager-control, .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
- position: relative;
- height: 38px;
- border-left: 0px;
- border-bottom: 0px;
- border-top: 0px;
- }
- .ui-jqgrid-hdiv {
- background:rgba(116,187,243,0.28);
- box-shadow:0px 1px 4px 0px rgba(0,0,0,0.57);
- border-radius:6px 6px 0px 0px;
- }
- .ui-jqgrid .ui-jqgrid-bdiv {
- background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(244,251,255,1) 100%);
- }
- .jqgrow .ui-row-ltr td{
- height:32px;
- }
- .ui-pg-button{
- width:30px;
- cursor:pointer;
- }
- .layui-btn {
- display: inline-block;
- height: 28px;
- line-height: 28px;
- }
- .layui-form-item {
- margin-bottom: 10px;
- }
- .layui-input, .layui-select, .layui-textarea {
- height: 28px;
- line-height: 28px;
- }
- .layui-form-label {
- float: left;
- display: block;
- padding: 6px 5px;
- }
|