* { margin: 0; padding: 0; } ul, li { list-style: none; } 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 25px 0px !important; font-size: 22px !important; line-height: 37px; padding: 0 0 0 40px; } .titleH2 { font-size: 16px; position: relative; background: #fff; padding-right: 6px; font-weight: bold; line-height: 30px; } .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 40px; } .circleBox { position: absolute; z-index: 10; background: #fff; left: -40px; height: 32px; top: -1px; } .circle { display: inline-block; 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 13px; } .line { border-bottom: 1px dashed #ccc; } .container { width:100%; overflow: hidden; background: #fff; margin: 0 auto; padding: 40px 0 30px 0px; display: none; position: relative; left: 0; right: 0; } 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 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 .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: 132px; padding: 0 0px 0 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; } .tabBox{ position: relative; background: #fff; height: 60px; border-bottom: 1px solid #E6E6E6; padding: 0 40px; } .tabList{ position: absolute; bottom: 0; } .tab{ display: inline-block; padding: 7px 18px; margin-right: 5px; background: #EEEEEE; border-radius:6px 6px 0px 0px; cursor: pointer; font-size: 14px; color: #333; } .activeTab{ background: #3B9ED0; color: #fff; }