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

215 line
3.4KB

  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. }
  12. .imgBg{
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. width: 750rpx;
  17. height: 1506rpx;
  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: 0 39rpx;
  27. padding-top:50rpx;
  28. padding-bottom: 64rpx;
  29. background-color: rgba(000, 000, 000, 0.5);
  30. box-sizing: border-box;
  31. }
  32. .inputGroup{
  33. position: relative;
  34. display: flex;
  35. align-items: center;
  36. justify-content: space-between;
  37. }
  38. .inputSty{
  39. width:333rpx;
  40. height:55rpx;
  41. background-color: white;
  42. border-radius: 10rpx;
  43. box-sizing: border-box;
  44. line-height: 55rpx;
  45. padding: 0 25rpx;
  46. font-size: 20rpx;
  47. color: black;
  48. }
  49. .getPhoneFrame{
  50. position: absolute;
  51. top:0;
  52. right:0;
  53. width:333rpx;
  54. height:55rpx;
  55. border-radius: 10rpx;
  56. overflow: hidden;
  57. opacity: 0;
  58. z-index: 2;
  59. }
  60. .getPhoneBtn{
  61. margin: 0;
  62. padding: 0;
  63. height: 100%;
  64. width: 100%;
  65. }
  66. .selectGroup{
  67. width:672rpx;
  68. height:55rpx;
  69. background-color: white;
  70. border-radius: 10rpx;
  71. box-sizing: border-box;
  72. line-height: 55rpx;
  73. padding: 0 25rpx;
  74. font-size: 20rpx;
  75. margin-top: 18rpx;
  76. display: flex;
  77. align-items: center;
  78. justify-content: space-between;
  79. }
  80. .selectIcon{
  81. width: 25rpx;
  82. height: 15rpx;
  83. }
  84. .subscribeBtn{
  85. position: relative;
  86. width:672rpx;
  87. height:54rpx;
  88. line-height: 54rpx;
  89. text-align: center;
  90. background-color: #345489;
  91. color: white;
  92. font-size: 29rpx;
  93. margin-top: 18rpx;
  94. border-radius: 10rpx;
  95. }
  96. .indexBottom{
  97. width: 750rpx;
  98. height: 353rpx;
  99. }
  100. .videoSty{
  101. position: relative;
  102. width:750rpx;
  103. height:530rpx;
  104. margin: 35rpx 0;
  105. }
  106. #video{
  107. width: 100%;
  108. height: 100%;
  109. }
  110. .videoPlay{
  111. width: 139rpx;
  112. height: 138rpx;
  113. position: absolute;
  114. top:50%;
  115. left: 50%;
  116. transform: translate(-50%,-50%);
  117. }
  118. .swiperFrame{
  119. position: relative;
  120. width: 750rpx;
  121. height: 340rpx;
  122. }
  123. .swiperSty{
  124. width: 100%;
  125. height: 100%;
  126. }
  127. .leftArrow{
  128. position: absolute;
  129. top:50%;
  130. left: 23rpx;
  131. width: 28rpx;
  132. height: 118rpx;
  133. transform: translateY(-50%);
  134. }
  135. .rightArrow{
  136. position: absolute;
  137. width: 27rpx;
  138. height: 118rpx;
  139. top:50%;
  140. right: 23rpx;
  141. transform: translateY(-50%);
  142. }
  143. .codeGroup{
  144. width:672rpx;
  145. height:55rpx;
  146. background-color: white;
  147. border-radius: 10rpx;
  148. box-sizing: border-box;
  149. line-height: 55rpx;
  150. padding: 0 25rpx;
  151. font-size: 20rpx;
  152. margin-top: 18rpx;
  153. display: flex;
  154. align-items: center;
  155. justify-content: space-between;
  156. }
  157. .inputCode{
  158. height: 100%;
  159. width: 500rpx;
  160. }
  161. .bannerBarGroup{
  162. margin-top: 23rpx;
  163. display: flex;
  164. align-items: center;
  165. justify-content: center;
  166. }
  167. .bannerBar1{
  168. height: 5rpx;
  169. background-color: #ABABAD;
  170. width: 50rpx;
  171. transition: width 0.3s;
  172. margin-left: 5rpx;
  173. }
  174. .bannerBar1:first-child{
  175. margin-left: 0;
  176. }
  177. .bannerBar2{
  178. width: 80rpx;
  179. background-color: #212B53;
  180. }
  181. .bannerName{
  182. font-size:28rpx;
  183. font-family:PingFang;
  184. font-weight:bold;
  185. color:rgba(25,47,91,1);
  186. text-align: center;
  187. line-height: 28rpx;
  188. margin-top: 21rpx;
  189. margin-bottom: 40rpx;
  190. }
  191. .videoPoster{
  192. position: absolute;
  193. left: 0;
  194. top:0;
  195. width: 100%;
  196. height: 100%;
  197. }
  198. .indexBottom2Group{
  199. position: relative;
  200. }
  201. .lookMore{
  202. position: absolute;
  203. right: 34rpx;
  204. bottom: 25rpx;
  205. width: 188rpx;
  206. height: 40rpx;
  207. }
  208. .getUserMsgBtn{
  209. position: absolute;
  210. top: 0;
  211. left: 0;
  212. padding: 0;
  213. margin: 0;
  214. opacity: 0;
  215. }