iview/src/styles/article/index.less

52 lines
878 B
Text
Raw Normal View History

2016-09-09 14:29:19 +08:00
.ivu-article {
h1{
font-size: 26px;
font-weight: normal;
2016-09-09 14:29:19 +08:00
}
h2{
font-size: 20px;
font-weight: normal;
2016-09-09 14:29:19 +08:00
}
h3{
font-size: 16px;
font-weight: normal;
2016-09-09 14:29:19 +08:00
}
h4{
font-size: 14px;
font-weight: normal;
2016-09-09 14:29:19 +08:00
}
h5{
font-size: 12px;
font-weight: normal;
2016-09-09 14:29:19 +08:00
}
h6{
font-size: 12px;
font-weight: normal;
2016-09-09 14:29:19 +08:00
}
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;
font-size: 14px;
2016-09-09 14:29:19 +08:00
}
ul ul, ol ul{
list-style-type: circle;
}
p{
margin: 5px;
font-size: 14px;
2016-09-09 14:29:19 +08:00
}
}