Blame view

css/libCss/common.css 9.32 KB
35ad5bba   liuqimichale   init
1
2
  body{
      position: relative;
dc1e71af   liuqimichale   首页 头部
3
      background-color: #eef1f5;
35ad5bba   liuqimichale   init
4
5
  }
  body,html{
989939f7   liuqimichale   首页 main
6
      /*overflow: hidden;*/
35ad5bba   liuqimichale   init
7
8
9
      width: 100%;
      height: 100%;
  }
dc1e71af   liuqimichale   首页 头部
10
11
12
13
14
  ul,li,ol{
      padding-left: 0;
      margin-bottom: 0!important;
      list-style: none;
  }
989939f7   liuqimichale   首页 main
15
16
17
18
19
20
21
22
23
24
25
26
  .display-none{
      display: none;
  }
  .float-left{
      float: left;
  }
  .float-right{
      float: right;
  }
  .marginright32{
      margin-right: 32px;
  }
45f60373   liuqimichale   index main
27
28
29
  .boder-raduis5{
      border-radius: 5px;
  }
de45b5c3   liuqimichale   index 总接口数
30
31
32
  .border-bottom1{
     border-bottom: 1px solid #e5e5e5;
  }
d21ed390   liuqimichale   Merge branch 'bra...
33
  input,button,select,textarea{outline:none;}
dc1e71af   liuqimichale   首页 头部
34
  /*头部--------------------------------------------------*/
35ad5bba   liuqimichale   init
35
  header{
989939f7   liuqimichale   首页 main
36
      min-width: 1400px;
dc1e71af   liuqimichale   首页 头部
37
      height: 80px;
35ad5bba   liuqimichale   init
38
      width: 100%;
dc1e71af   liuqimichale   首页 头部
39
      background-color: #fff;
989939f7   liuqimichale   首页 main
40
      box-shadow: 0 1px 10px 0 rgba(50,50,50,.2);
35ad5bba   liuqimichale   init
41
  }
bb52347d   liuqimichale   首页 头部
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
  .java-logo{
      height: 80px;
      display: inline-block;
      background: url("../../image/java-logo.png") no-repeat 47px center;
  }
  .java-title{
      display: inline-block;
      height: 80px;
      width: 167px;
      margin-left: 101px;
      background: url("../../image/java-title.png") no-repeat 0px center;
  }
  .java-loginout{
      cursor: pointer;
      float: right;
      width: 27px;
      height: 28px;
      background: url("../../image/pladata_close.png") no-repeat;
      margin-top: 26px;
      margin-right: 32px;
  }
dc1e71af   liuqimichale   首页 头部
63
  /*左侧栏--------------------------------------------------*/
2498b302   liuqimichale   index main
64
65
66
67
68
  .main-wrap{
     min-width: 1400px;
      overflow-x: scroll;
      height: calc(100% - 80px);
  }
35ad5bba   liuqimichale   init
69
  nav{
dc1e71af   liuqimichale   首页 头部
70
      width: 200px;
35ad5bba   liuqimichale   init
71
      height: 100%;
dc1e71af   liuqimichale   首页 头部
72
73
  }
  .nav-ul{
989939f7   liuqimichale   首页 main
74
      box-shadow: 1px 0 10px 0 rgba(50,50,50,.2);
dc1e71af   liuqimichale   首页 头部
75
      background-color: #fff;
e676363c   liuqimichale   首页 头部
76
      height: 100%;
35ad5bba   liuqimichale   init
77
  }
989939f7   liuqimichale   首页 main
78
79
80
81
82
83
  .nav-ul li{
      height: 120px;
      line-height: 120px;
      text-align: center;
      color: #1f2b3d;
      font-size: 20px;
64d81490   liuqimichale   index api 查看详情事件
84
      cursor: pointer;
989939f7   liuqimichale   首页 main
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
  }
  .nav-ul li:nth-of-type(1){
      box-shadow: 0 1px 10px 0 rgba(50,50,50,.2);
      background-color: #f9f9f9;
  }
  .nav-ul li:nth-of-type(2){
      background-color: #fff;
  }
  .nav-ul li:nth-of-type(3){
      background-color: #f9f9f9;
  }
  .nav-ul li:nth-of-type(4){
      background-color: #fff;
  }
  .nav-ul li:hover{
      background-color: rgba(38,190,150,.1);
  }
  .nav-ul li.visitActive{
      background-color: #2abb9b;
      color: #fff;
  }
dc1e71af   liuqimichale   首页 头部
106
  /*内容--------------------------------------------------*/
35ad5bba   liuqimichale   init
107
  section{
989939f7   liuqimichale   首页 main
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
  
      overflow-x: auto;
      overflow-y: auto;
      height: calc(100% - 80px);
      height: -webkit-calc(100% - 80px);
      height: -moz-calc(100% - 80px);
      width:calc(100% - 200px);
      width:-webkit-calc(100% - 200px);
      width:-moz-calc(100% - 200px);
  }
  .section-wrap{
      padding: 18px 32px 0;
  }
  .link-div{
      margin-left: -10px;
  }
  .link-div span{
      width: 176px;
      height: 57px;
      display: inline-block;
      text-align: center;
      line-height: 42px;
      font-size: 18px;
      color: #fff;
      cursor: pointer;
  }
