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

index.wxss 6.8KB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  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. display: flex;
  250. align-items: center;
  251. justify-content: center;
  252. background-color: #00a0e9;
  253. }
  254. .newImages2-14{
  255. width: 449rpx;
  256. height: 70rpx;
  257. }
  258. .newImages2-11{
  259. width:390rpx;
  260. height: 62rpx;
  261. position: absolute;
  262. top: 1257rpx;
  263. left: 50%;
  264. transform: translateX(-50%);
  265. }
  266. .newImages2-12{
  267. width:390rpx;
  268. height: 62rpx;
  269. position: absolute;
  270. top: 3545rpx;
  271. left: 50%;
  272. transform: translateX(-50%);
  273. }
  274. .newImages2-13{
  275. width:390rpx;
  276. height: 61rpx;
  277. position: absolute;
  278. top: 3915rpx;
  279. left: 50%;
  280. transform: translateX(-50%);
  281. }
  282. .swiper1{
  283. position: absolute;
  284. left: 0;
  285. top: 4840rpx;
  286. width: 750rpx;
  287. height: 477rpx;
  288. }
  289. .arrow-left-1,.arrow-right-1,.arrow-left-2,.arrow-right-2,.arrow-left-3,.arrow-right-3,.arrow-left-4,.arrow-right-4{
  290. position: absolute;
  291. top: 4840rpx;
  292. height: 477rpx;
  293. display: flex;
  294. align-items: center;
  295. justify-content: center;
  296. }
  297. .arrow-left-1,.arrow-left-2,.arrow-left-3,.arrow-left-4{
  298. left: 18rpx;
  299. }
  300. .arrow-right-1,.arrow-right-2,.arrow-right-3,.arrow-right-4{
  301. right:18rpx;
  302. }
  303. .arrow-left-2,.arrow-right-2{
  304. top: 6233rpx;
  305. height: 496rpx;
  306. }
  307. .arrow-left-3,.arrow-right-3{
  308. top: 7802rpx;
  309. height: 402rpx;
  310. }
  311. .arrow-left-4,.arrow-right-4{
  312. top: 9285rpx;
  313. height: 447rpx;
  314. }
  315. .newImages2-78{
  316. width: 26rpx;
  317. height: 117rpx;
  318. }
  319. .dotGroup1,.dotGroup2,.dotGroup3,.dotGroup4{
  320. position: absolute;
  321. left: 0;
  322. top: 5281rpx;
  323. width: 750rpx;
  324. height: 16rpx;
  325. display: flex;
  326. align-items: center;
  327. justify-content: center;
  328. }
  329. .dotGroup2{
  330. top: 6699rpx;
  331. }
  332. .dotGroup3{
  333. top: 8157rpx;
  334. }
  335. .dotGroup4{
  336. top: 9695rpx;
  337. }
  338. .newImages2-80{
  339. width: 17rpx;
  340. height: 16rpx;
  341. margin: 0 5rpx;
  342. }
  343. .newImages2-81{
  344. width: 69rpx;
  345. height: 16rpx;
  346. margin: 0 5rpx;
  347. }
  348. .testText{
  349. position: absolute;
  350. top: 5327rpx;
  351. left: 50%;
  352. transform: translateX(-50%);
  353. width: 548rpx;
  354. height: 139rpx;
  355. }
  356. .swiper2{
  357. position: absolute;
  358. left: 0;
  359. top: 6233rpx;
  360. width: 750rpx;
  361. height: 496rpx;
  362. }
  363. .testText2{
  364. position: absolute;
  365. top: 6749rpx;
  366. left: 50%;
  367. transform: translateX(-50%);
  368. width: 524rpx;
  369. height: 103rpx;
  370. }
  371. .swiper3{
  372. position: absolute;
  373. left: 0;
  374. top: 7802rpx;
  375. width: 750rpx;
  376. height: 402rpx;
  377. }
  378. .testText3{
  379. position: absolute;
  380. top: 8226rpx;
  381. left: 50%;
  382. transform: translateX(-50%);
  383. width: 513rpx;
  384. height: 104rpx;
  385. }
  386. .swiper4{
  387. position: absolute;
  388. left: 0;
  389. top: 9285rpx;
  390. width: 750rpx;
  391. height: 447rpx;
  392. }
  393. .testText4{
  394. position: absolute;
  395. top: 9751rpx;
  396. left: 50%;
  397. transform: translateX(-50%);
  398. width: 540rpx;
  399. height: 104rpx;
  400. }
  401. .videoGroup{
  402. position: absolute;
  403. left: 340rpx;
  404. top: 518rpx;
  405. width: 69rpx;
  406. height: 72rpx;
  407. display: flex;
  408. flex-direction: column;
  409. align-items: center;
  410. }
  411. .newImages2-108{
  412. width: 69rpx;
  413. height: 72rpx;
  414. }
  415. .newImages2-110{
  416. width: 17rpx;
  417. height: 23rpx;
  418. margin-top: -42rpx;
  419. }
  420. .myVideo{
  421. position: fixed;
  422. top: 0;
  423. left: 0;
  424. width: 750rpx;
  425. height: calc(100vh - 120rpx);
  426. z-index: 999;
  427. }