调整样式、添加颜色
This commit is contained in:
@@ -13,10 +13,10 @@
|
|||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
background-color: #EEE;
|
background-color: #DDD;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: @colorPrimary;
|
background-color: #BBB;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.shadow-3 {
|
.shadow-3 {
|
||||||
box-shadow: 0 .5rem 1rem -0.4rem rgba(0, 0, 0, .12);
|
box-shadow: 0 .5rem 1rem -.4rem rgba(0, 0, 0, .12);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 载入中(链接列表)
|
// 载入中(链接列表)
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
@colorPrimary: #2196F3;
|
@colorPrimary: #2196F3;
|
||||||
@colorSecondary: #67C23A;
|
@colorSecondary: #67C23A;
|
||||||
|
@colorGrey: #9E9E9E;
|
||||||
@colorWhite: #F9F9F9;
|
@colorWhite: #F9F9F9;
|
||||||
|
|
||||||
@transitionTime: .25s;
|
@transitionTime: .25s;
|
||||||
|
Reference in New Issue
Block a user