dh-c
Version:
The front-end development engineers jimberton gulp react component
29 lines (28 loc) • 732 B
CSS
@charset "UTF-8";
/* dropdown 颜色配置 */
.dh-dropdown {
position: absolute; }
.dh-dropdown-hidden {
display: none; }
.dh-dropdown-menu {
box-shadow: 7px 6px 15px rgba(0, 0, 0, 0.15); }
.dh-dropdown-menu-item {
line-height: 32px;
padding: 0 8px;
color: #666666;
font-size: 12px;
cursor: pointer; }
.dh-dropdown-menu-item:hover {
color: #333333;
background-color: #f6f6f6; }
.dh-dropdown-title {
width: 100%;
border-bottom: 1px solid #39b86e; }
.dh-dropdown-title span {
display: inline-block;
margin-bottom: 8px; }
.dh-dropdown-title i {
float: right;
margin-top: 4px;
font-size: 12px;
color: #cccccc; }