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.

12 lines
201 B

9 months ago
/*可以在这里添加你自己的css*/
.template{
color: #fff;
background-color: #EEFFF6;;
padding: 3px 5px;
border-radius: 3px;
margin: 0px 3px;
}
.close{
cursor: pointer;
}