Article.css 658 B

12345678910111213141516171819202122
  1. /**
  2. * 编辑/添加页面
  3. */
  4. .colorpicker-submit img { width: 18px; height: 18px; }
  5. /**
  6. * 列表
  7. */
  8. .form-keyword { width: 55% !important; display: initial !important; }
  9. .more-submit input { display: none; }
  10. .param-where, .param-date input { display: initial !important; }
  11. @media only screen and (max-width: 641px) {
  12. .param-where { width: 100% !important; margin-left: 0px !important; }
  13. .param-date input { width: 47% !important; }
  14. .view-operation button { margin: 2px 0px; }
  15. }
  16. @media only screen and (min-width: 641px) {
  17. .param-where { width: 32% !important; float: left; }
  18. .param-date input { width: 45% !important; }
  19. }
  20. .td-title { width: 30%; }