@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; } body { font-size: 14px; overflow-y: hidden; font-family: '微软雅黑', '宋体'; background: #dde2ea; height: 100%; color: #1E1E1E; line-height: 21px; } h1 { margin: 0 0px 15px 0px !important; font-size: 18px !important; /*line-height: 37px;*/ padding: 0 0 0 40px; } .titleH2 { font-size: 18px; position: relative; background: #fff; padding-right: 6px; padding-left: 15px; font-weight: bold; border-left: 4px solid @staticMainColor; } .content { position: relative; height: 550px; } .infoBox { } .infoWrapper { padding: 0 0 0 40px; } .circleBox { position: absolute; z-index: 10; background: #fff; left: -38px; height: 32px; top: -1px; } .circle { display: inline-block; *display:inline; *zoom:1; width: 10px; height: 10px; border-radius: 50%; background: #3B9ED0; position: relative; top: 2px; } .infos { height: 100%; overflow-y: auto; padding: 0 60px 0 0; } .infos>div { margin-right: 160px; } .title { position: relative; line-height: 24px; margin: 0 0 4px; } .line { border-bottom: 1px dashed #ccc; } .container { width:100%; overflow: hidden; background: #fff; margin: 0 auto; padding: 8px 0 0px 0px; display: none; position: relative; left: 0; right: 0; } pre { white-space: pre-wrap; word-wrap: break-word; color: #1E1E1E; ol li { list-style: decimal; list-style-position:inside; } ul { padding-left: 20px; li { list-style-position:inside; list-style: inside; } } } .anchors { width: 210px; position: absolute; right:15px; top: 0; margin-right: 14px; overflow: auto; background-color: #EDFAFF; padding: 25px 0; /*height: 100%;*/ } .anchors ul { margin-left: 30px; padding: 15px 0px 15px 20px; border-radius: 4px; border: 1px solid #EDFAFF; /*background-color: #EDFAFF;*/ line-height: 19px; } .anchors li { position: relative; border-left: 1px solid #8DD1EE; } .anchors li:first-child { padding-top:30px } .anchors .anchor-line { height: 30px; width: 0; border-left: 1px solid #8DD1EE; } .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 a { /*color: #3B9ED0 !important; font-weight: 700 !important;*/ } .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; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .tabBox{ position: relative; background: #fff; padding: 20px 40px 0; } .showWhich { width: 94px; text-align: center; padding: 30px 0 20px; position: relative; .showWhichSelect { 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%; cursor: pointer; } ul { display: none; position: absolute; left: -9px; top: 52px; z-index: 10; background-color: #fff; width: 110px; box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.18); border-radius: 4px; border: 1px solid #E6E6E6; li { height: 35px; line-height: 35px; white-space: nowrap;/*强制在一行显示*/ text-overflow:ellipsis;/*设置超出内容显示...*/ overflow: hidden;/*一定不能少 超出的内容进行隐藏*/ padding:0 20px; cursor: pointer; &:hover { background-color: #E2F1F8; } } } } .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; } .ql-align-center{ text-align: center; } .ellipsis{ white-space: nowrap;/*强制在一行显示*/ text-overflow:ellipsis;/*设置超出内容显示...*/ overflow: hidden;/*一定不能少 超出的内容进行隐藏*/ } .empty{ text-align: center; margin-top: 32vh; img{ width: 140px; height: 75px; } p{ margin-top: 10px; font-size: 15px; color: #aaa; } } .open-win{ position: absolute; 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; } }