Blame view

src/styles/article/index.less 878 Bytes
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
36
37
38
39
40
41
      }
  
      blockquote{
          padding: 5px 5px 3px 10px;
          line-height: 1.5;
          border-left: 4px solid #ddd;
          margin-bottom: 20px;
          color: #666;
          font-size: 14px;
      }
  
      ul{
          padding-left: 40px;
          list-style-type: disc;
      }
      li{
          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
52
      }
  }