123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- * {
- 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;
- }
|