Blame view

src/styles/common/article.less 1.04 KB
7fa943eb   梁灏   init
1
2
  .ivu-article {
      h1{
3c01d81a   梁灏   fixed Modal bug,w...
3
4
          font-size: 26px;
          font-weight: normal;
7fa943eb   梁灏   init
5
6
      }
      h2{
3c01d81a   梁灏   fixed Modal bug,w...
7
8
          font-size: 20px;
          font-weight: normal;
7fa943eb   梁灏   init
9
10
      }
      h3{
3c01d81a   梁灏   fixed Modal bug,w...
11
12
          font-size: 16px;
          font-weight: normal;
7fa943eb   梁灏   init
13
14
15
      }
      h4{
          font-size: 14px;
3c01d81a   梁灏   fixed Modal bug,w...
16
          font-weight: normal;
7fa943eb   梁灏   init
17
18
19
      }
      h5{
          font-size: 12px;
3c01d81a   梁灏   fixed Modal bug,w...
20
          font-weight: normal;
7fa943eb   梁灏   init
21
22
23
      }
      h6{
          font-size: 12px;
3c01d81a   梁灏   fixed Modal bug,w...
24
          font-weight: normal;
7fa943eb   梁灏   init
25
26
27
28
29
30
31
32
33
34
35
      }
  
      blockquote{
          padding: 5px 5px 3px 10px;
          line-height: 1.5;
          border-left: 4px solid #ddd;
          margin-bottom: 20px;
          color: #666;
          font-size: 14px;
      }
  
bf0203db   梁灏   update Transfer
36
      ul:not([class^="ivu-"]){
7fa943eb   梁灏   init
37
38
39
          padding-left: 40px;
          list-style-type: disc;
      }
bf0203db   梁灏   update Transfer
40
      li:not([class^="ivu-"]){
7fa943eb   梁灏   init
41
          margin-bottom: 5px;
3c01d81a   梁灏   fixed Modal bug,w...
42
          font-size: 14px;
7fa943eb   梁灏   init
43
44
45
46
47
48
49
      }
      ul ul, ol ul{
          list-style-type: circle;
      }
  
      p{
          margin: 5px;
3c01d81a   梁灏   fixed Modal bug,w...
50
          font-size: 14px;
7fa943eb   梁灏   init
51
      }
6c145a04   梁灏   fixed #77
52
53
54
55
56
57
58
  
      a[target="_blank"]:after{
          content: "\F220";
          font-family: Ionicons;
          color: #aaa;
          margin-left: 3px;
      }
7fa943eb   梁灏   init
59
  }