3,479
个编辑
第127行: | 第127行: | ||
} | } | ||
/*侧栏搜索框和按钮*/ | /*侧栏搜索框和按钮*/ | ||
# | #searchButton { | ||
background-color: #f1f1f1; | background-color: #f1f1f1; | ||
border: none; | border: none; | ||
第133行: | 第133行: | ||
width: 5em; | width: 5em; | ||
} | } | ||
# | #searchButton:hover { | ||
background-color: #fff; | background-color: #fff; | ||
} | } | ||
# | #searchButton:active { | ||
background-color: #c1c1c1; | background-color: #c1c1c1; | ||
} | } |