stop_special_service.css 592 B

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