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
| @import "../../base/fn";
|
| .weui-article {
| padding: 20px 15px;
| font-size: 15px;
| section {
| margin-bottom: 1.5em;
| }
| h1 {
| font-size: 18px;
| font-weight:400;
| margin-bottom: .9em;
| }
| h2 {
| font-size: 16px;
| font-weight:400;
| margin-bottom: .34em;
| }
| h3 {
| font-weight:400;
| font-size: 15px;
| margin-bottom: .34em;
| }
| * {
| max-width: 100%;
| -webkit-box-sizing: border-box;
| box-sizing: border-box;
| word-wrap: break-word;
| }
| p {
| margin: 0 0 .8em;
| }
| }
|
|