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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. .home_swiper_container.swiper-container .swiper-slide img {
  2. display: block;
  3. width: 100%;
  4. height: 9.42rem;
  5. /* object-fit: cover; */
  6. }
  7. /* .home_swiper_container.swiper-container .swiper-wrapper .swiper-slide::after {
  8. content: "";
  9. position: absolute;
  10. width: 100%;
  11. height: 9.42rem;
  12. left: 0;
  13. top: 0;
  14. z-index: 1;
  15. background: linear-gradient(
  16. 180deg,
  17. rgba(50, 55, 62, 0) 30.34%,
  18. rgba(13, 27, 46, 0.7) 100%
  19. );
  20. } */
  21. /*
  22. width: 13%;
  23. height: 3px;
  24. background-color: rgba(255, 255, 255, 0.3);
  25. opacity: 1;
  26. border-radius: 0;
  27. margin: 0px 10px 0px 0px !important;
  28. position: relative;
  29. */
  30. .home_swiper_pagination.swiper-pagination {
  31. left: 0.8rem;
  32. right: 0;
  33. bottom: 1.5rem !important;
  34. margin: 0 auto;
  35. width: 13rem;
  36. height: 0.1rem;
  37. text-align: left;
  38. }
  39. .home_swiper_pagination .pagination_item {
  40. position: relative;
  41. float: left;
  42. margin-right: 0.4rem;
  43. width: 1.5rem;
  44. height: 4px;
  45. background-color: rgba(255, 255, 255, 0.3);
  46. opacity: 1;
  47. overflow: hidden;
  48. /* cursor: pointer; */
  49. }
  50. .home_swiper_pagination .pagination_item .pagination_item_progress {
  51. position: absolute;
  52. left: 0;
  53. top: 0;
  54. width: 0;
  55. height: 4px;
  56. background-color: #fff;
  57. /* cursor: pointer; */
  58. }
  59. .home_main {
  60. background-color: #fff;
  61. }
  62. .home_superiority_title {
  63. margin: 0 auto;
  64. width: 13rem;
  65. padding: 1rem 0;
  66. font-size: 0.4rem;
  67. font-weight: 700;
  68. text-align: center;
  69. color: #333;
  70. }
  71. .home_superiority_info {
  72. display: flex;
  73. justify-content: space-between;
  74. align-items: center;
  75. margin: 0 auto;
  76. width: 13rem;
  77. height: 3.3rem;
  78. }
  79. .home_superiority_info .superiority_item {
  80. max-width: 25%;
  81. text-align: center;
  82. }
  83. .home_superiority_info .superiority_item_img {
  84. display: block;
  85. margin: 0 auto;
  86. width: 0.84rem;
  87. }
  88. .home_superiority_info .superiority_item_title {
  89. padding: 0.25rem 0;
  90. font-size: 0.28rem;
  91. color: #333;
  92. }
  93. .home_superiority_info .superiority_item_stitle {
  94. font-size: 0.16rem;
  95. color: #999;
  96. height: 0.6rem;
  97. line-height: 0.3rem;
  98. }
  99. .home_scheme_info {
  100. display: flex;
  101. justify-content: space-between;
  102. align-items: center;
  103. margin: 0 auto;
  104. padding: 0.7rem 0;
  105. width: 13rem;
  106. }
  107. .home_scheme_info .scheme_left {
  108. width: 4.74rem;
  109. }
  110. .home_scheme_info .scheme_left .scheme_left_title {
  111. padding: 0.3rem 0;
  112. font-size: 0.28rem;
  113. color: #333;
  114. }
  115. .home_scheme_info .scheme_left .scheme_left_stitle {
  116. font-size: 0.18rem;
  117. color: #999;
  118. line-height: 0.32rem;
  119. }
  120. .home_scheme_info .scheme_right {
  121. display: inline-block;
  122. width: 8.25rem;
  123. }
  124. .home_scheme_info .scheme_left_btn {
  125. position: relative;
  126. margin-top: 1rem;
  127. width: 2rem;
  128. height: 0.58rem;
  129. font-size: 0.16rem;
  130. font-weight: 700;
  131. border: 0.01rem solid #333;
  132. transition: all .3s ease-out;
  133. -webkit-transition: all .3s ease-out;
  134. cursor: pointer;
  135. }
  136. .home_scheme_info .scheme_left_btn .mask_bg {
  137. position: absolute;
  138. top: 0;
  139. left: 0;
  140. bottom: 0;
  141. margin: 0;
  142. width: 0;
  143. height: 0.58rem;
  144. transition: all .3s ease-out;
  145. -webkit-transition: all .3s ease-out;
  146. }
  147. .home_scheme_info .scheme_left_btn:hover .mask_bg {
  148. position: absolute;
  149. top: 0;
  150. left: 0;
  151. right: 0;
  152. bottom: 0;
  153. margin: 0;
  154. width: 2rem;
  155. height: 0.58rem;
  156. }
  157. .home_scheme_info .scheme_left_btn .scheme_btn_info {
  158. position: relative;
  159. display: flex;
  160. justify-content: center;
  161. align-items: center;
  162. height: 100%;
  163. z-index: 999;
  164. }
  165. .home_scheme_info .scheme_left_btn:hover {
  166. color: #fff;
  167. border: 0.01rem solid #2D8CF0;
  168. }
  169. .home_scheme_info .scheme_left_btn img {
  170. margin-left: 0.2rem;
  171. width: 0.2rem;
  172. height: 0.06rem;
  173. }
  174. .home_scheme_info .scheme_left_btn .jiantou_right {
  175. display: block;
  176. }
  177. .home_scheme_info .scheme_left_btn .jiantou_right1 {
  178. display: none;
  179. }
  180. .home_scheme_info .scheme_left_btn:hover .jiantou_right {
  181. display: none;
  182. }
  183. .home_scheme_info .scheme_left_btn:hover .jiantou_right1 {
  184. display: block;
  185. }
  186. .home_introduce_title {
  187. padding-top: 0.68rem;
  188. font-size: 0.4rem;
  189. color: #000;
  190. text-align: center;
  191. }
  192. .home_introduce_stitle {
  193. padding: 0.22rem 0 0.68rem;
  194. font-size: 0.16rem;
  195. color: #000;
  196. text-align: center;
  197. }
  198. .home_introduce_main {
  199. display: flex;
  200. justify-content: space-between;
  201. align-items: center;
  202. margin: 0 auto 0.5rem;
  203. padding: 0.75rem 0;
  204. width: 13rem;
  205. background-color: #fff;
  206. color: #666;
  207. font-size: 0.16rem;
  208. }
  209. .home_introduce_left {
  210. margin-left: 0.35rem;
  211. width: 3rem;
  212. }
  213. .home_introduce_left .introduce_left_title {
  214. margin-bottom: 0.68rem;
  215. font-size: 0.28rem;
  216. color: #333;
  217. }
  218. .home_introduce_left .introduce_left_content {
  219. line-height: 0.3rem;
  220. }
  221. .home_introduce_left .introduce_left_content_top {
  222. margin-bottom: 0.3rem;
  223. }
  224. .home_introduce_right {
  225. position: relative;
  226. width: 9.65rem;
  227. }
  228. .home_introduce_right .right_main_img {
  229. width: 3.958rem;
  230. /* height: 3.8rem; */
  231. }
  232. .home_introduce_right .right_small_box1 {
  233. position: absolute;
  234. top: 0.4rem;
  235. right: 0rem;
  236. padding-left: 1.2rem;
  237. width: 6rem;
  238. height: 1.1rem;
  239. background-color: #fff;
  240. background-position: top left;
  241. background: url("../img/home/intro/bine01.png");
  242. background-size: 90% 100%;
  243. background-repeat: no-repeat;
  244. box-sizing: border-box;
  245. }
  246. .home_introduce_right .right_small_box2 {
  247. position: absolute;
  248. top: 1.3rem;
  249. right: 0.45rem;
  250. padding-left: 1.2rem;
  251. width: 6rem;
  252. height: 1.1rem;
  253. background-color: #fff;
  254. background-position: top left;
  255. background: url("../img/home/intro/bine02.png");
  256. background-size: 90% 100%;
  257. background-repeat: no-repeat;
  258. box-sizing: border-box;
  259. }
  260. .home_introduce_right .right_small_box3 {
  261. position: absolute;
  262. top: 2.2rem;
  263. right: 0.8rem;
  264. padding-left: 1.2rem;
  265. width: 6rem;
  266. height: 1.1rem;
  267. background-color: #fff;
  268. background-position: top left;
  269. background: url("../img/home/intro/bine03.png");
  270. background-size: 90% 100%;
  271. background-repeat: no-repeat;
  272. box-sizing: border-box;
  273. }
  274. .home_introduce_right .right_small_box4 {
  275. position: absolute;
  276. top: 3.05rem;
  277. right: 1.15rem;
  278. padding-left: 1.2rem;
  279. width: 6rem;
  280. height: 1.1rem;
  281. background-color: #fff;
  282. background-position: top left;
  283. background: url("../img/home/intro/bine04.png");
  284. background-size: 90% 100%;
  285. background-repeat: no-repeat;
  286. box-sizing: border-box;
  287. }
  288. .introduce_right_title {
  289. margin-top: 0.3rem;
  290. margin-bottom: 0.15rem;
  291. padding-left: 0.06rem;
  292. border-left: 0.04rem solid #2D8CF0;
  293. font-size: 0.18rem;
  294. color: #333;
  295. font-weight: 700;
  296. }
  297. .introduce_right_stitle {
  298. font-size: 0.12rem;
  299. }
  300. .home_serve {
  301. background-color: #fff;
  302. }
  303. .home_serve_main {
  304. margin: 0 auto;
  305. width: 13rem;
  306. text-align: center;
  307. background-color: #fff;
  308. }
  309. .home_serve_main .home_serve_title {
  310. padding: 1.07rem 0;
  311. font-size: 0.4rem;
  312. line-height: 0.6rem;
  313. font-weight: 700;
  314. color: #151720;
  315. }
  316. .home_serve_main .home_serve_item_box {
  317. display: flex;
  318. justify-content: space-between;
  319. align-items: center;
  320. }
  321. .home_serve_item_box .home_serve_item {
  322. padding-bottom: 1rem;
  323. width: 20%;
  324. line-height: 0.3rem;
  325. text-align: center;
  326. }
  327. .home_serve_item img {
  328. display: block;
  329. margin: 0 auto;
  330. width: 0.54rem;
  331. height: 0.54rem;
  332. }
  333. .home_serve_item .home_serve_item_title {
  334. padding: 0.27rem 0;
  335. font-size: 0.24rem;
  336. color: #000;
  337. }
  338. .home_serve_item .home_serve_item_stitle {
  339. font-size: 0.16rem;
  340. color: #666;
  341. }