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.

19 lines
590 B

2 years ago
  1. @charset "utf-8";
  2. /*-----------------------for both-----------------------*/
  3. input, textarea, body select, html, body, a, p {
  4. font-family: 'Roboto', '微軟正黑體', 'simhei', sans-serif;
  5. }
  6. /*-----------------------for PC-----------------------*/
  7. @media screen and (min-width:801px) {
  8. /*----------other------------*/
  9. #track a {
  10. background-image: url(../images/btnTrackCn.png);
  11. }
  12. #money a {
  13. background-image: url(../images/btnMoneyCn.png);
  14. }
  15. }
  16. /*------------------for mobile------------------------*/
  17. @media screen and (max-width:800px) {
  18. /*-------------progress-------------------*/
  19. }