index.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. * {
  2. -webkit-box-sizing: inherit;
  3. box-sizing: inherit;
  4. color: inherit;
  5. font: inherit;
  6. margin: 0;
  7. padding: 0;
  8. }
  9. @media screen and (min-width: 320px) {
  10. html {
  11. font-size: 85.33333333px;
  12. }
  13. }
  14. @media screen and (min-width: 360px) {
  15. html {
  16. font-size: 96px;
  17. }
  18. }
  19. @media screen and (min-width: 375px) {
  20. html {
  21. font-size: 100px;
  22. }
  23. }
  24. @media screen and (min-width: 414px) {
  25. html {
  26. font-size: 110.4px;
  27. }
  28. }
  29. @media screen and (min-width: 750px) {
  30. html {
  31. font-size: 200px;
  32. }
  33. }
  34. @media screen and (min-width: 768px) {
  35. html {
  36. font-size: 204.8px;
  37. }
  38. }
  39. body {
  40. -webkit-box-sizing: border-box;
  41. box-sizing: border-box;
  42. color: #333;
  43. font-family: 'Microsoft Yahei';
  44. font-size: 12px;
  45. line-height: 2;
  46. padding: 0.15rem;
  47. }
  48. .title {
  49. font-size: 0.2rem;
  50. font-weight: bold;
  51. margin-bottom: 0.06rem;
  52. }
  53. .title_datetime {
  54. color: #999;
  55. font-size: 0.14rem;
  56. font-weight: bold;
  57. }
  58. .content {
  59. padding: 0.18rem 0.04rem;
  60. }
  61. .content_ad,
  62. .content_title {
  63. background-color: #FFECCE;
  64. font-size: 0.16rem;
  65. font-weight: bold;
  66. line-height: 0.4rem;
  67. margin-bottom: 0.16rem;
  68. text-align: center;
  69. }
  70. .content_title {
  71. color: #F09C12;
  72. font-size: 0.2rem;
  73. padding-left: 0.7rem;
  74. position: relative;
  75. text-align: left;
  76. }
  77. .content_order {
  78. background-image: url(../images/icon_title.png);
  79. -webkit-background-size: 100% 100%;
  80. background-size: 100% 100%;
  81. color: #fff;
  82. font-size: 0.24rem;
  83. font-weight: bold;
  84. height: 0.4rem;
  85. left: 0rem;
  86. padding-left: 0.14rem;
  87. position: absolute;
  88. top: 0;
  89. width: 0.64rem;
  90. z-index: 1;
  91. }
  92. /*.content_title::before {
  93. background-color: #F09C12;
  94. content: '';
  95. height: 0.4rem;
  96. left: 0;
  97. position: absolute;
  98. top: 0;
  99. width: 0.64rem;
  100. }
  101. .content_title::after {
  102. border: 0.2rem solid #FFECCE;
  103. border-color: #F09C12 #FFECCE #FFECCE #F09C12;
  104. content: '';
  105. left: 0.24rem;
  106. position: absolute;
  107. top: 0;
  108. }*/
  109. .text_default,
  110. .text_warning,
  111. .text_info {
  112. font-size: 0.14rem;
  113. }
  114. .text_warning {
  115. color: #E22020;
  116. }
  117. .text_info {
  118. color: #547BFF;
  119. }
  120. .text_bold {
  121. font-weight: bold;
  122. }
  123. .text_large {
  124. font-size: 0.16rem;
  125. }