控制台应用,yzncms本身基于tp5.1框架,里面的队列用不了,bug,坑
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.css 3.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .clearfix::after {display: block; clear: both; content: ""; }
  2. .btn {padding-left: 0.75rem; padding-right: 0.75rem; }
  3. label.btn {margin-bottom: 0; }
  4. .d-flex > .btn {flex: 1; }
  5. .carbonads {border: 1px solid #ccc; border-radius: 0.25rem; font-size: 0.875rem; overflow: hidden; padding: 1rem; }
  6. .carbon-wrap {overflow: hidden; }
  7. .carbon-img {clear: left; display: block; float: left; }
  8. .carbon-text, .carbon-poweredby {display: block; margin-left: 140px; }
  9. .carbon-text, .carbon-text:hover, .carbon-text:focus {color: #fff; text-decoration: none; }
  10. .carbon-poweredby, .carbon-poweredby:hover, .carbon-poweredby:focus {color: #ddd; text-decoration: none; }
  11. @media (min-width: 768px) {
  12. .carbonads {float: right; margin-bottom: -1rem; margin-top: -1rem; max-width: 360px; }
  13. }
  14. .footer {font-size: 0.875rem; }
  15. .heart {color: #ddd; display: block; height: 2rem; line-height: 2rem; margin-bottom: 0; margin-top: 1rem; position: relative; text-align: center; width: 100%; }
  16. .heart:hover {color: #ff4136; }
  17. .heart::before {border-top: 1px solid #eee; content: " "; display: block; height: 0; left: 0; position: absolute; right: 0; top: 50%; }
  18. .heart::after {background-color: #fff; content: "♥"; padding-left: 0.5rem; padding-right: 0.5rem; position: relative; z-index: 1; }
  19. .img-container, .img-preview {background-color: #f7f7f7; text-align: center; width: 100%; }
  20. .img-container {margin-bottom: 1rem; max-height: 460px; min-height: 200px; }
  21. @media (min-width: 768px) {
  22. .img-container {min-height: 460px; }
  23. }
  24. .img-container > img {max-width: 100%; }
  25. .docs-preview {min-height: 18rem; margin-right: -1rem; }
  26. .img-preview {float: left; margin-bottom: 0.5rem; margin-right: 0.5rem; overflow: hidden; }
  27. .img-preview > img {max-width: 100%; }
  28. .preview-lg {border:2px solid #ddd; height: 9rem; width: 16rem; }
  29. .preview-md {border:2px solid #ddd; height: 4.5rem; width: 8rem; }
  30. .preview-sm {border:2px solid #ddd; height: 2.25rem; width: 4rem; }
  31. .preview-xs {border:2px solid #ddd; height: 1.125rem; margin-right: 0; width: 2rem; }
  32. .docs-data > .input-group {margin-bottom: 0.5rem; }
  33. .docs-data .input-group-prepend .input-group-text {min-width: 4rem; }
  34. .docs-data .input-group-append .input-group-text {min-width: 3rem; }
  35. .docs-buttons > .btn, .docs-buttons > .btn-group, .docs-buttons > .form-control {margin-bottom: 0.5rem; margin-right: 0.25rem; }
  36. .docs-toggles > .btn, .docs-toggles > .btn-group, .docs-toggles > .dropdown {margin-bottom: 0.5rem; }
  37. .docs-tooltip {display: block; margin: -0.5rem -0.75rem; padding: 0.5rem 0.75rem; }
  38. .docs-tooltip > .icon {margin: 0 -0.25rem; vertical-align: top; }
  39. .tooltip-inner {white-space: normal; }
  40. .btn-upload .tooltip-inner, .btn-toggle .tooltip-inner {white-space: nowrap; }
  41. .btn-toggle {padding: 0.5rem; }
  42. .btn-toggle > .docs-tooltip {margin: -0.5rem; padding: 0.5rem; }
  43. @media (max-width: 400px) {
  44. .btn-group-crop {margin-right: -1rem !important; } .btn-group-crop > .btn {padding-left: 0.5rem; padding-right: 0.5rem; } .btn-group-crop .docs-tooltip {margin-left: -0.5rem; margin-right: -0.5rem; padding-left: 0.5rem; padding-right: 0.5rem; }
  45. }
  46. .docs-options .dropdown-menu {width: 100%; }
  47. .docs-options .dropdown-menu > li {font-size: 0.875rem; padding: 0.125rem 1rem; }
  48. .docs-options .dropdown-menu .form-check-label {display: block; }
  49. .docs-cropped .modal-body {text-align: center; }
  50. .docs-cropped .modal-body > img, .docs-cropped .modal-body > canvas {max-width: 100%; }