Commit 4afe80e0 by shuangcheng

1

parent 1744b41a
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
font-size: 16px; font-size: 16px;
line-height: 1.6; line-height: 1.6;
width: 100%;
height: 100%;
overflow: auto;
writing-mode: vertical-lr;
color: #3c3c3c; color: #3c3c3c;
scrollbar-3dlight-color: #F0F0EE; scrollbar-3dlight-color: #F0F0EE;
scrollbar-arrow-color: #676662; scrollbar-arrow-color: #676662;
...@@ -71,6 +75,7 @@ ...@@ -71,6 +75,7 @@
font-size: 1em; font-size: 1em;
line-height: 1.6em !important; line-height: 1.6em !important;
color: #3c3c3c; color: #3c3c3c;
text-indent: 22px;
} }
.mce-content-body em, .mce-content-body i { .mce-content-body em, .mce-content-body i {
...@@ -83,6 +88,7 @@ ...@@ -83,6 +88,7 @@
.mce-content-body p + p, .mce-content-body ul + p, .mce-content-body ol + p { .mce-content-body p + p, .mce-content-body ul + p, .mce-content-body ol + p {
margin-top: 20px; margin-top: 20px;
text-indent: 22px;
} }
.mce-content-body ol, .mce-content-body ul { .mce-content-body ol, .mce-content-body ul {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment