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

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