You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
632 B

2 years ago
  1. @charset "utf-8";
  2. /*-----------------------for both-----------------------*/
  3. /*-----------------------for PC-----------------------*/
  4. @media screen and (min-width:801px) {
  5. #menu li a {
  6. font-size: 17px;
  7. margin-left: 20px;
  8. }
  9. #money a {
  10. background-image: url(../images/btnMoneyEn.png);
  11. }
  12. .article h1 {
  13. padding: 60px 0 60px 30px;
  14. }
  15. /*-------------servicePic--------------------*/
  16. .service li {
  17. width: 100%;
  18. float: none;
  19. margin: 0 0 2% 0;
  20. }
  21. }
  22. /*------------------for mobile------------------------*/
  23. @media screen and (max-width:800px) {
  24. }