l_size.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /*大号字体的样式*/
  2. html {
  3. font-size: 20px;
  4. font-family: sans-serif;
  5. -ms-text-size-adjust: 100%;
  6. -webkit-text-size-adjust: 100%
  7. }
  8. @media only screen and (min-width:360px) {
  9. html {
  10. font-size: 22.5px
  11. }
  12. }
  13. @media only screen and (min-width:375px) {
  14. html {
  15. font-size: 23.5px
  16. }
  17. }
  18. @media only screen and (min-width:400px) {
  19. html {
  20. font-size: 25px
  21. }
  22. }
  23. @media only screen and (min-width:414px) {
  24. html {
  25. font-size: 25.875px
  26. }
  27. }
  28. body {
  29. font-size: .7rem;
  30. }
  31. .c-f10 {
  32. font-size: .6rem
  33. }
  34. .c-f12 {
  35. font-size: .7rem
  36. }
  37. .c-f13 {
  38. font-size: .75rem
  39. }
  40. .c-f14 {
  41. font-size: .8rem
  42. }
  43. .c-f15 {
  44. font-size: .85rem
  45. }
  46. .c-f16 {
  47. font-size: .9rem
  48. }
  49. .c-f17 {
  50. font-size: .95rem
  51. }
  52. .c-f18 {
  53. font-size: 1rem
  54. }
  55. .c-f20 {
  56. font-size: 1.1rem
  57. }
  58. .c-f22 {
  59. font-size: 1.2rem
  60. }
  61. .c-f24 {
  62. font-size: 1.3rem
  63. }
  64. .c-f28 {
  65. font-size: 1.5rem
  66. }
  67. .c-f30 {
  68. font-size: 1.6rem
  69. }
  70. .c-f32 {
  71. font-size: 1.8rem
  72. }
  73. .c-f36 {
  74. font-size: 2rem
  75. }
  76. .c-f40 {
  77. font-size: 2.1rem
  78. }
  79. .c-f48 {
  80. font-size: 2.6rem
  81. }