1
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -42,21 +42,8 @@
|
|||||||
margin: 1.25rem;
|
margin: 1.25rem;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-top: 9.2vh;
|
margin-top: 9.2vh;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
|
||||||
.narshelpCenterdetail-app .nhlp-app-content h2 {
|
|
||||||
line-height: 2.2rem;
|
|
||||||
}
|
|
||||||
.narshelpCenterdetail-app .nhlp-app-content p{
|
|
||||||
line-height: 1.5rem;
|
|
||||||
word-break: keep-all !important;
|
|
||||||
}
|
|
||||||
.narshelpCenterdetail-app .nhlp-app-content p span{
|
|
||||||
word-wrap: break-word; /* 兼容旧浏览器 */
|
|
||||||
overflow-wrap: break-word; /* 优先在空格处换行,避免单词拆分 */
|
|
||||||
word-break: normal; /* 禁止强制拆分单词 */
|
|
||||||
hyphens: auto; /* 可选:超长单词用连字符换行(更优雅) */
|
|
||||||
}
|
|
||||||
.narshelpCenterdetail-app #rendered-content img {
|
.narshelpCenterdetail-app #rendered-content img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|||||||
Reference in New Issue
Block a user