Commit aa76c890 by liuyingying

css

parent 918a9d43
......@@ -103,19 +103,40 @@ li:after{
.content >ul{
width:100%;
padding-left:40px;
margin-bottom:3px;
}
.content>ul>li{
width:100%;
}
.content>ul,
.content>ul>li:first-child{
list-style-type: disc;
list-style-type: none;
font-size:14px;
font-weight: 400;
}
.content>ul>li:first-child::before{
content:'';
width:4px;
height:4px;
border-radius:50%;
background:#000;
display:inline-block;
margin-right:5px;
vertical-align:middle;
margin-top:-3px;
}
.content>ul>li:last-child{
list-style-type: none;
font-size:14px;
font-size:12px;
font-weight: 400;
color:dimgrey;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment