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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
.nav-ul li{
height: 120px;
line-height: 120px;
text-align: center;
color: #1f2b3d;
font-size: 20px;
}
.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
首页 头部
|
105
|
/*内容--------------------------------------------------*/
|
35ad5bba
liuqimichale
init
|
106
|
section{
|
989939f7
liuqimichale
首页 main
|
107
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
|
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 列表
|
133
134
135
136
|
/*.link-div span:nth-of-type(1){*/
/*background:url("../../image/link-div-1.png");*/
/*}*/
.link-div span{
|
989939f7
liuqimichale
首页 main
|
137
138
|
background:url("../../image/link-div-2.png");
}
|
90ba4633
liuqimichale
index api 列表
|
139
140
141
|
.link-div span.linkActive{
background:url("../../image/link-div-1.png");
}
|
989939f7
liuqimichale
首页 main
|
142
143
144
145
146
147
148
149
150
151
152
|
.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 总接口数
|
153
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
|
.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 调用排行榜
|
180
181
182
183
184
185
186
187
|
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 总接口数
|
188
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
|
}
@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
|
223
224
225
226
227
|
.echart-main{
width: 734px;
height:258px ;
padding: 24px 0 24px 24px ;
}
|
989939f7
liuqimichale
首页 main
|
228
229
|
.link-con-right{
width: 336px;
|
de45b5c3
liuqimichale
index 总接口数
|
230
231
|
height: 581px;
background-color: #fff;
|
b18a7db4
liuqimichale
index main
|
232
|
}
|
99106785
liuqimichale
index 调用排行榜
|
233
234
|
.ranking-list{
height: 534px;
|
85c09b4e
liuqimichale
index 调用排行榜
|
235
|
background-color: #f9f9f9;
|
a98b654f
liuqimichale
index 调用排行榜
|
236
237
|
overflow-y: scroll;
overflow-x: hidden;
|
99106785
liuqimichale
index 调用排行榜
|
238
239
|
}
.ranking-list li{
|
85c09b4e
liuqimichale
index 调用排行榜
|
240
241
242
|
padding-left: 24px;
height: 56px;
line-height: 56px;
|
b18a7db4
liuqimichale
index main
|
243
|
|
99106785
liuqimichale
index 调用排行榜
|
244
|
}
|
85c09b4e
liuqimichale
index 调用排行榜
|
245
246
247
248
249
250
251
252
253
254
255
256
257
258
|
.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 调用排行榜
|
259
260
261
262
263
264
265
266
267
|
.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 调用排行榜
|
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
|
.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;
}
|
b18a7db4
liuqimichale
index main
|
283
|
/*API别表----------------------------------------*/
|