|
@@ -51,28 +51,28 @@ html,body{
|
|
|
}
|
|
|
|
|
|
//!*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*!
|
|
|
-::-webkit-scrollbar
|
|
|
-{
|
|
|
- width:10px;
|
|
|
- height:10px;
|
|
|
- background-color: #F5F5F5;
|
|
|
-}
|
|
|
-
|
|
|
-//!*定义滚动条轨道 内阴影+圆角*!
|
|
|
-::-webkit-scrollbar-track
|
|
|
-{
|
|
|
- -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
|
|
|
- // border-radius:5px;
|
|
|
- background-color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-//!*定义滑块 内阴影+圆角*!
|
|
|
-::-webkit-scrollbar-thumb
|
|
|
-{
|
|
|
- // border-radius:5px;
|
|
|
- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
|
|
|
- background-color: #dfdfdf;
|
|
|
-}
|
|
|
+// ::-webkit-scrollbar
|
|
|
+// {
|
|
|
+// width:10px;
|
|
|
+// height:10px;
|
|
|
+// background-color: #F5F5F5;
|
|
|
+// }
|
|
|
+
|
|
|
+// //!*定义滚动条轨道 内阴影+圆角*!
|
|
|
+// ::-webkit-scrollbar-track
|
|
|
+// {
|
|
|
+// -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
|
|
|
+// // border-radius:5px;
|
|
|
+// background-color: #fff;
|
|
|
+// }
|
|
|
+
|
|
|
+// //!*定义滑块 内阴影+圆角*!
|
|
|
+// ::-webkit-scrollbar-thumb
|
|
|
+// {
|
|
|
+// // border-radius:5px;
|
|
|
+// -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
|
|
|
+// background-color: #dfdfdf;
|
|
|
+// }
|
|
|
|
|
|
|
|
|
|