TypeScript泛型

This commit is contained in:
结发受长生
2019-07-14 17:06:52 +08:00
parent 2d4a67120d
commit 95b2d33639
4 changed files with 207 additions and 5 deletions
+15
View File
@@ -133,4 +133,19 @@ body.night {
::-webkit-scrollbar {
background-color: $articleBg_night;
}
.page-modal {
background: $mainBg_night;
color: $textColor_night;
.close {
color: $textColor_night;
}
}
#search-panel {
.search-input > input[type=text] {
color: $textColor_night;
}
.more-item {
background: linear-gradient(-180deg,$articleBg_night 10%,rgba(255, 255, 255, 0) 100%);
}
}
}