multiple.css 778 B

12345678910111213141516171819202122232425262728293031323334
  1. @CHARSET "UTF-8";
  2. #progress-lable{
  3. position: relative;
  4. width:90%;
  5. left:5%;
  6. text-align:left ;
  7. margin-top: 20px;
  8. font-size: 10px;
  9. }
  10. .progress{
  11. width:90%;
  12. height:20px ;
  13. margin-top:5px;
  14. margin-left: auto;
  15. margin-right: auto;
  16. background: #ff6552;
  17. }
  18. #precent{
  19. background: #90cd00;
  20. width: 10%;
  21. height: 100%;
  22. }
  23. .question-only{
  24. text-align: left;
  25. width:90%;
  26. margin: 20px auto;
  27. }
  28. .question-pic{
  29. width:90%;
  30. margin: 15px auto;
  31. text-align:left ;
  32. }