东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

238 行
3.8KB

  1. /**index.wxss**/
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 150rpx);
  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: 150rpx;
  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:502rpx;
  228. background-color: #ececec;
  229. }
  230. .indexOrderIcon{
  231. position: fixed;
  232. left: 50%;
  233. transform: translateX(-50%);
  234. bottom: 188rpx;
  235. width: 710rpx;
  236. height: 71rpx;
  237. z-index: 9;
  238. }