Add files via upload
This commit is contained in:
parent
c0fc07d575
commit
f3c1b3992c
@ -86,6 +86,7 @@ main {
|
|||||||
.breadcrumbs {
|
.breadcrumbs {
|
||||||
height: 3em;
|
height: 3em;
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumbs span,
|
.breadcrumbs span,
|
||||||
@ -111,18 +112,50 @@ main {
|
|||||||
|
|
||||||
#progress {
|
#progress {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 4.5em;
|
||||||
left: 0;
|
right:1em;
|
||||||
width: 100%;
|
width: 50%;
|
||||||
height: 3px;
|
height: 2em;
|
||||||
z-index: 9999999999;
|
z-index: 99998;
|
||||||
|
background:#fff;
|
||||||
|
border:0.1em solid #6F6F6F;
|
||||||
|
border-radius: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#progress div {
|
#progress div {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #40c4ff;
|
background-color: #6F6F6F;
|
||||||
width: 0;
|
width: 0;
|
||||||
transition: .2s ease width;
|
transition: .2s ease width;
|
||||||
|
border-radius: 0.2em 0em 0em 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#progress div span {
|
||||||
|
position: fixed;
|
||||||
|
height: 100%;
|
||||||
|
weight: 100%;
|
||||||
|
right:calc(25vw-0.25em);
|
||||||
|
font-size: 1.8em;
|
||||||
|
background: transparent;
|
||||||
|
color:blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 736px) {
|
||||||
|
#progress {
|
||||||
|
height: 1em;
|
||||||
|
border-radius: 0.25em;
|
||||||
|
border:1px solid #6F6F6F;
|
||||||
|
}
|
||||||
|
|
||||||
|
#progress div {
|
||||||
|
border-radius: 0.1em 0em 0em 0.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#progress div span {
|
||||||
|
height: 100%;
|
||||||
|
right:calc(25vw-0.2em);
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.break-word {
|
.break-word {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user