File tree Expand file tree Collapse file tree 1 file changed +119
-31
lines changed Expand file tree Collapse file tree 1 file changed +119
-31
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ body {}
21
21
width : 100% ;
22
22
background-color : # f5f5f5 ;
23
23
z-index : 9999 ;
24
- padding : 15 px 10px ;
24
+ padding : 10 px 10px ;
25
25
position : fixed;
26
26
bottom : 0
27
27
}
@@ -82,7 +82,120 @@ body {}
82
82
padding-left : 15px
83
83
}
84
84
85
+ /* pre {
86
+ display: block;
87
+ padding: 10px;
88
+ margin: 0 0 10.5px;
89
+ font-size: 14px;
90
+ line-height: 1.42857143;
91
+ word-break: break-all;
92
+ word-wrap: break-word;
93
+ color: #333;
94
+ background-color: #f5f5f5;
95
+ border: 1px solid #ccc;
96
+ border-radius: 0
97
+ }
85
98
99
+ code {
100
+ font-size: 80%
101
+ }
102
+
103
+ #uploadconfig {
104
+ border-radius: 5px;
105
+ border: 1px solid #ddd;
106
+ padding: 10px;
107
+ width: 100%;
108
+ margin-bottom: 5px
109
+ }
110
+
111
+ .panel-heading-sm {
112
+ height: 28px;
113
+ padding: 5px 10px
114
+ }
115
+
116
+ .panel-body-sm {
117
+ padding: 5px 10px
118
+ }
119
+
120
+ .file-preview-thumbnails {
121
+ max-height: 1000px;
122
+ overflow: overlay
123
+ }
124
+
125
+ fieldset {
126
+ border: 1px solid rgba(0, 0, 0, .125);
127
+ padding: 15px 20px;
128
+ }
129
+
130
+ legend {
131
+ font-size: 14px;
132
+ font-weight: 700;
133
+ color: #232323;
134
+ padding-left: 8px;
135
+ padding-right: 8px;
136
+ margin-bottom: 0;
137
+ border-bottom: 0;
138
+ width: inherit
139
+ }
140
+
141
+ fieldset legend img {
142
+ vertical-align: middle;
143
+ line-height: 16px;
144
+ height: 16px;
145
+ padding-right: 5px
146
+ }
147
+
148
+ .padding10 {
149
+ padding-left: 10px
150
+ }
151
+
152
+ .tab-content {
153
+ border-left: 1px solid #ddd;
154
+ border-right: 1px solid #ddd
155
+ }
156
+
157
+ .dlinput_header {
158
+ font-size: 11px;
159
+ margin-top: 10px
160
+ }
161
+
162
+ .accepr_box {
163
+ margin-bottom: 130px
164
+ }
165
+
166
+ .content-box {
167
+ background-color: #c4e3ff;
168
+ padding: 10px;
169
+ margin-top: 20px;
170
+ border: 1px solid #a6cef3;
171
+ border-radius: 3px;
172
+ padding: 10px 20px
173
+ }
174
+
175
+ .content-box::before {
176
+ font-size: 100px
177
+ }
178
+
179
+ .content-box span {
180
+ padding: 5px;
181
+ margin-right: 20px;
182
+ color: #2b557c
183
+ }
184
+
185
+ .content-box a {
186
+ color: #155724;
187
+ background-color: #90caff;
188
+ border-radius: 3px;
189
+ margin: 0 5px;
190
+ font-size: 14px;
191
+ padding: 2px 9px;
192
+ text-decoration: none;
193
+ transition: .3s all ease
194
+ }
195
+
196
+ .content-box a:hover {
197
+ background-color: #78bfff
198
+ } */
86
199
87
200
88
201
.fixed-top {
@@ -93,6 +206,11 @@ body {}
93
206
}
94
207
95
208
209
+ /* main {
210
+ padding-left: 2rem;
211
+ padding-right: 2rem;
212
+ } */
213
+
96
214
main [x-cloak ] {
97
215
opacity : 0 ;
98
216
}
@@ -214,33 +332,3 @@ button.loading::before {
214
332
}
215
333
216
334
217
- main {
218
- flex-grow : 1 ;
219
- display : flex;
220
- flex-direction : column;
221
- align-items : center;
222
- justify-content : center;
223
- }
224
-
225
- h1 {
226
- color : # 0055b8 ;
227
- font-size : 4rem ;
228
- margin-top : 80px ;
229
- }
230
-
231
-
232
- main p {
233
- color : # 888 ;
234
- font-size : 1.5rem ;
235
- line-height : 1.5 ;
236
- max-width : 600px ;
237
- padding : 0 20px ;
238
- text-align : center;
239
- }
240
-
241
-
242
- /* main p {
243
- color: red;
244
- font-size: 14px;
245
- } */
246
-
You can’t perform that action at this time.
0 commit comments