stop_special_service.css 650 B

12345678910111213141516171819202122232425262728293031
  1. body {
  2. font-family: "microsoft yahei";
  3. color: #333333;
  4. height: 100%;
  5. }
  6. .w180 {width: 180px;}
  7. .w820 {width: 820px;}
  8. .c-m-auto {margin: 0 auto;}
  9. .c-f30 {font-size: 30px;}
  10. .plr60 {padding-left: 60px; padding-right: 60px;}
  11. .c-w100 {width: 100%;}
  12. .bgc-f5f5fa {background-color: #f5f5fa;}
  13. .row-right, .row-left {
  14. top: 5px;
  15. width: 10px;
  16. height: 10px;
  17. border-radius: 50%;
  18. background-color: #999999;
  19. }
  20. .row-right {right: 0;}
  21. .row-left {left: 0;}
  22. .c-border-b-dotted {border-bottom: 1px dotted #d7dce6;}
  23. .btn-12b7f5 {
  24. width: 90px;
  25. height: 35px;
  26. background-color: #12b7f5;
  27. }
  28. .btn-12b7f5:hover {color: #fff;}
  29. .bgc-c8c8c8{
  30. background-color: #c8c8c8;
  31. }