|
@@ -158,7 +158,6 @@
|
|
margin-left: 30px;
|
|
margin-left: 30px;
|
|
padding: 15px 0px 15px 20px;
|
|
padding: 15px 0px 15px 20px;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
-
|
|
|
|
border: 1px solid #EDFAFF;
|
|
border: 1px solid #EDFAFF;
|
|
/*background-color: #EDFAFF;*/
|
|
/*background-color: #EDFAFF;*/
|
|
line-height: 19px;
|
|
line-height: 19px;
|
|
@@ -184,7 +183,6 @@
|
|
height: 16px;
|
|
height: 16px;
|
|
background: #fff;
|
|
background: #fff;
|
|
border-radius: 16px;
|
|
border-radius: 16px;
|
|
-
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 41px;
|
|
left: 41px;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
@@ -200,7 +198,6 @@
|
|
width: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
height: 16px;
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
-
|
|
|
|
border: 1px solid @staticMainColor;
|
|
border: 1px solid @staticMainColor;
|
|
background-color: @staticMainColor;
|
|
background-color: @staticMainColor;
|
|
left: -10px;
|
|
left: -10px;
|
|
@@ -208,7 +205,7 @@
|
|
z-index: 1;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
.anchors li:first-child i{
|
|
.anchors li:first-child i{
|
|
- top:35px;
|
|
|
|
|
|
+ top:37px;
|
|
}
|
|
}
|
|
.anchors a {
|
|
.anchors a {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -229,10 +226,10 @@
|
|
}
|
|
}
|
|
|
|
|
|
.anchors .active i {
|
|
.anchors .active i {
|
|
- width: 26px;
|
|
|
|
- height: 16px;
|
|
|
|
|
|
+ width: 30px;
|
|
|
|
+ height: 15px;
|
|
top: 6px;
|
|
top: 6px;
|
|
- left: -14px;
|
|
|
|
|
|
+ left: -15px;
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
border: none;
|
|
border: none;
|
|
background-color: #F5F6F7;
|
|
background-color: #F5F6F7;
|
|
@@ -276,7 +273,7 @@
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
color: #333333;
|
|
border-radius: 6px 6px 0px 0px;
|
|
border-radius: 6px 6px 0px 0px;
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
.activeTab{
|
|
.activeTab{
|
|
background: @staticMainColor;
|
|
background: @staticMainColor;
|
|
@@ -329,7 +326,6 @@
|
|
/*滚动条里面小方块*/
|
|
/*滚动条里面小方块*/
|
|
width: 6px;
|
|
width: 6px;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
-
|
|
|
|
background: @staticMainColor;
|
|
background: @staticMainColor;
|
|
height: 100px;
|
|
height: 100px;
|
|
}
|
|
}
|
|
@@ -337,7 +333,6 @@
|
|
.infos::-webkit-scrollbar-track, .anchors::-webkit-scrollbar-track {
|
|
.infos::-webkit-scrollbar-track, .anchors::-webkit-scrollbar-track {
|
|
/*滚动条里面轨道*/
|
|
/*滚动条里面轨道*/
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
-
|
|
|
|
background: #f0f2f5;
|
|
background: #f0f2f5;
|
|
opacity: .2;
|
|
opacity: .2;
|
|
}
|
|
}
|
|
@@ -431,6 +426,7 @@
|
|
padding:25px 56px;
|
|
padding:25px 56px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
|
+ min-width: 100px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
.result_left{
|
|
.result_left{
|
|
display: inline-block;
|
|
display: inline-block;
|