Commit e1e7f392 by liuyingying

清除浮动

parent 2cbbd286
......@@ -131,6 +131,15 @@ nav>div{
margin: 0 5%;
width: 40%;
}
.member_type:after{
content:".";
clear:both;
display:block;
height:0;
overflow:hidden;
visibility:hidden;
}
.member_type>p{
width:100%;
font-size: 20px;
......
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