anncic-api 3.4.2 → 3.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,128 +1,128 @@
1
- iframe{
2
- width: 100%;
3
- height: 1200px;
4
- }
5
- .span-method{
6
- width: 50px;
7
- float: right;
8
- display: block;
9
- color:lightgrey;
10
- }
11
- .span-time{
12
- float:right;
13
- color: lightgrey;
14
- }
15
- .a_clicked {
16
- border: 3px dotted blue!important;
17
- }
18
- .star_type_list{
19
- margin:10px 0;
20
- }
21
- .btn_del{
22
- position: absolute;
23
- left: 0px;
24
- top: 2px;
25
- cursor: pointer;
26
- font-size: 19px;
27
- color: gray;
28
- }
29
- .btn_del:hover{
30
- color: black;
31
- }
32
- #div_apilist .panel{
33
- border-radius: 0px;
34
- }
35
- #div_apilist .panel-heading{
36
- position: relative;
37
- }
38
- #list_api_btns{
39
- padding-top: 10px;
40
- }
41
- #div_apilist .panel .panel-title > a {
42
- position: relative;
43
- }
44
- #div_switchgroup .badge , #div_apilist .panel-heading .badge {
45
- position: absolute;
46
- top: -10px;
47
- z-index: 2;
48
- background-color: white;
49
- left: -8px;
50
- color: gray;
51
- }
52
- #div_apilist .panel-heading .badge {
53
- top: 0px;
54
- left: 0px;
55
- position: relative;
56
- }
57
- #div_apilist .panel-collapse {
58
- position: relative;
59
- }
60
- #div_switchgroup .badge-soon , #div_apilist .panel-heading .badge-soon {
61
- color:red;
62
- }
63
- #div_switchgroup .badge-today , #div_apilist .panel-heading .badge-today {
64
- color:red;
65
- }
66
- #div_switchgroup .badge-yesterday , #div_apilist .panel-heading .badge-yesterday {
67
- color:#E66A6A;
68
- }
69
- #div_switchgroup .badge-beforeyester , #div_apilist .panel-heading .badge-beforeyester {
70
- color:#A26F6F;
71
- }
72
- #main{
73
- margin: 0 auto;
74
- }
75
- #div_form{
76
- padding: 0 30px;
77
- }
78
- #prefixs_list{
79
- padding-left: 15px;
80
- }
81
-
82
- #prefixs_list label+label{
83
- padding-left: 5px;
84
- }
85
-
86
- #div_switchgroup{
87
- overflow: auto;
88
- padding-left: 15px;
89
- }
90
- #switch_examples{
91
- display: inline-flex;
92
- }
93
- #div_apilist{
94
- height: calc(100vh - 60px);
95
- border: 1px solid gray;
96
- overflow: auto;
97
- }
98
- #div_headerfield
99
- {
100
- height: calc(100vh - 252px);
101
- border: 1px solid gray;
102
- overflow: auto;
103
- padding: 0 20px;
104
- }
105
- #div_headerfield>.form-group{
106
- margin:0 0 15px 0;
107
- }
108
- #div_json_view{
109
- width: 100%;
110
- height: calc(100vh - 100px);
111
- border: 1px solid gray;
112
- overflow: auto;
113
- }
114
- #textarea_results{
115
- width:100%;
116
- height: calc(100vh - 100px);
117
- }
118
- #btn_test_url{
119
- margin: 10px;
120
- }
121
- #input_search{
122
- /*border-radius: 0 4px 4px 0;*/
123
- width: 100px;
124
- }
125
- #list_api_btns tr:hover td{
126
- background-color: #E0E0E0!important;
127
- border-color: #E0E0E0!important;
128
- }
1
+ iframe{
2
+ width: 100%;
3
+ height: 1200px;
4
+ }
5
+ .span-method{
6
+ width: 50px;
7
+ float: right;
8
+ display: block;
9
+ color:lightgrey;
10
+ }
11
+ .span-time{
12
+ float:right;
13
+ color: lightgrey;
14
+ }
15
+ .a_clicked {
16
+ border: 3px dotted blue!important;
17
+ }
18
+ .star_type_list{
19
+ margin:10px 0;
20
+ }
21
+ .btn_del{
22
+ position: absolute;
23
+ left: 0px;
24
+ top: 2px;
25
+ cursor: pointer;
26
+ font-size: 19px;
27
+ color: gray;
28
+ }
29
+ .btn_del:hover{
30
+ color: black;
31
+ }
32
+ #div_apilist .panel{
33
+ border-radius: 0px;
34
+ }
35
+ #div_apilist .panel-heading{
36
+ position: relative;
37
+ }
38
+ #list_api_btns{
39
+ padding-top: 10px;
40
+ }
41
+ #div_apilist .panel .panel-title > a {
42
+ position: relative;
43
+ }
44
+ #div_switchgroup .badge , #div_apilist .panel-heading .badge {
45
+ position: absolute;
46
+ top: -10px;
47
+ z-index: 2;
48
+ background-color: white;
49
+ left: -8px;
50
+ color: gray;
51
+ }
52
+ #div_apilist .panel-heading .badge {
53
+ top: 0px;
54
+ left: 0px;
55
+ position: relative;
56
+ }
57
+ #div_apilist .panel-collapse {
58
+ position: relative;
59
+ }
60
+ #div_switchgroup .badge-soon , #div_apilist .panel-heading .badge-soon {
61
+ color:red;
62
+ }
63
+ #div_switchgroup .badge-today , #div_apilist .panel-heading .badge-today {
64
+ color:red;
65
+ }
66
+ #div_switchgroup .badge-yesterday , #div_apilist .panel-heading .badge-yesterday {
67
+ color:#E66A6A;
68
+ }
69
+ #div_switchgroup .badge-beforeyester , #div_apilist .panel-heading .badge-beforeyester {
70
+ color:#A26F6F;
71
+ }
72
+ #main{
73
+ margin: 0 auto;
74
+ }
75
+ #div_form{
76
+ padding: 0 30px;
77
+ }
78
+ #prefixs_list{
79
+ padding-left: 15px;
80
+ }
81
+
82
+ #prefixs_list label+label{
83
+ padding-left: 5px;
84
+ }
85
+
86
+ #div_switchgroup{
87
+ overflow: auto;
88
+ padding-left: 15px;
89
+ }
90
+ #switch_examples{
91
+ display: inline-flex;
92
+ }
93
+ #div_apilist{
94
+ height: calc(100vh - 60px);
95
+ border: 1px solid gray;
96
+ overflow: auto;
97
+ }
98
+ #div_headerfield
99
+ {
100
+ height: calc(100vh - 252px);
101
+ border: 1px solid gray;
102
+ overflow: auto;
103
+ padding: 0 20px;
104
+ }
105
+ #div_headerfield>.form-group{
106
+ margin:0 0 15px 0;
107
+ }
108
+ #div_json_view{
109
+ width: 100%;
110
+ height: calc(100vh - 100px);
111
+ border: 1px solid gray;
112
+ overflow: auto;
113
+ }
114
+ #textarea_results{
115
+ width:100%;
116
+ height: calc(100vh - 100px);
117
+ }
118
+ #btn_test_url{
119
+ margin: 10px;
120
+ }
121
+ #input_search{
122
+ /*border-radius: 0 4px 4px 0;*/
123
+ width: 100px;
124
+ }
125
+ #list_api_btns tr:hover td{
126
+ background-color: #E0E0E0!important;
127
+ border-color: #E0E0E0!important;
128
+ }