* { margin: 0; padding: 0; } ul, li { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } body { font-size: 14px; overflow-y: scroll; font-family: '微软雅黑', '宋体'; background: #dde2ea; height: 100%; color: #1E1E1E; line-height: 21px; } h1 { margin: 0 0px 30px 0px !important; font-size: 28px !important; line-height: 37px; padding: 0 0 0 20px; } .titleH2 { font-size: 22px; position: absolute; background: #fff; padding-right: 6px; font-weight: bold; } .content { position: relative; height: 550px; } .infoBox { border-left: 1px solid #969C9F; padding: 0 0 0 33px; margin: 0 0 20px 0; } .infoWrapper { padding: 0 0 0 20px; } .circleBox { position: absolute; z-index: 10; background: #fff; left: -40px; height: 32px; top: -1px; } .circle { display: inline-block; width: 12px; height: 12px; 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; height: 24px; margin: 0 0 13px; } .line { border-bottom: 1px dashed #ccc; } .container { width: 80%; overflow: hidden; background: #fff; margin: 0 auto; padding: 43px 0 30px 20px; } pre { white-space: pre-wrap; word-wrap: break-word; color: #1E1E1E; } .anchors { width: 200px; position: absolute; right:15px; top: 0; margin-right: 14px; overflow: auto; height: 100%; } .anchors ul { padding: 15px 20px; border-radius: 4px; border: 1px solid #F5F6F7; background-color: #F5F6F7; line-height: 17px; } .anchors li { position: relative; border-left: 2px solid #E0E2E3; } .anchors .anchor-line { height: 20px; width: 0; border-left: 2px solid #E0E2E3; } .anchors .anchor-line:last-child { display: none; } .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 a { display: inline-block; position: relative; top: 0; left: 0; width: calc(100% - 20px); padding-left: 20px; text-decoration: none; font-size: 14px; font-weight: 400; color: #777; word-wrap: break-word; } .anchors .active a { color: #3B9ED0 !important; font-weight: 700 !important; } .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; } a:visited { color: #777; } .disCopy { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }