forked from liweijie/education
系统风格以及部分页面样式变更
This commit is contained in:
@@ -81,7 +81,15 @@ export default {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
color: #bfcbd9;
|
||||
color: rgba(255, 255, 255, 0.72);
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.10);
|
||||
background: rgba(3, 49, 40, 0.18);
|
||||
transition: background-color 160ms ease, color 160ms ease;
|
||||
|
||||
&:hover {
|
||||
color: #ffffff;
|
||||
background: rgba(255, 255, 255, 0.10);
|
||||
}
|
||||
|
||||
.collapse-hamburger {
|
||||
line-height: 48px;
|
||||
|
||||
Reference in New Issue
Block a user