90ba4633   liuqimichale   index api 列表
134
135
136
137
  /*.link-div span:nth-of-type(1){*/
      /*background:url("../../image/link-div-1.png");*/
  /*}*/
  .link-div span{
989939f7   liuqimichale   首页 main
138
139
      background:url("../../image/link-div-2.png");
  }
90ba4633   liuqimichale   index api 列表
140
141
142
  .link-div span.linkActive{
      background:url("../../image/link-div-1.png");
  }
989939f7   liuqimichale   首页 main
143
144
145
146
147
148
149
150
151
152
153
  .link-con-left{
      padding-right: 32px;
      width: 734px;
      box-sizing: content-box;
  }
  .link-con-left-wrap{
      width: 351px;
      height: 245px;
      background-color: #fff;
      float: left;
  }
de45b5c3   liuqimichale   index 总接口数
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
  .link-con-bottom-wrap{
      width: 734px;
      background-color: #fff;
      height: 304px;
      margin-top: 32px;
  }
  .link-con-title{
      height: 46px;
      padding-left: 24px;
      line-height: 46px;
  }
  .link-con-title span{
      padding-left: 11px;
      border-left: 3px solid #2abb9b;
      color: #000;
      font-size: 16px;
  }
  .link-con-main{
      height: 198px;
  }
  .link-con-main-1{
      position: relative;
      text-align: center;
      background: url("../../image/link-con-main-1.png") no-repeat center center;
  }
  .circle-animation{
      position: absolute;
85c09b4e   liuqimichale   index 调用排行榜
181
182
183
184
185
186
187
188
      width: 180px;
      height: 180px;
      background: url(../../image/circle-animation.png) no-repeat 0 0;
      top: 9px;
      left: 85px;
      animation: circle 5s infinite linear;
      -webkit-animation: circle 5s infinite linear;
      -moz-animation: circle 5s infinite linear;
de45b5c3   liuqimichale   index 总接口数
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
  }
  @keyframes circle{
      0%{ transform:rotate(0deg); }
      100%{ transform:rotate(360deg); }
  }
  @-webkit-keyframes circle{
      0%{ transform:rotate(0deg); }
      100%{ transform:rotate(360deg); }
  }
  @-moz-keyframes circle{
      0%{ transform:rotate(0deg); }
      100%{ transform:rotate(360deg); }
  }
  .link-con-main-1 span{
      display: inline-block;
      width: 100%;
  }
  .link-con-main-1 span:nth-of-type(1){
      font-size: 52px;
      color: #1f2b3d;
      padding-top: 50px;
  }
  .link-con-main-2{
      background: url("../../image/link-con-main-2.png") no-repeat center center;
  }
  .link-con-main-2 span{
      display: inline-block;
      width: 100%;
      text-align: center;
      color: #fff;
  }
  .link-con-main-2 span:nth-of-type(1){
      font-size: 52px;
      padding-top: 50px;
  }
79843366   liuqimichale   index echarts
224
225
226
227
228
  .echart-main{
      width: 734px;
      height:258px ;
      padding: 24px 0  24px 24px ;
  }
989939f7   liuqimichale   首页 main
229
230
  .link-con-right{
      width: 336px;
de45b5c3   liuqimichale   index 总接口数
231
232
      height: 581px;
      background-color: #fff;
b18a7db4   liuqimichale   index main
233
  }
99106785   liuqimichale   index 调用排行榜
234
235
  .ranking-list{
      height: 534px;
85c09b4e   liuqimichale   index 调用排行榜
236
      background-color: #f9f9f9;
a98b654f   liuqimichale   index 调用排行榜
237
238
      overflow-y: scroll;
      overflow-x: hidden;
99106785   liuqimichale   index 调用排行榜
239
240
  }
  .ranking-list li{
85c09b4e   liuqimichale   index 调用排行榜
241
242
243
      padding-left: 24px;
      height: 56px;
      line-height: 56px;
b18a7db4   liuqimichale   index main
244
  
99106785   liuqimichale   index 调用排行榜
245
  }
85c09b4e   liuqimichale   index 调用排行榜
246
247
248
249
250
251
252
253
254
255
256
257
258
259
  .ranking-list li:nth-of-type(odd){
      background-color: #fff;
  }
  .ranking-list li div:nth-of-type(1){
      float: left;
      width:42px;
      height: 56px;
      margin-right: 12px;
      background: url("../../image/ranking-icon.png") no-repeat 0 14px;
      color: #fff;
      font-size: 16px;
      text-align: center;
      vertical-align:text-top;
  }
a98b654f   liuqimichale   index 调用排行榜
260
261
262
263
264
265
266
267
268
  .ranking-list li:nth-of-type(1) div:nth-of-type(1){
      background: url("../../image/ranking-icon-1.png") no-repeat center 11px;
  }
  .ranking-list li:nth-of-type(2) div:nth-of-type(1){
      background: url("../../image/ranking-icon-2.png") no-repeat center 11px;
  }
  .ranking-list li:nth-of-type(3) div:nth-of-type(1){
      background: url("../../image/ranking-icon-3.png") no-repeat center 11px;
  }
