mirror of https://gitee.com/y_project/RuoYi.git
滚动条样式调整
parent
e5ab665c57
commit
5f05734e46
File diff suppressed because one or more lines are too long
|
@ -6858,42 +6858,6 @@ body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed
|
||||||
transition: all .3s ease-out 0s;
|
transition: all .3s ease-out 0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
|
||||||
background-color: #F5F5F5;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
width: 6px;
|
|
||||||
background-color: #F5F5F5;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
|
||||||
background-color: #999;
|
|
||||||
}
|
|
||||||
/*GO HOME*/
|
|
||||||
.gohome {
|
|
||||||
position: fixed;
|
|
||||||
top: 20px;
|
|
||||||
right: 20px;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gohome a {
|
|
||||||
height: 38px;
|
|
||||||
width: 38px;
|
|
||||||
display: block;
|
|
||||||
background: #2f4050;
|
|
||||||
padding: 9px 8px;
|
|
||||||
text-align: center;
|
|
||||||
color: #fff;
|
|
||||||
border-radius: 50%;
|
|
||||||
opacity: .5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gohome a:hover {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (-webkit-min-device-pixel-ratio : 2) {
|
@media only screen and (-webkit-min-device-pixel-ratio : 2) {
|
||||||
#content-main {
|
#content-main {
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|
|
@ -969,3 +969,19 @@ label {
|
||||||
background-color: #E8F7FD;
|
background-color: #E8F7FD;
|
||||||
color: #1890ff;
|
color: #1890ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 滚动条样式 **/
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background-color: #F5F5F5;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 6px;
|
||||||
|
height: 10px;
|
||||||
|
background-color: #F5F5F5;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
border-radius: 6px;
|
||||||
|
background-color: #999;
|
||||||
|
}
|
Loading…
Reference in New Issue