CustomView.css 570 B

12345678910111213141516
  1. /**
  2. * 列表
  3. */
  4. .form-keyword { width: 55% !important; display: initial !important; }
  5. .more-submit input { display: none; }
  6. .param-where, .param-date input { display: initial !important; }
  7. @media only screen and (max-width: 641px) {
  8. .param-where { width: 100% !important; margin-left: 0px !important; }
  9. .param-date input { width: 47% !important; }
  10. .view-operation button { margin: 2px 0px; }
  11. }
  12. @media only screen and (min-width: 641px) {
  13. .param-where { width: 22% !important; float: left; }
  14. .param-date input { width: 43% !important; }
  15. }
  16. .td-title { width: 30%; }