You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
224 B

/*结束文章符号*/
.over {
width: 40px;
height: 40px;
border: 1px solid #000001;
border-radius: 50%;
text-align: center;
line-height: 40px;
margin: 20px auto 5px;
text-shadow: 0 0 black;
}