<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* è‡ªå®šä¹‰ç¼–è¾‘  æ¢å¤é»˜è®¤æ&nbsp;·å¼*/
.default-eidt ul li,
.default-eidt ul {
    list-style: disc inside;
}
  
.default-eidt ol li,
.default-eidt ol {
list-style: decimal inside;
}
  
.default-eidt img {
    max-width: 100%;
}
.default-eidt i {
    font-style: italic;
}
.default-eidt h1,
.default-eidt h2,
.default-eidt h3,
.default-eidt h4,
.default-eidt h5,
.default-eidt h6 {
    font-weight: bold;
}
</pre></body></html>