Skip to content

Commit 2af25fd

Browse files
author
hikki
committed
配色
1 parent 8e8462e commit 2af25fd

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

resources/assets/component.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@
219219
height: 18px;
220220
line-height: 26px;
221221
}
222+
.plane-header>.dlp-submit-btn:hover{
223+
background: #000000;
224+
border-radius: 50%;
225+
}
222226

223227
.dlp-contextmenu{
224228
list-style:none;
@@ -299,31 +303,31 @@
299303
.dlp-loader-line-wrap:nth-child(5) { animation-delay: -250ms; }
300304

301305
.dlp-loader-line-wrap:nth-child(1) .dlp-loader-line {
302-
border-color: hsl(0, 80%, 60%);
306+
border-color: hsl(0, 0%, 25%);
303307
height: 90px;
304308
width: 90px;
305309
top: 7px;
306310
}
307311
.dlp-loader-line-wrap:nth-child(2) .dlp-loader-line {
308-
border-color: hsl(60, 80%, 60%);
312+
border-color: hsl(0, 0%, 35%);
309313
height: 76px;
310314
width: 76px;
311315
top: 14px;
312316
}
313317
.dlp-loader-line-wrap:nth-child(3) .dlp-loader-line {
314-
border-color: hsl(120, 80%, 60%);
318+
border-color: hsl(0, 0%, 55%);
315319
height: 62px;
316320
width: 62px;
317321
top: 21px;
318322
}
319323
.dlp-loader-line-wrap:nth-child(4) .dlp-loader-line {
320-
border-color: hsl(180, 80%, 60%);
324+
border-color: hsl(0, 0%, 75%);
321325
height: 48px;
322326
width: 48px;
323327
top: 28px;
324328
}
325329
.dlp-loader-line-wrap:nth-child(5) .dlp-loader-line {
326-
border-color: hsl(240, 80%, 60%);
330+
border-color: hsl(0, 0%, 90%);
327331
height: 34px;
328332
width: 34px;
329333
top: 35px;

0 commit comments

Comments
 (0)