...
|
...
|
@@ -298,12 +298,15 @@ export default { |
|
|
}
|
|
|
|
|
|
.context-rich-text /deep/ {
|
|
|
line-height: 1.8!important;
|
|
|
font-family: "PingFang SC", "HiraginoSansGB-W3", "SanFranciscoText-Regular", Helvetica, Roboto, "Heiti SC", "黑体", Arial!important;
|
|
|
|
|
|
img {
|
|
|
max-width: 100%!important;
|
|
|
}
|
|
|
|
|
|
p {
|
|
|
font-size: 24px!important;
|
|
|
font-size: 28px!important;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|