|
@@ -0,0 +1,144 @@
|
|
|
+
|
|
|
+/* 滚动 */
|
|
|
+.commonsScrollbarNew {
|
|
|
+ overflow-y: scroll;
|
|
|
+ overflow-x: visible;
|
|
|
+}
|
|
|
+
|
|
|
+/* 滚动条整体样式 */
|
|
|
+.commonsScrollbarNew::-webkit-scrollbar {
|
|
|
+ width: 2px;
|
|
|
+ height: 2px;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::scrollbar {
|
|
|
+ width: 2px;
|
|
|
+ height: 2px;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::-moz-scrollbar {
|
|
|
+ width: 2px;
|
|
|
+ height: 2px;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::-ms-scrollbar {
|
|
|
+ width: 2px;
|
|
|
+ height: 2px;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::-o-scrollbar {
|
|
|
+ width: 2px;
|
|
|
+ height: 2px;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 滚动条里面小方块 */
|
|
|
+.commonsScrollbarNew::-webkit-scrollbar-thumb {
|
|
|
+ /* background-color: #EAEAEA;*/
|
|
|
+ background-color: transparent;
|
|
|
+ background-clip: padding-box;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+ min-height: 1px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::scrollbar-thumb {
|
|
|
+ /* background-color: #EAEAEA;*/
|
|
|
+ background-color: transparent;
|
|
|
+ background-clip: padding-box;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+ min-height: 1px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::-moz-scrollbar-thumb {
|
|
|
+ /* background-color: #EAEAEA;*/
|
|
|
+ background-color: transparent;
|
|
|
+ background-clip: padding-box;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+ min-height: 1px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::-ms-scrollbar-thumb {
|
|
|
+ /* background-color: #EAEAEA;*/
|
|
|
+ background-color: transparent;
|
|
|
+ background-clip: padding-box;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+ min-height: 1px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::-o-scrollbar-thumb {
|
|
|
+ /* background-color: #EAEAEA;*/
|
|
|
+ background-color: transparent;
|
|
|
+ background-clip: padding-box;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+ min-height: 1px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 滚动条里面轨道 */
|
|
|
+.commonsScrollbarNew::-webkit-scrollbar-thumb:hover {
|
|
|
+ /* background-color: #EAEAEA;*/
|
|
|
+ background-color: transparent;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::scrollbar-thumb:hover {
|
|
|
+ /* background-color: #EAEAEA;*/
|
|
|
+ background-color: transparent;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::-moz-scrollbar-thumb:hover {
|
|
|
+ /* background-color: #EAEAEA;*/
|
|
|
+ background-color: transparent;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::-ms-scrollbar-thumb:hover {
|
|
|
+ /* background-color: #EAEAEA;*/
|
|
|
+ background-color: transparent;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.commonsScrollbarNew::-o-scrollbar-thumb:hover {
|
|
|
+ /* background-color: #EAEAEA;*/
|
|
|
+ background-color: transparent;
|
|
|
+ -webkit-border-radius: 5px;
|
|
|
+ -moz-border-radius: 5px;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|