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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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: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. }
  149. .area_fs p {
  150. font-size: 0.14rem;
  151. line-height: 0.24rem;
  152. margin-top: 0;
  153. }
  154. .develop_container {
  155. height: 1.6rem;
  156. position: relative;
  157. }
  158. .jt {
  159. position: absolute;
  160. top: 50%;
  161. transform: translateY(-50%);
  162. width: 0.15rem;
  163. height: 0.26rem;
  164. cursor: pointer;
  165. z-index: 1000;
  166. }
  167. .leftjt {
  168. left: 0.2rem;
  169. }
  170. .rightjt {
  171. right: 0.2rem;
  172. }
  173. .showdata {
  174. width: 90%;
  175. height: 1.6rem;
  176. margin: 0 auto;
  177. position: relative;
  178. overflow: hidden;
  179. }
  180. .line {
  181. width: 100%;
  182. height: 0.04rem;
  183. background-color: #f3f4f8ff;
  184. position: absolute;
  185. top: 50%;
  186. transform: translateY(-50%);
  187. }
  188. .rounds {
  189. width: 100%;
  190. position: absolute;
  191. top: 30%;
  192. left: 0;
  193. transform: translate(0, -50%);
  194. white-space: nowrap;
  195. }
  196. .round_q {
  197. display: inline-block;
  198. width: 2.34rem;
  199. height: 100%;
  200. }
  201. .round_item {
  202. margin: 0 auto;
  203. width: 0.18rem;
  204. height: 0.18rem;
  205. line-height: 0.18rem;
  206. background-color: white;
  207. border-radius: 50%;
  208. border: 1px solid #e4e4e4ff;
  209. position: relative;
  210. cursor: pointer;
  211. }
  212. .round_i {
  213. position: absolute;
  214. top: 50%;
  215. left: 50%;
  216. transform: translate(-50%, -50%);
  217. width: 0.12rem;
  218. height: 0.12rem;
  219. background-color: #e4e4e4ff;
  220. border-radius: 50%;
  221. }
  222. .round_d {
  223. width: 0.9rem;
  224. text-align: center;
  225. font-size: 0.18rem;
  226. color: #cccccc;
  227. position: absolute;
  228. top: 0.4rem;
  229. left: -0.35rem;
  230. }
  231. .active .round_item {
  232. border-color: #016cff;
  233. }
  234. .active .round_i {
  235. background-color: #016cff;
  236. }
  237. .active .round_d {
  238. color: #016cff;
  239. font-size: 0.36rem;
  240. font-weight: bold;
  241. }
  242. .develop_data{
  243. padding: 0 5%;
  244. margin: 0.4rem 0 0.2rem;
  245. display: flex;
  246. justify-content: space-between;
  247. }
  248. .dev_list{
  249. width: 33%;
  250. height: 2rem;
  251. }
  252. .dev_item{
  253. color: #666666;
  254. font-size: 0.14rem;
  255. line-height: 0.5rem;
  256. padding-right: 0.2rem;
  257. overflow: hidden;
  258. white-space: nowrap;
  259. text-overflow: ellipsis;
  260. }
  261. .dev_item span{
  262. color: #016cff;
  263. }
  264. .bot_fs img{
  265. margin-bottom: 0;
  266. }