星火官网,前端页面(前台)
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.

about.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .ab_header {
  2. width: 100%;
  3. height: 3.9rem;
  4. position: relative;
  5. }
  6. .ab_header img {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .suspension {
  11. position: absolute;
  12. left: 2rem;
  13. top: 1.3rem;
  14. color: white;
  15. }
  16. .suspension div {
  17. font-weight: bold;
  18. font-size: 0.4rem;
  19. margin-bottom: 0.4rem;
  20. }
  21. .suspension p {
  22. font-size: 0.16rem;
  23. }
  24. .piece {
  25. width: 100%;
  26. background-color: white;
  27. }
  28. .piece_color {
  29. background-color: #f5f6f9ff;
  30. position: relative;
  31. }
  32. .piece_item {
  33. width: 13rem;
  34. margin: 0 auto;
  35. padding: 1rem 0 0.2rem;
  36. }
  37. .area_title {
  38. color: #000000;
  39. letter-spacing: 0.01rem;
  40. font-size: 0.4rem;
  41. font-weight: bold;
  42. text-align: center;
  43. margin-bottom: 0.4rem;
  44. }
  45. .area_comm p {
  46. color: #000000;
  47. font-size: 0.16rem;
  48. text-align: left;
  49. letter-spacing: 0.02rem;
  50. line-height: 0.3rem;
  51. margin: 0;
  52. text-indent: 2em;
  53. margin-bottom: 0.3rem;
  54. }
  55. .area_top {
  56. display: flex;
  57. }
  58. .area_left {
  59. flex: 3;
  60. text-align: right;
  61. }
  62. .area_num {
  63. color: #2d8cf0;
  64. font-weight: bold;
  65. font-size: 0.48rem;
  66. }
  67. .area_tit {
  68. color: #333333;
  69. font-weight: bold;
  70. font-size: 0.18rem;
  71. line-height: 0.6rem;
  72. }
  73. .area_jia {
  74. color: #2d8cf0;
  75. font-weight: bold;
  76. font-size: 0.36rem;
  77. margin-top: -0.1rem;
  78. }
  79. .area_com {
  80. color: #666666;
  81. font-size: 0.14rem;
  82. line-height: 0.24rem;
  83. }
  84. .area_right {
  85. flex: 3;
  86. text-align: left;
  87. }
  88. .area_spacing {
  89. height: 2.5rem;
  90. display: flex;
  91. flex-direction: column-reverse;
  92. }
  93. .area_top img {
  94. width: 5rem;
  95. height: 5rem;
  96. margin: 0 1rem;
  97. }
  98. .area_approve {
  99. position: absolute;
  100. left: 50%;
  101. transform: translate(-50%, 0);
  102. }
  103. .area_bot{
  104. margin-top: 0.3rem;
  105. }
  106. .ab_minsin{
  107. width: 100%;
  108. height: 3.2rem;
  109. position: absolute;
  110. }
  111. .piece_items {
  112. width: 13rem;
  113. padding: 0.8rem 0 0.2rem;
  114. position: absolute;
  115. left: 50%;
  116. transform: translateX(-50%);
  117. }
  118. .area_four{
  119. display: flex;
  120. justify-content: space-between;
  121. }
  122. .area_fs{
  123. width: 2.8rem;
  124. height: 3rem;
  125. background-color: white;
  126. color: #333333;
  127. text-align: center;
  128. padding: 0 0.2rem;
  129. box-sizing: border-box;
  130. }
  131. .area_fs img{
  132. width: 0.9rem;
  133. height: 0.8rem;
  134. margin: 0.1rem auto 0;
  135. }
  136. .area_fs div {
  137. font-size: 0.18rem;
  138. line-height: 0.4rem;
  139. }
  140. .area_fs p {
  141. font-size: 0.14rem;
  142. line-height: 0.24rem;
  143. margin-top: 0;
  144. }