|
@@ -1,9 +1,12 @@
|
|
|
-
|
|
|
+@import './common.less';
|
|
|
ul,
|
|
|
li {
|
|
|
list-style: none;
|
|
|
}
|
|
|
|
|
|
+div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
+ font-family: '微软雅黑', '宋体';
|
|
|
+}
|
|
|
table {
|
|
|
border-collapse: collapse;
|
|
|
border-spacing: 0;
|
|
@@ -27,11 +30,13 @@
|
|
|
}
|
|
|
|
|
|
.titleH2 {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 18px;
|
|
|
position: relative;
|
|
|
background: #fff;
|
|
|
padding-right: 6px;
|
|
|
- /*line-height: 30px;*/
|
|
|
+ padding-left: 15px;
|
|
|
+ font-weight: bold;
|
|
|
+ border-left: 4px solid @staticMainColor;
|
|
|
}
|
|
|
|
|
|
.content {
|
|
@@ -39,9 +44,6 @@
|
|
|
height: 550px;
|
|
|
}
|
|
|
.infoBox {
|
|
|
- border-left: 1px solid #969C9F;
|
|
|
- padding: 0 0 0 33px;
|
|
|
- margin: 0 0 4px 0;
|
|
|
}
|
|
|
.infoWrapper {
|
|
|
padding: 0 0 0 40px;
|
|
@@ -114,84 +116,97 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .anchors {
|
|
|
- width: 200px;
|
|
|
- position: absolute;
|
|
|
- right:15px;
|
|
|
- top: 0;
|
|
|
- margin-right: 14px;
|
|
|
- overflow: auto;
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
-
|
|
|
- .anchors ul {
|
|
|
- padding: 15px 0px 15px 20px;
|
|
|
- border-radius: 4px;
|
|
|
- border: 1px solid #F5F6F7;
|
|
|
- background-color: #F5F6F7;
|
|
|
- line-height: 19px;
|
|
|
- }
|
|
|
-
|
|
|
- .anchors li {
|
|
|
- position: relative;
|
|
|
- border-left: 2px solid #E0E2E3;
|
|
|
- }
|
|
|
-
|
|
|
- .anchors .anchor-line {
|
|
|
- height: 20px;
|
|
|
- width: 0;
|
|
|
- border-left: 2px solid #E0E2E3;
|
|
|
- }
|
|
|
+.anchors {
|
|
|
+ width: 210px;
|
|
|
+ position: absolute;
|
|
|
+ right:15px;
|
|
|
+ top: 0;
|
|
|
+ margin-right: 14px;
|
|
|
+ overflow: auto;
|
|
|
+ background-color: #EDFAFF;
|
|
|
+ padding: 25px 0;
|
|
|
+ /*height: 100%;*/
|
|
|
+}
|
|
|
|
|
|
- .anchors .anchor-line:last-child {
|
|
|
- display: none;
|
|
|
- }
|
|
|
+.anchors ul {
|
|
|
+ margin-left: 30px;
|
|
|
+ padding: 15px 0px 15px 20px;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid #EDFAFF;
|
|
|
+ /*background-color: #EDFAFF;*/
|
|
|
+ line-height: 19px;
|
|
|
+}
|
|
|
|
|
|
- .anchors i {
|
|
|
- position: absolute;
|
|
|
- display: inline-block;
|
|
|
- width: 8px;
|
|
|
- height: 8px;
|
|
|
- border-radius: 5px;
|
|
|
- border: 1px solid #E0E2E3;
|
|
|
- background-color: #E0E2E3;
|
|
|
- left: -6px;
|
|
|
- top: 5px;
|
|
|
- }
|
|
|
+.anchors li {
|
|
|
+ position: relative;
|
|
|
+ border-left: 1px solid #8DD1EE;
|
|
|
+}
|
|
|
+.anchors li:first-child {
|
|
|
+ padding-top:30px
|
|
|
+}
|
|
|
|
|
|
- .anchors a {
|
|
|
- display: inline-block;
|
|
|
- position: relative;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- width: 132px;
|
|
|
- padding: 0 0px 0 20px;
|
|
|
- text-decoration: none;
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 400;
|
|
|
- color: #777;
|
|
|
- word-wrap: break-word;
|
|
|
- }
|
|
|
+.anchors .anchor-line {
|
|
|
+ height: 30px;
|
|
|
+ width: 0;
|
|
|
+ border-left: 1px solid #8DD1EE;
|
|
|
+}
|
|
|
|
|
|
- .anchors .active a {
|
|
|
- color: #3B9ED0 !important;
|
|
|
- font-weight: 700 !important;
|
|
|
- }
|
|
|
+.anchors .a-circle{
|
|
|
+ border:2px #8DD1EE solid;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ background: #fff;
|
|
|
+ border-radius: 16px;
|
|
|
+ position: absolute;
|
|
|
+ left: 41px;
|
|
|
+ z-index: 1;
|
|
|
+}
|
|
|
+.anchors .a-circle:last-child{
|
|
|
+ bottom: 22px;
|
|
|
+}
|
|
|
+.anchors i {
|
|
|
+ position: absolute;
|
|
|
+ display: inline-block;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ border-radius: 8px;
|
|
|
+ border: 1px solid @staticMainColor;
|
|
|
+ background-color: @staticMainColor;
|
|
|
+ left: -10px;
|
|
|
+ top: 5px;
|
|
|
+ z-index: 1;
|
|
|
+}
|
|
|
+.anchors li:first-child i{
|
|
|
+ top:35px;
|
|
|
+}
|
|
|
+.anchors a {
|
|
|
+ display: inline-block;
|
|
|
+ position: relative;
|
|
|
+ top: 4px;
|
|
|
+ left: 0;
|
|
|
+ width: 126px;
|
|
|
+ padding: 0 0px 0 20px;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 400;
|
|
|
+ word-wrap: break-word;
|
|
|
+}
|
|
|
|
|
|
- .anchors .active i {
|
|
|
- width: 16px;
|
|
|
- height: 16px;
|
|
|
- top: 1px;
|
|
|
- left: -8px;
|
|
|
- border-radius: 0;
|
|
|
- border: none;
|
|
|
- background-color: #F5F6F7;
|
|
|
- background: url('../images/icon_current.png') center center no-repeat;
|
|
|
- }
|
|
|
+.anchors .active a {
|
|
|
+ /*color: #3B9ED0 !important;
|
|
|
+ font-weight: 700 !important;*/
|
|
|
+}
|
|
|
|
|
|
- a:visited {
|
|
|
- color: #777;
|
|
|
- }
|
|
|
+.anchors .active i {
|
|
|
+ width: 26px;
|
|
|
+ height: 16px;
|
|
|
+ top: 6px;
|
|
|
+ left: -14px;
|
|
|
+ border-radius: 0;
|
|
|
+ border: none;
|
|
|
+ background-color: #F5F6F7;
|
|
|
+ background: url('../images/icon_current.svg') center center no-repeat;
|
|
|
+}
|
|
|
.disCopy {
|
|
|
-webkit-touch-callout: none;
|
|
|
-webkit-user-select: none;
|
|
@@ -203,40 +218,27 @@
|
|
|
.tabBox{
|
|
|
position: relative;
|
|
|
background: #fff;
|
|
|
- height: 38px;
|
|
|
- border-bottom: 1px solid #E6E6E6;
|
|
|
- padding: 0 40px;
|
|
|
+ padding: 20px 40px 0;
|
|
|
}
|
|
|
.showWhich {
|
|
|
width: 94px;
|
|
|
text-align: center;
|
|
|
- padding-top: 16px;
|
|
|
- position: absolute;
|
|
|
- z-index: 20;
|
|
|
- bottom: -6px;
|
|
|
- img {
|
|
|
- width: 8px;
|
|
|
- position: absolute;
|
|
|
- top: 29px;
|
|
|
- left: 76px;
|
|
|
- }
|
|
|
+ padding: 30px 0 20px;
|
|
|
+ position: relative;
|
|
|
.showWhichSelect {
|
|
|
- border-radius: 4px 4px 0px 0px;;
|
|
|
- background: #E2F1F8;
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
display: inline-block;
|
|
|
+ color: @staticMainColor;
|
|
|
+ background: url("../images/d1.png") 100px 9px #EAFCFF no-repeat;
|
|
|
+ font-size: 16px;
|
|
|
+ padding:0 24px 0 9px;
|
|
|
width: 100%;
|
|
|
- padding-right: 20px;
|
|
|
- padding-left: 10px;
|
|
|
- box-sizing: border-box;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
ul {
|
|
|
display: none;
|
|
|
position: absolute;
|
|
|
left: -9px;
|
|
|
- top: 48px;
|
|
|
+ top: 52px;
|
|
|
z-index: 10;
|
|
|
background-color: #fff;
|
|
|
width: 110px;
|
|
@@ -257,25 +259,35 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .tabList{
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- left: 186px;
|
|
|
- }
|
|
|
- .tab{
|
|
|
- display: inline-block;
|
|
|
- padding: 4px 18px 5px;
|
|
|
- margin-right: 5px;
|
|
|
- background: #EEEEEE;
|
|
|
- border-radius:6px 6px 0px 0px;
|
|
|
- cursor: pointer;
|
|
|
- font-size: 14px;
|
|
|
- color: #333;
|
|
|
- }
|
|
|
- .activeTab{
|
|
|
- background: #3B9ED0;
|
|
|
- color: #fff;
|
|
|
+ .titleCont{
|
|
|
+ background: #fff;
|
|
|
+ padding-left: 39px;
|
|
|
+ padding-bottom: 20px;
|
|
|
}
|
|
|
+.titleCont .title{
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-right: 23px;
|
|
|
+}
|
|
|
+.tabList{
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+.tab{
|
|
|
+ display: inline-block;
|
|
|
+ padding: 0 5px;
|
|
|
+ margin-right: 20px;
|
|
|
+ background: #fff;
|
|
|
+ border-radius:2px;
|
|
|
+ cursor: pointer;
|
|
|
+ font-size: 11px;
|
|
|
+ color: #2A9BD5;
|
|
|
+ border:1px #2A9BD5 solid;
|
|
|
+ vertical-align: text-bottom;
|
|
|
+}
|
|
|
+.activeTab{
|
|
|
+ background: #2A9BD5;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
.ql-align-right{
|
|
|
text-align: right;
|
|
|
}
|
|
@@ -303,12 +315,23 @@
|
|
|
}
|
|
|
.open-win{
|
|
|
position: absolute;
|
|
|
- right: 15px;
|
|
|
- bottom: 8px;
|
|
|
+ right: 38px;
|
|
|
+ bottom: 28px;
|
|
|
cursor: pointer;
|
|
|
color: #3B9ED0;
|
|
|
font-size: 14px;
|
|
|
padding-left: 30px;
|
|
|
background: url("../images/link.png") 0 -2px no-repeat;
|
|
|
background-size: 25px 25px;
|
|
|
+}
|
|
|
+.footer{
|
|
|
+ width: 100%;
|
|
|
+ height: 100px;
|
|
|
+ background: #172238;
|
|
|
+ padding-top: 35px;
|
|
|
+ p{
|
|
|
+ color:#fff;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 12px;
|
|
|
+ }
|
|
|
}
|