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.

72 lines
1.6 KiB

2 years ago
  1. @charset "utf-8";
  2. /*-----------------------for PC-----------------------*/
  3. @media screen and (min-width:801px) {
  4. #menu li ul {
  5. width: auto;
  6. }
  7. #menu li ul li {
  8. /*width: auto;*/
  9. }
  10. #menu li ul li a {
  11. display: block;
  12. line-height: 100%;
  13. padding: 15px 20px;
  14. font-size: 14px;
  15. white-space: nowrap;
  16. overflow: hidden;
  17. text-align: left;
  18. }
  19. /*-----------------------index-----------------------*/
  20. #indexService h3 {
  21. font-size: 16px;
  22. }
  23. h6 span[data-i18n] {
  24. width: 100px;
  25. }
  26. .indexCaseLeft #tabsNav li a {
  27. font-size: 19px;
  28. }
  29. .indexCaseRight .tab_content div {
  30. /*width:90%;
  31. height:320px;*/
  32. }
  33. /*----------other------------*/
  34. #track a {
  35. background-image: url(../images/btnTrackEn.png);
  36. }
  37. #money a {
  38. background-image: url(../images/btnMoneyEn.png);
  39. }
  40. #left ul li a {
  41. font-size: 15px;
  42. }
  43. /*-------------progress-------------------*/
  44. .progress {
  45. /*text-align: center;*/
  46. }
  47. .progress li {
  48. width: auto;
  49. float: none;
  50. display: inline-block;
  51. margin-bottom: 10px;
  52. margin-right: -4px;
  53. }
  54. .progress li p {
  55. padding: 0 10px;
  56. font-size: 14px
  57. }
  58. }
  59. /*------------------for mobile------------------------*/
  60. @media screen and (max-width:800px) {
  61. #tabsNav li a {
  62. font-size: 13px;
  63. }
  64. }