forked from 0x2620/oxjs
add progress bar example
This commit is contained in:
parent
f88c60ae15
commit
23b583098e
6 changed files with 218 additions and 89 deletions
37
examples/progress/css/example.css
Normal file
37
examples/progress/css/example.css
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
.OxLabel {
|
||||
position: absolute;
|
||||
left: 16px;
|
||||
}
|
||||
.OxProgressbar, #status {
|
||||
position: absolute;
|
||||
left: 224px;
|
||||
}
|
||||
#switch {
|
||||
position: absolute;
|
||||
left: 16px;
|
||||
top: 144px;
|
||||
}
|
||||
|
||||
#label0, #progress0 {
|
||||
top: 16px;
|
||||
}
|
||||
#label1, #progress1 {
|
||||
top: 48px;
|
||||
}
|
||||
#label2, #status {
|
||||
top: 80px;
|
||||
}
|
||||
#label3, #progress2 {
|
||||
top: 112px;
|
||||
}
|
||||
|
||||
#status > div:first-child {
|
||||
float: left;
|
||||
width: 64px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#status > div:last-child {
|
||||
float: right;
|
||||
width: 256px;
|
||||
text-align: right;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue