|
@@ -14,67 +14,77 @@ div {
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
font-family: "微软雅黑";
|
|
font-family: "微软雅黑";
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
div {
|
|
div {
|
|
|
font-family: "微软雅黑";
|
|
font-family: "微软雅黑";
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
ul {
|
|
ul {
|
|
|
list-style: none;
|
|
list-style: none;
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
a {
|
|
a {
|
|
|
text-decoration: none !important;
|
|
text-decoration: none !important;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.clear {
|
|
.clear {
|
|
|
clear: both;
|
|
clear: both;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
html,
|
|
html,
|
|
|
body,
|
|
body,
|
|
|
form {
|
|
form {
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
/* 滚动条样式 */
|
|
/* 滚动条样式 */
|
|
|
-.floor::-webkit-scrollbar {
|
|
|
|
|
|
|
+::-webkit-scrollbar {
|
|
|
/*滚动条整体样式*/
|
|
/*滚动条整体样式*/
|
|
|
- width : 2px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
|
|
|
|
+ width: 2px;
|
|
|
|
|
+ /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
height: 1px;
|
|
height: 1px;
|
|
|
- }
|
|
|
|
|
- .floor::-webkit-scrollbar-thumb {
|
|
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+::-webkit-scrollbar-thumb {
|
|
|
/*滚动条里面小方块*/
|
|
/*滚动条里面小方块*/
|
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
- box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
- background : #535353;
|
|
|
|
|
- }
|
|
|
|
|
- .floor::-webkit-scrollbar-track {
|
|
|
|
|
|
|
+ box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
+ background: #535353;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+::-webkit-scrollbar-track {
|
|
|
/*滚动条里面轨道*/
|
|
/*滚动条里面轨道*/
|
|
|
- box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
|
+ box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
- background : #ededed;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ background: #ededed;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
|
|
|
.sm_img::-webkit-scrollbar {
|
|
.sm_img::-webkit-scrollbar {
|
|
|
width: 0px;
|
|
width: 0px;
|
|
|
height: 4px;
|
|
height: 4px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.sm_img::-webkit-scrollbar-track {
|
|
.sm_img::-webkit-scrollbar-track {
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9);
|
|
-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9);
|
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.sm_img::-webkit-scrollbar-thumb {
|
|
.sm_img::-webkit-scrollbar-thumb {
|
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
background: rgba(66, 66, 66, 1);
|
|
background: rgba(66, 66, 66, 1);
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(227, 227, 227, 87.5);
|
|
-webkit-box-shadow: inset 0 0 6px rgba(227, 227, 227, 87.5);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.sm_img::-webkit-scrollbar-thumb:window-inactive {
|
|
.sm_img::-webkit-scrollbar-thumb:window-inactive {
|
|
|
background: rgba(227, 227, 227, 0.5);
|
|
background: rgba(227, 227, 227, 0.5);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-img{
|
|
|
|
|
|
|
+img {
|
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
|
}
|
|
}
|
|
|
-/* body{
|
|
|
|
|
- background-color: #ccc;
|
|
|
|
|
-} */
|
|
|
|
|
|
|
+
|