1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
| :deep(.richtext-cont){
| max-width:1160px; ;
| word-wrap: break-word;
| line-height:32px !important;
| p{line-height:32px !important;
| span{
| display: inline-block;
| line-height: 32px;
| }
| }
| video{
| margin-left: 20px;
| }
| }
| :deep(ul) {
| li {
| list-style:inside;
| }
| }
| :deep(ol) {
| li {
| list-style: inherit;
| margin-left: 15px;
| }
| }
| :deep(blockquote){
| background-color: #f5f2f0;
| border-left: 8px solid #b4d5ff;
| display: block;
| font-size: 100%;
| line-height: 1.5;
| margin: 10px 0;
| padding: 10px;
| span{
| display: inline-block;
| line-height: 30px;
| }
| }
|
| p,span,div,li{
| word-wrap: break-word;
| }
|
|