answer-p.css 841 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: 0px;
  10. width: 200px;
  11. z-index: 200;
  12. position: fixed;
  13. right: 10px;
  14. }
  15. .progress-label {
  16. font-size:14px;
  17. font-family: "微软雅黑";
  18. margin: 0px auto;
  19. text-align: center;
  20. line-height: 1.4em;
  21. color: #83AE00;
  22. }
  23. .progressbarDiv {
  24. height: 10px! important;
  25. box-shadow: none! important;
  26. border: 1px solid #83AE00;
  27. }
  28. .progressbarDiv .ui-progressbar-value{
  29. background: #83AE00! important;
  30. border: none;
  31. }
  32. .ui-progressbar .ui-progressbar-value{
  33. margin: 0px;
  34. }
  35. .ui-progressbar {
  36. position: relative;
  37. background: none! important;
  38. }
  39. .quOptionEditTd .editAble,.scoreNumTable tr td,.quCoItemTable{
  40. font-size: 16px;
  41. }
  42. label.error{
  43. font-size: 14px;
  44. }