|
@@ -1,7 +1,7 @@
|
|
|
* {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
- box-sizing: border-box
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -149,7 +149,7 @@ a.button {
|
|
|
text-align: center;
|
|
|
background: #031252;
|
|
|
cursor: pointer;
|
|
|
- font-size: 0.175rem
|
|
|
+ font-size: 0.2rem;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width:1024px) {
|
|
@@ -209,6 +209,10 @@ a.button {
|
|
|
.treebox {
|
|
|
height: 8.25rem;
|
|
|
overflow-y: scroll;
|
|
|
+ /* overflow-y: scroll; */
|
|
|
+ scrollbar-color: transparent transparent;
|
|
|
+ scrollbar-track-color: transparent;
|
|
|
+ -ms-scrollbar-track-color: transparent;
|
|
|
}
|
|
|
|
|
|
.tree {
|
|
@@ -300,6 +304,7 @@ li.parent_li ul li ul li {
|
|
|
/* -moz-border-radius:5px;
|
|
|
-webkit-border-radius:5px;
|
|
|
border-radius:5px; */
|
|
|
+ font-size: 0.2rem;
|
|
|
display: block;
|
|
|
padding: 0.0175rem 0.1rem;
|
|
|
text-decoration: none;
|
|
@@ -555,7 +560,7 @@ li.parent_li ul li ul li {
|
|
|
|
|
|
.pager-left li:not(.pg-des) {
|
|
|
width: 22px;
|
|
|
- height: 22px;
|
|
|
+ /* height: 18px; */
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
}
|
|
@@ -616,7 +621,8 @@ li.parent_li ul li ul li {
|
|
|
|
|
|
.pg-next.disabled {
|
|
|
background: url(../images/page-next-disabled.gif);
|
|
|
- pointer-events: none
|
|
|
+ pointer-events: none;
|
|
|
+ height: 22px
|
|
|
}
|
|
|
|
|
|
.pg-last {
|
|
@@ -625,7 +631,8 @@ li.parent_li ul li ul li {
|
|
|
|
|
|
.pg-last.disabled {
|
|
|
background: url(../images/page-last-disabled.gif);
|
|
|
- pointer-events: none
|
|
|
+ pointer-events: none;
|
|
|
+ height: 22px
|
|
|
}
|
|
|
|
|
|
.pg-refresh {
|
|
@@ -827,12 +834,13 @@ border: 1px solid #ffffff;
|
|
|
|
|
|
/*定义了轨道的样式*/
|
|
|
|
|
|
-.departlist-box ::-webkit-scrollbar-track {
|
|
|
- /*滚动条里面轨道*/
|
|
|
+
|
|
|
+/* .departlist-box ::-webkit-scrollbar-track {
|
|
|
+
|
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
|
|
|
border-radius: 5px;
|
|
|
background: rgba(0, 0, 0, 0);
|
|
|
-}
|
|
|
+} */
|
|
|
|
|
|
.disabled {
|
|
|
pointer-events: none
|