Bubble.css 1004 B

1234567891011121314151617181920212223242526272829
  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. }
  11. @media only screen and (min-width: 641px) {
  12. .param-where { width: 50% !important; float: left; }
  13. .param-date input { width: 45% !important; }
  14. }
  15. .td-title { width: 30%; }
  16. /**
  17. * 数据列表
  18. */
  19. .comments-user .user-portrait { margin-top: 3; }
  20. .comments-user *, .praise-table * { font-size: 12px; }
  21. .comments-user { padding: 5px; background-color: #f9f9f9; }
  22. .comments-user:hover { background-color: #f3f3f3; }
  23. .reply-submit:hover, .submit-delete:hover { color: #333 !important; }
  24. @media only screen and (min-width: 641px) {
  25. .comments-item-tools { display: none; }
  26. .comments-user:hover .comments-item-tools { display: block !important; }
  27. }