global.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .rspress-doc-container:not(:has(.aside-container_edeb4)) .rspress-doc {
  2. width: 1400px;
  3. max-width: 1400px;
  4. }
  5. .rspress-doc-container:not(:has(.aside-container_edeb4)) .rspress-doc-footer {
  6. width: 1400px;
  7. max-width: 1400px;
  8. }
  9. .sp-preview {
  10. height: 100% !important;
  11. }
  12. .medium-zoom-image {
  13. width: 100%;
  14. }
  15. .rs-table {
  16. width: 100%;
  17. }
  18. .rs-table td {
  19. padding: 8px;
  20. border: 1px solid var(--rp-c-divider-light);
  21. }
  22. .rs-table img {
  23. max-height: 500px;
  24. max-width: 500px;
  25. }
  26. .rs-table td:first-child {
  27. width: 20%;
  28. }
  29. .rs-center {
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. }
  34. .rs-tip {
  35. color: var(--rp-c-text-2);
  36. border-left: 2px solid #ccc;
  37. padding: 0 8px;
  38. margin: 16px 0;
  39. }
  40. .rs-highlight {
  41. border: 1px solid var(--rp-container-warning-border);
  42. background-color: var(--rp-container-warning-bg);
  43. padding: 12px 24px;
  44. font-size: 14px;
  45. font-weight: 400;
  46. line-height: 1.7;
  47. border-radius: var(--rp-radius);
  48. color: var(--rp-c-text-1);
  49. }
  50. .rs-link {
  51. color: var(--rp-c-link);
  52. }
  53. .rs-red {
  54. color: var(--rp-container-danger-text);
  55. }