星火官网,前端页面(前台)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

about.css 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  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_client{
  46. margin-top:1rem ;
  47. }
  48. .area_comm p {
  49. color: #000000;
  50. font-size: 0.16rem;
  51. text-align: left;
  52. letter-spacing: 0.02rem;
  53. line-height: 0.3rem;
  54. margin: 0;
  55. text-indent: 2em;
  56. margin-bottom: 0.3rem;
  57. }
  58. .area_top {
  59. display: flex;
  60. }
  61. .area_left {
  62. flex: 3;
  63. text-align: right;
  64. }
  65. .area_num {
  66. color: #2d8cf0;
  67. font-weight: bold;
  68. font-size: 0.48rem;
  69. }
  70. .area_tit {
  71. color: #333333;
  72. font-weight: bold;
  73. font-size: 0.18rem;
  74. line-height: 0.6rem;
  75. }
  76. .area_jia {
  77. color: #2d8cf0;
  78. font-weight: bold;
  79. font-size: 0.36rem;
  80. margin-top: -0.1rem;
  81. }
  82. .area_com {
  83. color: #666666;
  84. font-size: 0.14rem;
  85. line-height: 0.3rem;
  86. }
  87. .area_right {
  88. flex: 3;
  89. text-align: left;
  90. }
  91. .area_spacing {
  92. height: 2.5rem;
  93. display: flex;
  94. flex-direction: column-reverse;
  95. }
  96. .area_top img {
  97. width: 5rem;
  98. height: 5rem;
  99. margin: 0 1rem;
  100. }
  101. .area_approve {
  102. position: absolute;
  103. left: 50%;
  104. transform: translate(-50%, 0);
  105. }
  106. .area_bot {
  107. margin-top: 0.3rem;
  108. }
  109. .ab_minsin {
  110. width: 100%;
  111. height: 3.2rem;
  112. position: absolute;
  113. }
  114. .piece_items {
  115. width: 13rem;
  116. padding: 0.8rem 0 0.2rem;
  117. position: absolute;
  118. left: 50%;
  119. transform: translateX(-50%);
  120. }
  121. .area_four {
  122. display: flex;
  123. justify-content: space-between;
  124. }
  125. .area_fs {
  126. width: 2.8rem;
  127. height: 3rem;
  128. background-color: white;
  129. color: #333333;
  130. text-align: center;
  131. padding: 0 0.1rem;
  132. box-sizing: border-box;
  133. }
  134. .area_fs img {
  135. width: 0.88rem;
  136. height: 0.88rem;
  137. margin: 0.4rem auto 0.2rem;
  138. }
  139. .area_fs div {
  140. font-size: 0.18rem;
  141. line-height: 0.5rem;
  142. }
  143. .area_fs p {
  144. font-size: 0.14rem;
  145. line-height: 0.24rem;
  146. margin-top: 0;
  147. }
  148. .develop_container {
  149. height: 1.6rem;
  150. position: relative;
  151. }
  152. .jt {
  153. position: absolute;
  154. top: 50%;
  155. transform: translateY(-50%);
  156. width: 0.15rem;
  157. height: 0.26rem;
  158. cursor: pointer;
  159. z-index: 1000;
  160. }
  161. .leftjt {
  162. left: 0.2rem;
  163. }
  164. .rightjt {
  165. right: 0.2rem;
  166. }
  167. .showdata {
  168. width: 90%;
  169. height: 1.6rem;
  170. margin: 0 auto;
  171. position: relative;
  172. overflow: hidden;
  173. }
  174. .line {
  175. width: 100%;
  176. height: 0.04rem;
  177. background-color: #f3f4f8ff;
  178. position: absolute;
  179. top: 50%;
  180. transform: translateY(-50%);
  181. }
  182. .rounds {
  183. width: 100%;
  184. position: absolute;
  185. top: 30%;
  186. left: 0;
  187. transform: translate(0, -50%);
  188. white-space: nowrap;
  189. }
  190. .round_q {
  191. display: inline-block;
  192. width: 2.34rem;
  193. height: 100%;
  194. }
  195. .round_item {
  196. margin: 0 auto;
  197. width: 0.18rem;
  198. height: 0.18rem;
  199. line-height: 0.18rem;
  200. background-color: white;
  201. border-radius: 50%;
  202. border: 1px solid #e4e4e4ff;
  203. position: relative;
  204. cursor: pointer;
  205. }
  206. .round_i {
  207. position: absolute;
  208. top: 50%;
  209. left: 50%;
  210. transform: translate(-50%, -50%);
  211. width: 0.12rem;
  212. height: 0.12rem;
  213. background-color: #e4e4e4ff;
  214. border-radius: 50%;
  215. }
  216. .round_d {
  217. width: 0.9rem;
  218. text-align: center;
  219. font-size: 0.18rem;
  220. color: #cccccc;
  221. position: absolute;
  222. top: 0.4rem;
  223. left: -0.35rem;
  224. }
  225. .active .round_item {
  226. border-color: #016cff;
  227. }
  228. .active .round_i {
  229. background-color: #016cff;
  230. }
  231. .active .round_d {
  232. color: #016cff;
  233. font-size: 0.36rem;
  234. font-weight: bold;
  235. }
  236. .develop_data{
  237. padding: 0 5%;
  238. margin: 0.4rem 0 0.2rem;
  239. display: flex;
  240. justify-content: space-between;
  241. }
  242. .dev_list{
  243. width: 33%;
  244. height: 2rem;
  245. }
  246. .dev_item{
  247. color: #666666;
  248. font-size: 0.14rem;
  249. line-height: 0.5rem;
  250. padding-right: 0.2rem;
  251. overflow: hidden;
  252. white-space: nowrap;
  253. text-overflow: ellipsis;
  254. }
  255. .dev_item span{
  256. color: #016cff;
  257. }
  258. .bot_fs img{
  259. margin-bottom: 0;
  260. }