CultureDecorate.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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: 32% !important; float: left; }
  13. .param-date input { width: 45% !important; }
  14. .param-where:nth-child(1), .param-where:nth-child(4) { margin-left: 0px !important; }
  15. }
  16. @media only screen and (max-width: 321px) {
  17. .view-operation button { margin: 2px 0px; }
  18. }
  19. .view-save .am-dropdown{
  20. display: block;
  21. }
  22. .view-save .webuploader-container .webuploader-pick{
  23. background: #e6e6e6;
  24. padding: 0.5em 1em;
  25. width: 160px;
  26. height: 32px;
  27. font-weight: 400;
  28. color: #000000;
  29. border-radius: 0;
  30. }
  31. .view-save #fileList img{
  32. width: 300px;
  33. }
  34. .view-save .select label {
  35. display: block;
  36. }
  37. .view-save .select .am-dropdown {
  38. display: inline-block;
  39. }
  40. .view-save .select select {
  41. display: none;
  42. }