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

5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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: 1356rpx;
  18. transition: opacity 1000ms;
  19. z-index: 9;
  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. width:672rpx;
  86. height:54rpx;
  87. line-height: 54rpx;
  88. text-align: center;
  89. background-color: #005EFF;
  90. color: white;
  91. font-size: 29rpx;
  92. margin-top: 18rpx;
  93. border-radius: 10rpx;
  94. }
  95. .indexBottom{
  96. width: 750rpx;
  97. height: 353rpx;
  98. }
  99. .videoSty{
  100. position: relative;
  101. width:750rpx;
  102. height:530rpx;
  103. margin-bottom: 18rpx;
  104. }
  105. #video{
  106. width: 100%;
  107. height: 100%;
  108. }
  109. .videoPlay{
  110. width: 139rpx;
  111. height: 138rpx;
  112. position: absolute;
  113. top:50%;
  114. left: 50%;
  115. transform: translate(-50%,-50%);
  116. }
  117. .swiperFrame{
  118. position: relative;
  119. width: 750rpx;
  120. height: 340rpx;
  121. }
  122. .swiperSty{
  123. width: 100%;
  124. height: 100%;
  125. }
  126. .leftArrow{
  127. position: absolute;
  128. top:50%;
  129. left: 23rpx;
  130. width: 28rpx;
  131. height: 118rpx;
  132. transform: translateY(-50%);
  133. }
  134. .rightArrow{
  135. position: absolute;
  136. width: 27rpx;
  137. height: 118rpx;
  138. top:50%;
  139. right: 23rpx;
  140. transform: translateY(-50%);
  141. }
  142. .codeGroup{
  143. width:672rpx;
  144. height:55rpx;
  145. background-color: white;
  146. border-radius: 10rpx;
  147. box-sizing: border-box;
  148. line-height: 55rpx;
  149. padding: 0 25rpx;
  150. font-size: 20rpx;
  151. margin-top: 18rpx;
  152. display: flex;
  153. align-items: center;
  154. justify-content: space-between;
  155. }
  156. .inputCode{
  157. height: 100%;
  158. width: 500rpx;
  159. }
  160. .bannerBarGroup{
  161. margin-top: 23rpx;
  162. display: flex;
  163. align-items: center;
  164. justify-content: center;
  165. }
  166. .bannerBar1{
  167. height: 5rpx;
  168. background-color: #ABABAD;
  169. width: 50rpx;
  170. transition: width 0.3s;
  171. margin-left: 5rpx;
  172. }
  173. .bannerBar1:first-child{
  174. margin-left: 0;
  175. }
  176. .bannerBar2{
  177. width: 80rpx;
  178. background-color: #212B53;
  179. }
  180. .bannerName{
  181. font-size:28rpx;
  182. font-family:PingFang;
  183. font-weight:bold;
  184. color:rgba(25,47,91,1);
  185. text-align: center;
  186. line-height: 28rpx;
  187. margin-top: 21rpx;
  188. margin-bottom: 40rpx;
  189. }
  190. .videoPoster{
  191. position: absolute;
  192. left: 0;
  193. top:0;
  194. width: 100%;
  195. height: 100%;
  196. }