iview/src/styles/common/article.less

59 lines
1 KiB
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;
}
2016-11-18 17:37:59 +08:00
ul:not([class^="ivu-"]){
2016-09-09 14:29:19 +08:00
padding-left: 40px;
list-style-type: disc;
}
2016-11-18 17:37:59 +08:00
li:not([class^="ivu-"]){
2016-09-09 14:29:19 +08:00
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
}
2016-11-12 20:14:06 +08:00
a[target="_blank"]:after{
content: "\F220";
font-family: Ionicons;
color: #aaa;
margin-left: 3px;
}
2016-09-09 14:29:19 +08:00
}