Commit 583dc220 by liuyingying

css

parent aa76c890
......@@ -110,30 +110,30 @@ li:after{
}
.content>ul,
.content>ul>li:first-child{
list-style-type: none;
list-style-type: disc;
font-size:14px;
font-weight: 400;
}
.content>ul>li:first-child::before{
/*.content>ul>li:first-child::before{*/
content:'';
/* content:'';*/
width:4px;
/* width:4px;*/
height:4px;
/* height:4px;*/
border-radius:50%;
/* border-radius:50%;*/
background:#000;
/* background:#000;*/
display:inline-block;
/* display:inline-block;*/
margin-right:5px;
/* margin-right:5px;*/
vertical-align:middle;
/* vertical-align:middle;*/
margin-top:-3px;
}
/* margin-top:-3px;*/
/*}*/
.content>ul>li:last-child{
list-style-type: none;
font-size:12px;
......
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