Skip to content

Commit bbbdac5

Browse files
committed
【fix】 fix 例子页面 header 下拉列表 样式错误问题 review by songym
1 parent acaa8d2 commit bbbdac5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/css/examples.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ h3.category-title {
8585
margin-bottom: 20px;
8686
padding-top: 45px;
8787
background-color: #f9f9f9;
88-
border-top: 1px solid #C70022;
88+
border-top: 1px solid #e14d57;
8989
}
9090

9191
.box-title {
@@ -108,7 +108,7 @@ h3.category-title {
108108
}
109109

110110
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
111-
background: #C70022;
111+
background: #e14d57;
112112
}
113113

114114
.category {

examples/css/header.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ li.navbar-menu>a::after {
227227
}
228228

229229
li.navbar-menu.active>a::after {
230+
bottom: 0px;
230231
opacity: 1;
231232
-webkit-transform: translateY(0px);
232233
-moz-transform: translateY(0px);
@@ -297,7 +298,7 @@ ul.icl-nav-menu-sub:nth-child(1) {
297298
}
298299

299300
.icl-nav-menu-item:not(.icl-nav-menu-overivew) > li:last-child {
300-
width: 120px;
301+
width: 130px;
301302
}
302303

303304
@media screen and (max-width: 1220px) {

0 commit comments

Comments
 (0)