1+ @charset "utf-8" ;
2+ * {
3+ color : rgba (255 , 255 , 255 , .7 );
4+ font-family : "consolas" , "Menlo" , "DejaVu Sans Mono" , "monaco" , "MonoSpace" , "courier new" , "微软雅黑" , "Microsoft Yahei" ;
5+ font-weight : 300 ;
6+ background-repeat : no-repeat;
7+ /*text-shadow:0px 1px 1px #DDD;*/
8+ -webkit-font-smoothing : antialiased;
9+ }
10+ ::selection { background-color : # 5B6B8545 ; }
11+ ::-moz-selection { background-color : # 5B6B8545 ; }
12+ ::-webkit-selection { background-color : # 5B6B8545 ; }
13+ hr {
14+ height : 1px ;
15+ border : none;
16+ margin : 10px ;
17+ border-top : solid 1px # 2b2b2b ;
18+ }
19+ body {
20+ margin : 0px ;
21+ position : relative;
22+ font-size : 14px ;
23+ background-color : # 343434 ;
24+ }
25+ h2 {
26+ margin : 0px 10px ;
27+ padding-left : 10px ;
28+ border-left : solid 5px # 0096C9 ;
29+ border-top : solid 1px # 2b2b2b ;
30+ border-bottom : solid 1px # 2b2b2b ;
31+ font-weight : bold;
32+ background-color : # 505050 ;
33+ height : 38px ;
34+ line-height : 38px ;
35+ }
36+ p {margin : 10px 25px ;}
37+ a {
38+ color : # 58b4e8 ;
39+ cursor : pointer;
40+ outline : none;
41+ text-decoration : none;
42+ }
43+ a : hover {
44+ color : # 58b4e8 ;
45+ outline-style : none;
46+ }
47+ table {
48+ margin : 20px ;
49+ color : rgba (255 , 255 , 255 , .7 );
50+ font-size : 12px ;
51+ border-spacing : 0px ;
52+ border-top : solid 1px # 1f1f1f ;
53+ border-left : solid 1px # 1f1f1f ;
54+ background-color : # 2b2b2b ;
55+ }
56+ td {
57+ padding : 5px 20px ;
58+ border-right : solid 1px # 1f1f1f ;
59+ border-bottom : solid 1px # 1f1f1f ;
60+ }
61+ pre {
62+ background-color : # 1a1a1a ;
63+ font-size : 12px ;
64+ overflow : auto;
65+ padding : 10px ;
66+ display : inline-block;
67+ margin-top : 0px ;
68+ min-width : 680px ;
69+ }
70+ .span_center {
71+ display : inline-block;
72+ background-color : # 0096c9 ;
73+ border-radius : 5px ;
74+ padding : 1px 5px ;
75+ color : white;
76+ font-size : 12px ;
77+ }
78+ .span_title {
79+ margin-left : 10px ;
80+ display : inline-block;
81+ background-color : dodgerblue;
82+ padding : 2px 10px ;
83+ /* border-radius: 5px; */
84+ font-size : 12px ;
85+ position : relative;
86+ height : 20pxpx ;
87+ line-height : 20px ;
88+ }
89+ .span_title : after {
90+ content : ' ' ;
91+ position : absolute;
92+ border-left : solid 13px # 2090ff ;
93+ border-top : solid 12px transparent;
94+ border-bottom : solid 12px transparent;
95+ right : -13px ;
96+ top : 0px ;
97+ }
98+ .span_property {
99+ color : white;
100+ font-size : 12px ;
101+ border-radius : 2px ;
102+ background-color : gray;
103+ padding : 1px 4px ;
104+ margin : 0px 4px ;
105+ }
106+ # div_body {
107+
108+ }
109+ # div_left {
110+ overflow : auto;
111+ height : 100% ;
112+ width : 220px ;
113+ position : fixed;
114+ background-color : # 343434 ;
115+ border-right : solid 1px black;
116+ }
117+ .ul_group_root a {
118+ color : gray;
119+ font-weight : 300px ;
120+ height : 30px ;
121+ line-height : 30px ;
122+ display : block;
123+ padding : 5px 15px ;
124+ transition : background-color .5s ;
125+ }
126+ .ul_group_root a : hover {
127+ color : white;
128+ background-color : deepskyblue;
129+ transition : background-color 0s ;
130+ }
131+ .ul_group_root , .ul_group_root ul {
132+ margin : 0px ;
133+ padding : 0px ;
134+ list-style : none;
135+ font-size : 12px ;
136+ background-color : # 1A1A1A ;
137+ }
138+ .a_node_root {
139+ color : gray;
140+ font-size : 14px ;
141+ padding : 5px ;
142+ display : block;
143+ background-color : # 343434 ;
144+ /*border-top:1px solid #1A1A1A;
145+ border-bottom:1px solid #1A1A1A;
146+ background-color:rgba(255,255,255,0.05);*/
147+ }
148+ .anchor_btn {
149+ transition : background-color 1s ;
150+ }
151+ .anchor_btn .active {
152+ color : white;
153+ background-color : # 0076A0 ;
154+ transition : background-color 0s ;
155+ }
156+ .li_node_sub {
157+ text-align : right;
158+ }
159+ # div_right {
160+ margin-left : 220px ;
161+ }
162+ # div_right a {
163+ color : white;
164+ margin : 2px ;
165+ padding : 1px 2px ;
166+ border-radius : 2px ;
167+ display : inline-block;
168+ font-size : 12px ;
169+ background-color : rgba (0 , 150 , 201 , .2 );
170+ border : solid 1px # 0096C9 ;
171+ }
172+ # div_right ul {
173+ list-style : none;
174+ margin : 5px ;
175+ padding : 0px 10px ;
176+ }
177+ # div_img_node {
178+ text-align : center;
179+ margin : 0px 10px ;
180+ background-color : black;
181+ }
182+ # div_img_node img {
183+ width : 50% ;
184+ max-width : 537px ;
185+ }
0 commit comments