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.

14 lines
340 B

.list-keywords {//搜索框设置1
margin: 10px;//外边距1
padding: 10px;//内边距1
background: #fff;//背景色1
4 months ago
}
.list-keywords .item{
display: inline-block;//样式1
padding: 5px 10px;//内边距1
background: #f1f1f1;//背景1
margin: 5px;//外边距1
font-size: 12px;//1
color: #666;//颜色1
}