mirror of
https://gitee.com/wkeyuan/DWSurvey.git
synced 2024-11-30 02:58:55 +08:00
解决IE8答卷进度条显示不全
This commit is contained in:
parent
fd6a0ff012
commit
2a54ea4624
@ -33,7 +33,13 @@
|
||||
width: 200px;
|
||||
z-index: 200;
|
||||
position: fixed;
|
||||
/*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;
|
||||
|
Loading…
Reference in New Issue
Block a user