85c09b4e   liuqimichale   index 调用排行榜
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
  .ranking-list li div:nth-of-type(2){
      color: #1f2b3d;
      float: left;
      width: 200px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 14px;
      margin-right: 10px;
  }
  .ranking-list li div:nth-of-type(3){
      color: #1f2b3d;
      font-size: 14px;
      float: left;
  }
b0fa87e9   liuqimichale   index api 列表
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
  /*API别表----------------------------------------*/
  .list-con-title{
      height: 44px;
      line-height: 44px;
      background-color: #f6f6f6;
      width: 1092px;
  }
  .list-con-title li{
      padding-left: 24px;
      color: #1f2b3d;
      font-size: 14px;
  
  }
  .list-con-title li:nth-of-type(1){
      width: 658px;
  }
  .list-con-title li:nth-of-type(2){
      width: 434px;
  }
  .list-con-wrap{
      width: 1092px;
      height: 537px;
      overflow-y: scroll;
  }
  
  .list-con-wrap li{
      height: 40px;
      line-height: 40px;
      background-color: #fff;
      border-bottom: 1px solid #e5e5e5;
      font-size: 14px;
  }
  
  .list-con-wrap li div:nth-of-type(1){
      width: 658px;
      padding-left: 24px;
      border-right: 1px solid #e5e5e5;
      color: #108ee9;
  }
  .list-con-wrap li div:nth-of-type(1) span{
      cursor: pointer;
  }
  .list-con-wrap li div:nth-of-type(2){
      width: 434px;
      padding-left: 24px;
      color: #888990;
  }
e3d15e5e   liuqimichale   index api 详情
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
  /*API详情----------------------------------------*/
  .list-detail-wrap{
      height: 581px;
      overflow-y: scroll;
  }
  .list-detail-title{
      font-size: 20px;
      margin: 24px 0 12px 0;
      color: #000;
  }
  .list-detail-des{
      font-size: 13px;
      color: #626c72;
  }
  /*url*/
  .list-detail-url{
      font-weight: 500;
      background-color: #f6f6f6;
      height: 44px;
      line-height: 44px;
      color: #626c72;
      font-size:14px ;
  }
  .list-detail-url li:nth-of-type(1){
      padding-left: 24px;
      width: 200px;
  }
  .list-detail-url li:nth-of-type(2){
      padding-left: 24px;
  }
  .list-detail-url-wrap{
      background-color: #fff;
      color: #888990;
      font-size: 12px;
  }
  .list-detail-url-wrap li{
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #e5e5e5;
  }
  .list-detail-url-wrap li div:nth-of-type(1){
      width: 200px;
      padding-left: 24px;
      border-right: 1px solid #e5e5e5;
  }
  .list-detail-url-wrap li div:nth-of-type(2){
      padding-left: 24px;
  }
  /*请求参数*/
  .list-detail-parameter{
      height: 44px;
      line-height: 44px;
      background-color: #f6f6f6;
      font-size: 14px;
      color: #626c72;
      font-weight: 500;
  }
  .list-detail-parameter li{
      padding-left: 24px;
  }
b0fa87e9   liuqimichale   index api 列表
391
  
e3d15e5e   liuqimichale   index api 详情
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
  .list-detail-parameter li:nth-of-type(1),.list-detail-parameter li:nth-of-type(2),.list-detail-parameter li:nth-of-type(3){
      width: 200px;
  }
  .list-detail-parameter-wrap li{
      height: 40px;
      line-height: 40px;
      background-color: #fff;
      color: #888990;
      font-size: 12px;
      border-bottom: 1px solid #e5e5e5;
  }
  .list-detail-parameter-wrap li div:nth-of-type(1) ,.list-detail-parameter-wrap li div:nth-of-type(2),.list-detail-parameter-wrap li div:nth-of-type(3){
      width: 200px;
      border-right: 1px solid #e5e5e5;
      padding-left: 24px;
  }
  .list-detail-parameter-wrap li div:nth-of-type(4) {
      padding-left: 24px;
  }
  /*请求类型*/
  .list-detail-type{
      height: 44px;
      line-height: 44px;
      background-color: #f6f6f6;
      color: #626c72;
      font-weight: 500;
  }
  .list-detail-type li{
      padding-left: 24px;
  }
  .list-detail-type li:nth-of-type(1),.list-detail-type li:nth-of-type(2){
      width: 200px;
  }
  .list-detail-type-wrap li{
      height: 40px;
      line-height: 40px;
      background-color: #fff;
      font-size: 12px;
      border-bottom:  1px solid #e5e5e5;
      color: #888990;
  }
  .list-detail-type-wrap li div{
      padding-left: 24px;
  }
  .list-detail-type-wrap li div:nth-of-type(1),.list-detail-type-wrap li div:nth-of-type(2){
      border-right: 1px solid #e5e5e5;
      width: 200px;
  }
b0fa87e9   liuqimichale   index api 列表