解决IE8答卷进度条显示不全

This commit is contained in:
keyuan 2021-04-20 16:42:23 +08:00
parent fd6a0ff012
commit 2a54ea4624

View File

@ -33,7 +33,13 @@
width: 200px;
z-index: 200;
position: fixed;
transform: rotate(90deg);
/*transform: rotate(90deg);
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/
right: 10px;
bottom: 50px;
}
.progress-label {
font-size:14px;