/** * ParagraphBlock.css - 段落块样式 */ .paragraph-block-wrapper { position: relative; margin-bottom: 12px; padding-left: 0; } .paragraph-block { position: relative; color: #262626; font-size: 14px; line-height: 1.8; word-wrap: break-word; word-break: break-word; padding: 4px 0; } .paragraph-block-list-item { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: flex-start; column-gap: 4px; } .paragraph-list-marker { width: 28px; text-align: right; color: #1455d9; font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; line-height: 1.8; } .paragraph-block-list-item .rich-text-editor { flex: 1; min-width: 0; }