东风启辰小程序端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

228 行
3.6KB

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