标签:撤销 |
|||
第11行: | 第11行: | ||
.cosmos-bannerOption-dropdownIcon | .cosmos-bannerOption-dropdownIcon | ||
{ | { | ||
− | stroke: # | + | stroke: #FF776D; |
− | fill: # | + | fill: #FF776D; |
} | } | ||
.cosmos-bannerOption:hover .cosmos-bannerOption-dropdownIcon | .cosmos-bannerOption:hover .cosmos-bannerOption-dropdownIcon | ||
{ | { | ||
− | fill: | + | fill: #FF776D; |
− | stroke: # | + | stroke: #FF776D; |
+ | } | ||
+ | .cosmos-bannerOption:hover .cosmos-bannerOption-icon | ||
+ | { | ||
+ | stroke: white; | ||
} | } |
2020年12月21日 (一) 18:25的版本
/* 导航栏 */ #cosmos-banner { background-color: #002A32; } .cosmos-bannerOption-icon { fill: none; stroke: #00d6d6; } .cosmos-bannerOption-dropdownIcon { stroke: #FF776D; fill: #FF776D; } .cosmos-bannerOption:hover .cosmos-bannerOption-dropdownIcon { fill: #FF776D; stroke: #FF776D; } .cosmos-bannerOption:hover .cosmos-bannerOption-icon { stroke: white; }