@wibetter/json-editor 3.5.11 → 5.0.0

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,283 +0,0 @@
1
- @charset "utf-8";
2
-
3
- body {
4
- margin: 0;
5
- border-width: 0;
6
- padding: 0;
7
- font-family: PingFangSC-Regular;
8
- }
9
-
10
- div,
11
- dl,
12
- dt,
13
- dd,
14
- ul,
15
- ol,
16
- li,
17
- h1,
18
- h2,
19
- h3,
20
- h4,
21
- h5,
22
- h6,
23
- pre,
24
- code,
25
- form,
26
- fieldset,
27
- legend,
28
- input,
29
- textarea,
30
- p,
31
- blockquote,
32
- th,
33
- td,
34
- hr,
35
- i,
36
- button,
37
- article,
38
- aside,
39
- details,
40
- figcaption,
41
- figure,
42
- footer,
43
- header,
44
- hgroup,
45
- menu,
46
- nav,
47
- section {
48
- margin: 0;
49
- padding: 0;
50
- border-width: 0;
51
- font-family: PingFangSC-Regular;
52
- box-sizing: padding-box;
53
- -webkit-box-sizing: padding-box;
54
- -moz-box-sizing: padding-box;
55
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
56
- }
57
-
58
- body,
59
- button,
60
- input,
61
- select,
62
- textarea {
63
- font-size: 14px;
64
- line-height: 1.125;
65
- }
66
-
67
- [v-cloak] {
68
- display: none;
69
- }
70
-
71
- li,
72
- ul,
73
- ol {
74
- list-style: none;
75
- }
76
-
77
- a {
78
- text-decoration: none;
79
- }
80
-
81
- a:active {
82
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
83
- }
84
-
85
- sub,
86
- sup {
87
- line-height: 0;
88
- }
89
-
90
- table {
91
- border-collapse: collapse;
92
- border-spacing: 0;
93
- }
94
-
95
- li {
96
- list-style: none;
97
- }
98
-
99
- fieldset,
100
- img {
101
- border: 0;
102
- }
103
-
104
- input,
105
- textarea {
106
- outline-style: none;
107
- }
108
-
109
- input[type="text"],
110
- input[type="search"],
111
- input[type="password"] {
112
- -webkit-border-radius: 0;
113
- -moz-border-radius: 0;
114
- -o-border-radius: 0;
115
- border-radius: 0;
116
- }
117
-
118
- textarea {
119
- resize: none;
120
- }
121
-
122
- address,
123
- caption,
124
- cite,
125
- code,
126
- dfn,
127
- em,
128
- i,
129
- th,
130
- var {
131
- font-style: normal;
132
- font-weight: normal;
133
- }
134
-
135
- legend {
136
- color: #000;
137
- }
138
-
139
- abbr,
140
- acronym {
141
- border: 0;
142
- font-variant: normal;
143
- }
144
-
145
- a {
146
- text-decoration: none;
147
- outline: none;
148
- }
149
-
150
- a:hover {
151
- text-decoration: none;
152
- }
153
-
154
- .clearit {
155
- clear: both;
156
- height: 0;
157
- font-size: 0;
158
- overflow: hidden;
159
- }
160
-
161
- /* surface下viewport不生效的解决办法 */
162
- @media screen and (min-width: 767px) and (device-aspect-ratio: 16/9) {
163
- @-ms-viewport {
164
- zoom: 1;
165
- max-zoom: 1;
166
- min-zoom: 1;
167
- }
168
- }
169
-
170
- /* surface下IE10 点击链接,背景变色 */
171
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
172
- a {
173
- background-color: transparent;
174
- }
175
- }
176
-
177
- img {
178
- -ms-interpolation-mode: bicubic;
179
- image-rendering: optimizeQuality;
180
- }
181
-
182
- /* portrait:指定输出设备中的页面可见区域高度大于或等于宽度, landscape:横屏*/
183
- @media not screen and (orientation: landscape), not screen and (orientation: portrait) {
184
- body,
185
- button,
186
- input,
187
- select,
188
- textarea {
189
- font-family: 'Microsoft Yahei', 'Simsun';
190
- }
191
- }
192
-
193
- ::-moz-placeholder {
194
- color: #767676;
195
- }
196
-
197
- ::-webkit-input-placeholder {
198
- color: #767676;
199
- }
200
-
201
- :-ms-input-placeholder {
202
- color: #767676;
203
- }
204
-
205
- .cont-selected {
206
- display: block !important;
207
- }
208
-
209
- .hidden {
210
- visibility: hidden;
211
- }
212
-
213
- .ellipsis {
214
- overflow: hidden;
215
- white-space: nowrap;
216
- text-overflow: ellipsis;
217
- }
218
-
219
- .clearfix:after {
220
- content: ".";
221
- display: block;
222
- height: 0;
223
- visibility: hidden;
224
- clear: both;
225
- }
226
-
227
- .left {
228
- float: left;
229
- }
230
-
231
- .right {
232
- float: right;
233
- }
234
-
235
- .center {
236
- margin: 0 auto;
237
- }
238
-
239
- .text-center {
240
- text-align: center;
241
- }
242
-
243
- .text-right {
244
- text-align: right;
245
- }
246
-
247
- .text-left {
248
- text-align: left;
249
- }
250
-
251
- .no-border {
252
- border: none !important;
253
- }
254
-
255
- .click-event {
256
- cursor: pointer;
257
- }
258
-
259
- /* 增加iphoneX适配 */
260
- @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
261
- .ipx-fixed-bottom {
262
- bottom: 34px !important;
263
- }
264
-
265
- .ipx-fixed-top {
266
- top: 20px !important;
267
- }
268
-
269
- .ipx-margin-top {
270
- margin-top: 20px !important;
271
- }
272
-
273
- .ipx-margin-bottom {
274
- margin-bottom: 20px !important;
275
- }
276
-
277
- .ipx-height {
278
- height: 34px !important;
279
- }
280
- }
281
-
282
- /* 业务级公用代码 */
283
-
@@ -1 +0,0 @@
1
- .text-editor-box {background-repeat: no-repeat;width: 100%;margin: 0 auto;overflow-y: auto;}.text-editor-box em {font-style: italic;}.text-editor-box strong {font-weight: bolder;}.text-editor-box p {min-height: 16px;}.text-editor-box hr {border-top: solid 1px rgba(0, 0, 0, 0.1);}.text-editor-box ul, .text-editor-box ol {margin: 8px 0 16px 0;padding: 0;list-style-type: disc;list-style-position: inside;margin-block-start: 1.5em;margin-block-end: 1.5em;margin-inline-start: 0;margin-inline-end: 0;}.text-editor-box ul li, .text-editor-box ol li {display: list-item;}.text-editor-box ol {list-style-type: decimal;}.text-editor-box ol li {counter-reset: a;display: list-item;}.text-editor-box ul li {list-style-type: disc;}.text-editor-box h1, .text-editor-box h2, .text-editor-box h3, .text-editor-box h4, .text-editor-box h5, .text-editor-box h6 {margin: 0;padding: 0;color: inherit;font-weight: 500;}.text-editor-box h1 {font-size: 28px;}.text-editor-box h2 {font-size: 24px;}.text-editor-box h3 {font-size: 20px;}.text-editor-box h4 {font-size: 16px;}.text-editor-box h5 {font-size: 14px;}.text-editor-box h6 {font-size: 12px;}.text-editor-box blockquote {margin: 0 0 10px 0;padding: 15px 20px;background-color: #f1f2f3;border-left: solid 5px #ccc;color: #666;font-style: italic;}.text-editor-box pre {max-width: 100%;max-height: 100%;margin: 10px 0;padding: 15px;overflow: auto;background-color: #f1f2f3;border-radius: 3px;color: #666;font-family: monospace;font-size: 14px;font-weight: normal;line-height: 16px;word-wrap: break-word;white-space: pre-wrap;}.text-editor-box pre pre {margin: 0;padding: 0;}.text-editor-box table {border-top: 1px solid #f0f0f0;border-left: 1px solid #f0f0f0;}.text-editor-box table td {padding: 5px 8px;border-right: 1px solid #f0f0f0;border-bottom: 1px solid #f0f0f0;transition: background 0.3s;}
Binary file