mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-13 19:12:50 +00:00
18 lines
304 B
Plaintext
18 lines
304 B
Plaintext
.richTextWrap {
|
|
:global(p) {
|
|
margin-bottom: 0;
|
|
}
|
|
:global(img) {
|
|
max-width: 100%;
|
|
text-align: center;
|
|
}
|
|
:global(blockquote) {
|
|
margin: 0 0 10px;
|
|
padding: 12px 20px;
|
|
background-color: #f1f2f3;
|
|
border-left: 5px solid #ccc;
|
|
color: #666;
|
|
font-style: italic;
|
|
}
|
|
}
|