东风启辰小程序端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

429 lines
6.8KB

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