东风启辰小程序端
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.

пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. /**index.wxss**/
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 120rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .imgBg{
  14. position: fixed;
  15. top: 0;
  16. left: 0;
  17. width: 750rpx;
  18. transition: opacity 1000ms;
  19. z-index: 100;
  20. }
  21. .msgFrame{
  22. position: fixed;
  23. bottom: 120rpx;
  24. left: 0;
  25. width:750rpx;
  26. padding: 40rpx 20rpx;
  27. background-color: rgba(000, 000, 000, 0.5);
  28. box-sizing: border-box;
  29. }
  30. .inputGroup{
  31. position: relative;
  32. display: flex;
  33. align-items: center;
  34. justify-content: space-between;
  35. }
  36. .inputSty{
  37. width:347rpx;
  38. height:65rpx;
  39. background-color: white;
  40. border-radius: 20rpx;
  41. box-sizing: border-box;
  42. line-height: 65rpx;
  43. padding: 0 25rpx;
  44. font-size:24rpx;
  45. font-family:PingFangSC;
  46. font-weight:300;
  47. }
  48. .getPhoneFrame{
  49. position: absolute;
  50. top:0;
  51. right:0;
  52. width:347rpx;
  53. height:65rpx;
  54. border-radius: 10rpx;
  55. overflow: hidden;
  56. opacity: 0;
  57. z-index: 2;
  58. }
  59. .getPhoneBtn{
  60. margin: 0;
  61. padding: 0;
  62. height: 100%;
  63. width: 100%;
  64. }
  65. .selectGroup{
  66. width:710rpx;
  67. height:65rpx;
  68. background-color: white;
  69. border-radius: 20rpx;
  70. box-sizing: border-box;
  71. line-height: 65rpx;
  72. padding: 0 25rpx;
  73. margin-top: 18rpx;
  74. display: flex;
  75. align-items: center;
  76. justify-content: space-between;
  77. font-size:24rpx;
  78. font-family:PingFangSC;
  79. font-weight:300;
  80. }
  81. .selectIcon{
  82. width: 25rpx;
  83. height: 15rpx;
  84. }
  85. .subscribeBtn{
  86. position: relative;
  87. width:710rpx;
  88. height:70rpx;
  89. margin-top: 18rpx;
  90. }
  91. .indexBottom{
  92. width: 750rpx;
  93. height: 205rpx;
  94. }
  95. .videoSty{
  96. position: relative;
  97. width:750rpx;
  98. height:530rpx;
  99. }
  100. #video{
  101. width: 100%;
  102. height: 100%;
  103. }
  104. .videoPlay{
  105. width: 139rpx;
  106. height: 138rpx;
  107. position: absolute;
  108. top:50%;
  109. left: 50%;
  110. transform: translate(-50%,-50%);
  111. }
  112. .swiperFrame{
  113. position: relative;
  114. width: 750rpx;
  115. height: 530rpx;
  116. }
  117. .swiperSty{
  118. width: 100%;
  119. height: 100%;
  120. }
  121. .leftArrow{
  122. position: absolute;
  123. top:50%;
  124. left: 23rpx;
  125. width: 28rpx;
  126. height: 118rpx;
  127. transform: translateY(-50%);
  128. }
  129. .rightArrow{
  130. position: absolute;
  131. width: 27rpx;
  132. height: 118rpx;
  133. top:50%;
  134. right: 23rpx;
  135. transform: translateY(-50%);
  136. }
  137. .codeGroup{
  138. width:710rpx;
  139. height:65rpx;
  140. background-color: white;
  141. border-radius: 20rpx;
  142. box-sizing: border-box;
  143. line-height: 55rpx;
  144. padding: 0 25rpx;
  145. margin-top: 18rpx;
  146. display: flex;
  147. align-items: center;
  148. justify-content: space-between;
  149. font-size:24rpx;
  150. font-family:PingFangSC;
  151. font-weight:300;
  152. }
  153. .inputCode{
  154. height: 100%;
  155. width: 500rpx;
  156. }
  157. .bannerBarGroup{
  158. margin-top: 23rpx;
  159. display: flex;
  160. align-items: center;
  161. justify-content: center;
  162. }
  163. .bannerBar1{
  164. height: 5rpx;
  165. background-color: #ABABAD;
  166. width: 50rpx;
  167. transition: width 0.3s;
  168. margin-left: 5rpx;
  169. }
  170. .bannerBar1:first-child{
  171. margin-left: 0;
  172. }
  173. .bannerBar2{
  174. width: 80rpx;
  175. background-color: #212B53;
  176. }
  177. .bannerBarFrame{
  178. width: 750rpx;
  179. height: 192rpx;
  180. background-color: #ececec;
  181. box-sizing: border-box;
  182. }
  183. .bannerName{
  184. width: 750rpx;
  185. height: 192rpx;
  186. padding-top: 41rpx;
  187. line-height: 30rpx;
  188. font-size:30rpx;
  189. font-family:PingFangSC;
  190. font-weight:300;
  191. color:rgba(0,0,0,1);
  192. text-align: center;
  193. box-sizing: border-box;
  194. }
  195. .videoPoster{
  196. position: absolute;
  197. left: 0;
  198. top:0;
  199. width: 100%;
  200. height: 100%;
  201. }
  202. .indexBottom2Group{
  203. position: relative;
  204. }
  205. .lookMore{
  206. position: absolute;
  207. right: 34rpx;
  208. bottom: 25rpx;
  209. width: 188rpx;
  210. height: 40rpx;
  211. }
  212. .getUserMsgBtn{
  213. position: absolute;
  214. top: 0;
  215. left: 0;
  216. padding: 0;
  217. margin: 0;
  218. opacity: 0;
  219. }
  220. .interval1{
  221. width: 750rpx;
  222. height: 58rpx;
  223. background-color: #ececec;
  224. }
  225. .indexBottom2{
  226. width:750rpx;
  227. height:140rpx;
  228. background-color: #ececec;
  229. }
  230. .indexOrderIcon{
  231. position: fixed;
  232. left: 50%;
  233. transform: translateX(-50%);
  234. bottom: 154rpx;
  235. width: 710rpx;
  236. height: 71rpx;
  237. z-index: 9;
  238. }
  239. .contentFrame{
  240. position: relative;
  241. }
  242. .newImages2-76{
  243. width: 750rpx;
  244. height: 10194rpx;
  245. }
  246. .lookMoreCar{
  247. width: 750rpx;
  248. padding: 60rpx 0;
  249. padding-bottom: 190rpx;
  250. display: flex;
  251. align-items: center;
  252. justify-content: center;
  253. background-color: #00a0e9;
  254. }
  255. .newImages2-14{
  256. width: 449rpx;
  257. height: 70rpx;
  258. }
  259. .newImages2-11{
  260. width:710rpx;
  261. height: 70rpx;
  262. position: fixed;
  263. bottom: 180rpx;
  264. left: 50%;
  265. transform: translateX(-50%);
  266. }
  267. .newImages2-12{
  268. width:390rpx;
  269. height: 62rpx;
  270. position: absolute;
  271. top: 3545rpx;
  272. left: 50%;
  273. transform: translateX(-50%);
  274. }
  275. .newImages2-13{
  276. width:390rpx;
  277. height: 61rpx;
  278. position: absolute;
  279. top: 3915rpx;
  280. left: 50%;
  281. transform: translateX(-50%);
  282. }
  283. .swiper1{
  284. position: absolute;
  285. left: 0;
  286. top: 4840rpx;
  287. width: 750rpx;
  288. height: 477rpx;
  289. }
  290. .arrow-left-1,.arrow-right-1,.arrow-left-2,.arrow-right-2,.arrow-left-3,.arrow-right-3,.arrow-left-4,.arrow-right-4{
  291. position: absolute;
  292. top: 4840rpx;
  293. height: 477rpx;
  294. display: flex;
  295. align-items: center;
  296. justify-content: center;
  297. }
  298. .arrow-left-1,.arrow-left-2,.arrow-left-3,.arrow-left-4{
  299. left: 18rpx;
  300. }
  301. .arrow-right-1,.arrow-right-2,.arrow-right-3,.arrow-right-4{
  302. right:18rpx;
  303. }
  304. .arrow-left-2,.arrow-right-2{
  305. top: 6233rpx;
  306. height: 496rpx;
  307. }
  308. .arrow-left-3,.arrow-right-3{
  309. top: 7802rpx;
  310. height: 402rpx;
  311. }
  312. .arrow-left-4,.arrow-right-4{
  313. top: 9285rpx;
  314. height: 447rpx;
  315. }
  316. .newImages2-78{
  317. width: 26rpx;
  318. height: 117rpx;
  319. }
  320. .dotGroup1,.dotGroup2,.dotGroup3,.dotGroup4{
  321. position: absolute;
  322. left: 0;
  323. top: 5281rpx;
  324. width: 750rpx;
  325. height: 16rpx;
  326. display: flex;
  327. align-items: center;
  328. justify-content: center;
  329. }
  330. .dotGroup2{
  331. top: 6699rpx;
  332. }
  333. .dotGroup3{
  334. top: 8157rpx;
  335. }
  336. .dotGroup4{
  337. top: 9695rpx;
  338. }
  339. .newImages2-80{
  340. width: 17rpx;
  341. height: 16rpx;
  342. margin: 0 5rpx;
  343. }
  344. .newImages2-81{
  345. width: 69rpx;
  346. height: 16rpx;
  347. margin: 0 5rpx;
  348. }
  349. .testText{
  350. position: absolute;
  351. top: 5327rpx;
  352. left: 50%;
  353. transform: translateX(-50%);
  354. width: 548rpx;
  355. height: 139rpx;
  356. }
  357. .swiper2{
  358. position: absolute;
  359. left: 0;
  360. top: 6233rpx;
  361. width: 750rpx;
  362. height: 496rpx;
  363. }
  364. .testText2{
  365. position: absolute;
  366. top: 6749rpx;
  367. left: 50%;
  368. transform: translateX(-50%);
  369. width: 524rpx;
  370. height: 103rpx;
  371. }
  372. .swiper3{
  373. position: absolute;
  374. left: 0;
  375. top: 7802rpx;
  376. width: 750rpx;
  377. height: 402rpx;
  378. }
  379. .testText3{
  380. position: absolute;
  381. top: 8226rpx;
  382. left: 50%;
  383. transform: translateX(-50%);
  384. width: 513rpx;
  385. height: 104rpx;
  386. }
  387. .swiper4{
  388. position: absolute;
  389. left: 0;
  390. top: 9285rpx;
  391. width: 750rpx;
  392. height: 447rpx;
  393. }
  394. .testText4{
  395. position: absolute;
  396. top: 9751rpx;
  397. left: 50%;
  398. transform: translateX(-50%);
  399. width: 540rpx;
  400. height: 104rpx;
  401. }
  402. .videoGroup{
  403. position: absolute;
  404. left: 340rpx;
  405. top: 518rpx;
  406. width: 69rpx;
  407. height: 72rpx;
  408. display: flex;
  409. flex-direction: column;
  410. align-items: center;
  411. }
  412. .newImages2-108{
  413. width: 69rpx;
  414. height: 72rpx;
  415. }
  416. .newImages2-110{
  417. width: 17rpx;
  418. height: 23rpx;
  419. margin-top: -42rpx;
  420. }
  421. .myVideo{
  422. position: fixed;
  423. top: 0;
  424. left: 0;
  425. width: 750rpx;
  426. height: calc(100vh - 120rpx);
  427. z-index: 999;
  428. }