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

197 lines
3.1KB

  1. /**index.wxss**/
  2. image{
  3. display: block;
  4. }
  5. view{
  6. overflow:auto;
  7. -webkit-overflow-scrolling: touch;
  8. }
  9. .main{
  10. height: calc(100vh - 150rpx);
  11. overflow: auto;
  12. }
  13. .imgBg{
  14. position: fixed;
  15. top: 0;
  16. left: 0;
  17. width: 750rpx;
  18. height: 1356rpx;
  19. transition: opacity 1000ms;
  20. z-index: 9;
  21. }
  22. .msgFrame{
  23. position: fixed;
  24. bottom: 150rpx;
  25. left: 0;
  26. width:750rpx;
  27. padding: 0 39rpx;
  28. padding-top:50rpx;
  29. padding-bottom: 64rpx;
  30. background-color: rgba(000, 000, 000, 0.5);
  31. box-sizing: border-box;
  32. }
  33. .inputGroup{
  34. position: relative;
  35. display: flex;
  36. align-items: center;
  37. justify-content: space-between;
  38. }
  39. .inputSty{
  40. width:333rpx;
  41. height:55rpx;
  42. background-color: white;
  43. border-radius: 10rpx;
  44. box-sizing: border-box;
  45. line-height: 55rpx;
  46. padding: 0 25rpx;
  47. font-size: 20rpx;
  48. color: black;
  49. }
  50. .getPhoneFrame{
  51. position: absolute;
  52. top:0;
  53. right:0;
  54. width:333rpx;
  55. height:55rpx;
  56. border-radius: 10rpx;
  57. overflow: hidden;
  58. opacity: 0;
  59. z-index: 2;
  60. }
  61. .getPhoneBtn{
  62. margin: 0;
  63. padding: 0;
  64. height: 100%;
  65. width: 100%;
  66. }
  67. .selectGroup{
  68. width:672rpx;
  69. height:55rpx;
  70. background-color: white;
  71. border-radius: 10rpx;
  72. box-sizing: border-box;
  73. line-height: 55rpx;
  74. padding: 0 25rpx;
  75. font-size: 20rpx;
  76. margin-top: 18rpx;
  77. display: flex;
  78. align-items: center;
  79. justify-content: space-between;
  80. }
  81. .selectIcon{
  82. width: 25rpx;
  83. height: 15rpx;
  84. }
  85. .subscribeBtn{
  86. width:672rpx;
  87. height:54rpx;
  88. line-height: 54rpx;
  89. text-align: center;
  90. background-color: #005EFF;
  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-bottom: 18rpx;
  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. }