parent
d3db7cbbc2
commit
92c33f360e
@ -1,13 +1,13 @@
|
|||||||
.list-keywords {
|
.list-keywords {//搜索框设置
|
||||||
margin: 10px;
|
margin: 10px;//外边距
|
||||||
padding: 10px;
|
padding: 10px;//内边距
|
||||||
background: #fff;
|
background: #fff;//背景色
|
||||||
}
|
}
|
||||||
.list-keywords .item{
|
.list-keywords .item{
|
||||||
display: inline-block;
|
display: inline-block;//样式
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;//内边距
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;//背景
|
||||||
margin: 5px;
|
margin: 5px;//外边距
|
||||||
font-size: 12px;
|
font-size: 12px;//字号
|
||||||
color: #666;
|
color: #666;//颜色
|
||||||
}
|
}
|
Loading…
Reference in new issue