12345678910111213141516 |
- /**
- * 列表
- */
- .form-keyword { width: 55% !important; display: initial !important; }
- .more-submit input { display: none; }
- .param-where, .param-date input { display: initial !important; }
- @media only screen and (max-width: 641px) {
- .param-where { width: 100% !important; margin-left: 0px !important; }
- .param-date input { width: 47% !important; }
- .view-operation button { margin: 2px 0px; }
- }
- @media only screen and (min-width: 641px) {
- .param-where { width: 22% !important; float: left; }
- .param-date input { width: 43% !important; }
- }
- .td-title { width: 30%; }
|