| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .rspress-doc-container:not(:has(.aside-container_edeb4)) .rspress-doc {
- width: 1400px;
- max-width: 1400px;
- }
- .rspress-doc-container:not(:has(.aside-container_edeb4)) .rspress-doc-footer {
- width: 1400px;
- max-width: 1400px;
- }
- .sp-preview {
- height: 100% !important;
- }
- .medium-zoom-image {
- width: 100%;
- }
- .rs-table {
- width: 100%;
- }
- .rs-table td {
- padding: 8px;
- border: 1px solid var(--rp-c-divider-light);
- }
- .rs-table img {
- max-height: 500px;
- max-width: 500px;
- }
- .rs-table td:first-child {
- width: 20%;
- }
- .rs-center {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .rs-tip {
- color: var(--rp-c-text-2);
- border-left: 2px solid #ccc;
- padding: 0 8px;
- margin: 16px 0;
- }
- .rs-highlight {
- border: 1px solid var(--rp-container-warning-border);
- background-color: var(--rp-container-warning-bg);
- padding: 12px 24px;
- font-size: 14px;
- font-weight: 400;
- line-height: 1.7;
- border-radius: var(--rp-radius);
- color: var(--rp-c-text-1);
- }
- .rs-link {
- color: var(--rp-c-link);
- }
- .rs-red {
- color: var(--rp-container-danger-text);
- }
|