clean style

This commit is contained in:
jingsam 2016-11-17 20:50:51 +08:00
parent 306e3f74e8
commit c058dcb386
9 changed files with 14 additions and 67 deletions

View file

@ -1,59 +0,0 @@
.ivu-article {
h1{
font-size: 26px;
font-weight: normal;
}
h2{
font-size: 20px;
font-weight: normal;
}
h3{
font-size: 16px;
font-weight: normal;
}
h4{
font-size: 14px;
font-weight: normal;
}
h5{
font-size: 12px;
font-weight: normal;
}
h6{
font-size: 12px;
font-weight: normal;
}
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;
}
ul ul, ol ul{
list-style-type: circle;
}
p{
margin: 5px;
font-size: 14px;
}
a[target="_blank"]:after{
content: "\F220";
font-family: Ionicons;
color: #aaa;
margin-left: 3px;
}
}