answer-p.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .edui-editor-iframeholder{
  2. display: none;
  3. }
  4. .edui-default .edui-editor-toolbarboxouter{
  5. border: none! important;
  6. }
  7. #resultProgressRoot{
  8. right: -80px;
  9. bottom: 100px;
  10. width: 200px;
  11. z-index: 200;
  12. position: fixed;
  13. /*transform: rotate(90deg);
  14. -moz-transform:rotate(90deg);
  15. -webkit-transform:rotate(90deg);
  16. transform:rotate(90deg);
  17. filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/
  18. right: 10px;
  19. bottom: 50px;
  20. }
  21. .progress-label {
  22. font-size:14px;
  23. font-family: "微软雅黑";
  24. margin: 0px auto;
  25. text-align: center;
  26. line-height: 1.4em;
  27. color: #83AE00;
  28. }
  29. .progressbarDiv {
  30. height: 10px! important;
  31. box-shadow: none! important;
  32. border: 1px solid #83AE00;
  33. }
  34. .progressbarDiv .ui-progressbar-value{
  35. background: #83AE00! important;
  36. border: none;
  37. }
  38. .ui-progressbar .ui-progressbar-value{
  39. margin: 0px;
  40. }
  41. .ui-progressbar {
  42. position: relative;
  43. background: none! important;
  44. }
  45. .quOptionEditTd .editAble,.scoreNumTable tr td,.quCoItemTable{
  46. font-size: 16px;
  47. }
  48. label.error{
  49. font-size: 14px;
  50. }