reboot.css
513 Bytes
/*重启进度条的样式*/
/*--重启进度条--*/
.rebootCutdown {
height: 100%;
width: 100%;
background-color: white;
position: absolute;
top: 0;
left: 0;
}
.rebootCutdown .rebootProgressBar {
width: 98%;
margin: 20px auto;
}
.progressbar-inner-text {
height: 25px;
width: 100%;
}
.progressbar-inner {
width: 100%;
height: 10px;
background-color: #dadee2;
}
.progressbar-inner-value {
width: 0;
height: 100%;
background-color: #bd0000;
}