View.css 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /**
  2. * 页面
  3. */
  4. .layout-view { border:3px dashed #ccc; margin: 0px 0px 10px 0px; }
  5. .layout-list, .layout-content-submit { padding: 5px; }
  6. .layout-content-submit { text-align: right; background: #f7f7f7; }
  7. .layout-view-drag { background-color:white !important; border:3px dashed #639BF6 !important; }
  8. #layout-module-win .am-popup-hd { border-bottom: 0px; }
  9. #layout-module-win .am-popup-hd, #layout-module-win .am-popup-hd .am-popup-title { height: 35px; }
  10. #layout-module-win .am-popup-hd { background-color: #eee; }
  11. #layout-module-win .am-popup-hd .am-popup-title { line-height: 35px; }
  12. #layout-module-win .am-popup-inner { padding-top: 35px; }
  13. #layout-module-win .am-popup-bd { padding: 0px; }
  14. .layout-module-win-content { margin: 0px; }
  15. .layout-module-win-content .am-tabs-bd { border: 0px; }
  16. .help { color: #b6bfe4 !important; }
  17. .layout-module-win-content label[class*="am-u-"] { padding-left: 0rem; padding-right: 0rem; }
  18. .drag-submit { background: #e6e6e6 !important; cursor: move !important; }
  19. .layout-list button { margin: 5px; }
  20. .am-switch { border-radius: 3px; margin-right: 5px; height: 29px; }
  21. .layout-view-hidden { border: 3px dashed #f79797 !important; }
  22. .layout-view-hidden>div:first-child { background: #fdeeee !important; }
  23. .layout-content { padding-right: 0rem; }
  24. .layout-no-edit { padding: 10px 0px; }
  25. .layout-nav-operation { margin-top: 2px; }
  26. #layout-import-win input[name="file"] { width: 105px !important; height: 32px; }
  27. /**
  28. * 布局
  29. */
  30. /**
  31. * H5
  32. */
  33. @media only screen and (max-width: 641px) {
  34. .pc-10-h5-0 { padding-left: 0rem; }
  35. }
  36. /**
  37. * PC
  38. */
  39. @media only screen and (min-width: 641px) {
  40. .pc-10-h5-0 { padding-left: 10px; }
  41. }