更改样式,增加发光特效
This commit is contained in:
parent
1e7f32aae7
commit
b3f28e9bc6
|
@ -1,23 +1,25 @@
|
||||||
/* This is a compiled file, you should be editing the file in the templates directory */
|
/* This is a compiled file, you should be editing the file in the templates directory */
|
||||||
.pace {
|
.pace {
|
||||||
-webkit-pointer-events: none;
|
-webkit-pointer-events: none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
-webkit-user-select: none;
|
-moz-user-select: none;
|
||||||
-moz-user-select: none;
|
user-select: none;
|
||||||
user-select: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pace-inactive {
|
.pace-inactive {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pace .pace-progress {
|
.pace .pace-progress {
|
||||||
background: #2299dd;
|
position: fixed;
|
||||||
position: fixed;
|
z-index: 2000;
|
||||||
z-index: 2000;
|
top: 0;
|
||||||
top: 0;
|
right: 100%;
|
||||||
right: 100%;
|
width: 100%;
|
||||||
width: 100%;
|
height: 2px;
|
||||||
height: 2px;
|
background: #77b6ff;
|
||||||
|
box-shadow: 0 0 10px rgba(119,182,255,0.7);
|
||||||
|
-webkit-transition: width 0.4s ease;
|
||||||
|
transition: width 0.4s ease;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue