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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
| html {
| overflow-y:scroll;
| font-family:"PingFang SC", "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
| }
| body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
| font-weight: normal;
| margin:0;
| padding:0;
| }
| h1, h2, h3, h4, h4, h5 {
| margin:0;
| padding:0;
| }
| body {
| background-color: var(--color-bg-main);
| color:var(--color-text-primary);
| text-align:left;
| }
| select {
| font-size:12px;
| }
| table {
| border-collapse:collapse;
| }
| fieldset, img {
| border:0 none;
| }
| fieldset {
| margin:0;
| padding:0;
| }
| fieldset p {
| margin:0;
| padding:0 0 0 8px;
| }
| legend {
| display:none;
| }
| address, caption, em, strong, th, i {
| font-style:normal;
| font-weight:400;
| }
| table caption {
| margin-left:-1px;
| }
| ol, ul {
| list-style-image:none;
| list-style-position:outside;
| list-style-type:none;
| }
| caption, th {
| text-align:left;
| }
| q:before, q:after, blockquote:before, blockquote:after {
| content: "";
| }
| .view-content {
| max-width 1200px
| width: 100%;
| margin: 0 auto
| }
|
|