星火官网,前端页面(前台)
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

index.css 7.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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. line-height: 0.3rem;
  97. }
  98. .home_scheme_info {
  99. display: flex;
  100. justify-content: space-between;
  101. align-items: center;
  102. margin: 0 auto;
  103. padding: 0.7rem 0;
  104. width: 13rem;
  105. }
  106. .home_scheme_info .scheme_left {
  107. width: 4.74rem;
  108. }
  109. .home_scheme_info .scheme_left .scheme_left_title {
  110. padding: 0.3rem 0;
  111. font-size: 0.28rem;
  112. color: #333;
  113. }
  114. .home_scheme_info .scheme_left .scheme_left_stitle {
  115. font-size: 0.18rem;
  116. color: #999;
  117. line-height: 0.32rem;
  118. }
  119. .home_scheme_info .scheme_right {
  120. display: inline-block;
  121. width: 8.25rem;
  122. }
  123. .home_scheme_info .scheme_left_btn {
  124. position: relative;
  125. margin-top: 1rem;
  126. width: 2rem;
  127. height: 0.58rem;
  128. font-size: 0.16rem;
  129. font-weight: 700;
  130. border: 0.01rem solid #333;
  131. transition: all .3s ease-out;
  132. -webkit-transition: all .3s ease-out;
  133. cursor: pointer;
  134. }
  135. .home_scheme_info .scheme_left_btn .mask_bg {
  136. position: absolute;
  137. top: 0;
  138. left: 0;
  139. bottom: 0;
  140. margin: 0;
  141. width: 0;
  142. height: 0.58rem;
  143. transition: all .3s ease-out;
  144. -webkit-transition: all .3s ease-out;
  145. }
  146. .home_scheme_info .scheme_left_btn:hover .mask_bg {
  147. position: absolute;
  148. top: 0;
  149. left: 0;
  150. right: 0;
  151. bottom: 0;
  152. margin: 0;
  153. width: 2rem;
  154. height: 0.58rem;
  155. }
  156. .home_scheme_info .scheme_left_btn .scheme_btn_info {
  157. position: relative;
  158. display: flex;
  159. justify-content: center;
  160. align-items: center;
  161. height: 100%;
  162. z-index: 999;
  163. }
  164. .home_scheme_info .scheme_left_btn:hover {
  165. color: #fff;
  166. border: 0.01rem solid #2D8CF0;
  167. }
  168. .home_scheme_info .scheme_left_btn img {
  169. margin-left: 0.2rem;
  170. width: 0.2rem;
  171. height: 0.06rem;
  172. }
  173. .home_scheme_info .scheme_left_btn .jiantou_right {
  174. display: block;
  175. }
  176. .home_scheme_info .scheme_left_btn .jiantou_right1 {
  177. display: none;
  178. }
  179. .home_scheme_info .scheme_left_btn:hover .jiantou_right {
  180. display: none;
  181. }
  182. .home_scheme_info .scheme_left_btn:hover .jiantou_right1 {
  183. display: block;
  184. }
  185. .home_introduce_title {
  186. padding-top: 0.68rem;
  187. font-size: 0.4rem;
  188. color: #000;
  189. text-align: center;
  190. }
  191. .home_introduce_stitle {
  192. padding: 0.22rem 0 0.68rem;
  193. font-size: 0.16rem;
  194. color: #000;
  195. text-align: center;
  196. }
  197. .home_introduce_main {
  198. display: flex;
  199. justify-content: space-between;
  200. align-items: center;
  201. margin: 0 auto 0.5rem;
  202. padding: 0.75rem 0;
  203. width: 13rem;
  204. background-color: #fff;
  205. color: #666;
  206. font-size: 0.16rem;
  207. }
  208. .home_introduce_left {
  209. margin-left: 0.35rem;
  210. width: 3rem;
  211. }
  212. .home_introduce_left .introduce_left_title {
  213. margin-bottom: 0.68rem;
  214. font-size: 0.28rem;
  215. color: #333;
  216. }
  217. .home_introduce_left .introduce_left_content {
  218. line-height: 0.3rem;
  219. }
  220. .home_introduce_left .introduce_left_content_top {
  221. margin-bottom: 0.3rem;
  222. }
  223. .home_introduce_right {
  224. position: relative;
  225. width: 9.65rem;
  226. }
  227. .home_introduce_right .right_main_img {
  228. width: 3.958rem;
  229. /* height: 3.8rem; */
  230. }
  231. .home_introduce_right .right_small_box1 {
  232. position: absolute;
  233. top: 0.4rem;
  234. right: 0rem;
  235. padding-left: 1.2rem;
  236. width: 6rem;
  237. height: 1.1rem;
  238. background-color: #fff;
  239. background-position: top left;
  240. background: url("../img/home/intro/bine01.png");
  241. background-size: 90% 100%;
  242. background-repeat: no-repeat;
  243. box-sizing: border-box;
  244. }
  245. .home_introduce_right .right_small_box2 {
  246. position: absolute;
  247. top: 1.3rem;
  248. right: 0.45rem;
  249. padding-left: 1.2rem;
  250. width: 6rem;
  251. height: 1.1rem;
  252. background-color: #fff;
  253. background-position: top left;
  254. background: url("../img/home/intro/bine02.png");
  255. background-size: 90% 100%;
  256. background-repeat: no-repeat;
  257. box-sizing: border-box;
  258. }
  259. .home_introduce_right .right_small_box3 {
  260. position: absolute;
  261. top: 2.2rem;
  262. right: 0.8rem;
  263. padding-left: 1.2rem;
  264. width: 6rem;
  265. height: 1.1rem;
  266. background-color: #fff;
  267. background-position: top left;
  268. background: url("../img/home/intro/bine03.png");
  269. background-size: 90% 100%;
  270. background-repeat: no-repeat;
  271. box-sizing: border-box;
  272. }
  273. .home_introduce_right .right_small_box4 {
  274. position: absolute;
  275. top: 3.05rem;
  276. right: 1.15rem;
  277. padding-left: 1.2rem;
  278. width: 6rem;
  279. height: 1.1rem;
  280. background-color: #fff;
  281. background-position: top left;
  282. background: url("../img/home/intro/bine04.png");
  283. background-size: 90% 100%;
  284. background-repeat: no-repeat;
  285. box-sizing: border-box;
  286. }
  287. .introduce_right_title {
  288. margin-top: 0.3rem;
  289. margin-bottom: 0.15rem;
  290. padding-left: 0.06rem;
  291. border-left: 0.04rem solid #2D8CF0;
  292. font-size: 0.18rem;
  293. color: #333;
  294. font-weight: 700;
  295. }
  296. .introduce_right_stitle {
  297. font-size: 0.12rem;
  298. }
  299. .home_serve {
  300. background-color: #fff;
  301. }
  302. .home_serve_main {
  303. margin: 0 auto;
  304. width: 13rem;
  305. text-align: center;
  306. background-color: #fff;
  307. }
  308. .home_serve_main .home_serve_title {
  309. padding: 1.07rem 0;
  310. font-size: 0.4rem;
  311. line-height: 0.6rem;
  312. font-weight: 700;
  313. color: #151720;
  314. }
  315. .home_serve_main .home_serve_item_box {
  316. display: flex;
  317. justify-content: space-between;
  318. align-items: center;
  319. }
  320. .home_serve_item_box .home_serve_item {
  321. padding-bottom: 1rem;
  322. width: 20%;
  323. line-height: 0.3rem;
  324. text-align: center;
  325. }
  326. .home_serve_item img {
  327. display: block;
  328. margin: 0 auto;
  329. width: 0.54rem;
  330. height: 0.54rem;
  331. }
  332. .home_serve_item .home_serve_item_title {
  333. padding: 0.27rem 0;
  334. font-size: 0.24rem;
  335. color: #000;
  336. }
  337. .home_serve_item .home_serve_item_stitle {
  338. font-size: 0.16rem;
  339. color: #666;
  340. }