huimv.mobile.css 306 B

12345678910111213141516171819202122
  1. @charset "utf-8";
  2. /* CSS Document */
  3. a {
  4. text-decoration: none;
  5. color: black;
  6. }
  7. a:hover, a:active, a:visited, a:focus{
  8. color: #FE5001;
  9. }
  10. ul{
  11. list-style: outside none none;
  12. }
  13. .widthLineBlack2{
  14. width:95%;
  15. height:2px;
  16. background:black;
  17. }
  18. .widthLineBlack1{
  19. width:95%;
  20. height:1px;
  21. background:black;
  22. }