东风启辰小程序端
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

400 líneas
6.4KB

  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: 9912rpx;
  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: 971rpx;
  263. left: 50%;
  264. transform: translateX(-50%);
  265. }
  266. .newImages2-12{
  267. width:390rpx;
  268. height: 62rpx;
  269. position: absolute;
  270. top: 3262rpx;
  271. left: 50%;
  272. transform: translateX(-50%);
  273. }
  274. .newImages2-13{
  275. width:390rpx;
  276. height: 61rpx;
  277. position: absolute;
  278. top: 3632rpx;
  279. left: 50%;
  280. transform: translateX(-50%);
  281. }
  282. .swiper1{
  283. position: absolute;
  284. left: 0;
  285. top: 4560rpx;
  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: 4560rpx;
  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: 5954rpx;
  305. height: 496rpx;
  306. }
  307. .arrow-left-3,.arrow-right-3{
  308. top: 7524rpx;
  309. height: 402rpx;
  310. }
  311. .arrow-left-4,.arrow-right-4{
  312. top: 9010rpx;
  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: 5003rpx;
  323. width: 750rpx;
  324. height: 16rpx;
  325. display: flex;
  326. align-items: center;
  327. justify-content: center;
  328. }
  329. .dotGroup2{
  330. top: 6423rpx;
  331. }
  332. .dotGroup3{
  333. top: 7894rpx;
  334. }
  335. .dotGroup4{
  336. top: 9421rpx;
  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: 5049rpx;
  351. left: 50%;
  352. transform: translateX(-50%);
  353. width: 732rpx;
  354. height: 82rpx;
  355. }
  356. .swiper2{
  357. position: absolute;
  358. left: 0;
  359. top: 5954rpx;
  360. width: 750rpx;
  361. height: 496rpx;
  362. }
  363. .testText2{
  364. position: absolute;
  365. top: 6476rpx;
  366. left: 50%;
  367. transform: translateX(-50%);
  368. width: 653rpx;
  369. height: 99rpx;
  370. }
  371. .swiper3{
  372. position: absolute;
  373. left: 0;
  374. top: 7524rpx;
  375. width: 750rpx;
  376. height: 402rpx;
  377. }
  378. .testText3{
  379. position: absolute;
  380. top: 7953rpx;
  381. left: 50%;
  382. transform: translateX(-50%);
  383. width: 525rpx;
  384. height: 101rpx;
  385. }
  386. .swiper4{
  387. position: absolute;
  388. left: 0;
  389. top: 9010rpx;
  390. width: 750rpx;
  391. height: 447rpx;
  392. }
  393. .testText4{
  394. position: absolute;
  395. top: 9481rpx;
  396. left: 50%;
  397. transform: translateX(-50%);
  398. width: 518rpx;
  399. height: 99rpx;
  400. }