|
@@ -159,7 +159,7 @@
|
|
|
margin-left: 30px;
|
|
|
padding: 15px 0px 15px 20px;
|
|
|
border-radius: 4px;
|
|
|
- behavior: url("<%=basePath%>css/PIE.htc");
|
|
|
+
|
|
|
border: 1px solid #EDFAFF;
|
|
|
/*background-color: #EDFAFF;*/
|
|
|
line-height: 19px;
|
|
@@ -185,7 +185,7 @@
|
|
|
height: 16px;
|
|
|
background: #fff;
|
|
|
border-radius: 16px;
|
|
|
- behavior: url("<%=basePath%>css/PIE.htc");
|
|
|
+
|
|
|
position: absolute;
|
|
|
left: 41px;
|
|
|
z-index: 1;
|
|
@@ -201,7 +201,7 @@
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
border-radius: 8px;
|
|
|
- behavior: url("<%=basePath%>css/PIE.htc");
|
|
|
+
|
|
|
border: 1px solid @staticMainColor;
|
|
|
background-color: @staticMainColor;
|
|
|
left: -10px;
|
|
@@ -237,7 +237,8 @@
|
|
|
border-radius: 0;
|
|
|
border: none;
|
|
|
background-color: #F5F6F7;
|
|
|
- background: url('../images/icon_current.svg') center center no-repeat;
|
|
|
+ background: url('../images/icon_current.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
}
|
|
|
.disCopy {
|
|
|
-webkit-touch-callout: none;
|
|
@@ -274,7 +275,7 @@
|
|
|
font-size: 14px;
|
|
|
color: #333333;
|
|
|
border-radius: 6px 6px 0px 0px;
|
|
|
- behavior: url("<%=basePath%>css/PIE.htc");
|
|
|
+
|
|
|
}
|
|
|
.activeTab{
|
|
|
background: @staticMainColor;
|
|
@@ -327,7 +328,7 @@
|
|
|
/*滚动条里面小方块*/
|
|
|
width: 6px;
|
|
|
border-radius: 5px;
|
|
|
- behavior: url("<%=basePath%>css/PIE.htc");
|
|
|
+
|
|
|
background: @staticMainColor;
|
|
|
height: 100px;
|
|
|
}
|
|
@@ -335,7 +336,7 @@
|
|
|
.infos::-webkit-scrollbar-track, .anchors::-webkit-scrollbar-track {
|
|
|
/*滚动条里面轨道*/
|
|
|
border-radius: 2px;
|
|
|
- behavior: url("<%=basePath%>css/PIE.htc");
|
|
|
+
|
|
|
background: #f0f2f5;
|
|
|
opacity: .2;
|
|
|
}
|
|
@@ -402,7 +403,7 @@
|
|
|
height: 34px;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 8px;
|
|
|
- behavior: url("<%=basePath%>css/PIE.htc");
|
|
|
+
|
|
|
border: 1px solid #2A9BD5;
|
|
|
font-size: 16px;
|
|
|
font-weight: 400;
|
|
@@ -420,7 +421,7 @@
|
|
|
.result{
|
|
|
background: #EDFAFF;
|
|
|
border-radius: 10px;
|
|
|
- behavior: url("<%=basePath%>css/PIE.htc");
|
|
|
+
|
|
|
font-size: 14px;
|
|
|
font-weight: 500;
|
|
|
color: #333333;
|
|
@@ -436,7 +437,7 @@
|
|
|
height: 21px;
|
|
|
background: #2C96E5;
|
|
|
border-radius: 50%;
|
|
|
- behavior: url("<%=basePath%>css/PIE.htc");
|
|
|
+
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
@@ -464,7 +465,7 @@
|
|
|
height: 32px;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 4px;
|
|
|
- behavior: url("<%=basePath%>css/PIE.htc");
|
|
|
+
|
|
|
border: 1px solid #333333;
|
|
|
cursor: pointer;
|
|
|
& img{
|
|
@@ -481,7 +482,7 @@
|
|
|
height: 32px;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 4px;
|
|
|
- behavior: url("<%=basePath%>css/PIE.htc");
|
|
|
+
|
|
|
border: 1px solid #333333;
|
|
|
text-align: center;
|
|
|
line-height: 32px;
|