newuser.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. .container{
  2. background-color: #f8f8f8;
  3. }
  4. .img{
  5. width:100%;
  6. }
  7. .panelShowPay{
  8. width:100%;
  9. height:120rpx;
  10. position: fixed;
  11. bottom: 0;
  12. z-index: 10;
  13. background-color: #F8F8F8;
  14. justify-content: flex-start;
  15. }
  16. .panelShowPay_IPhoneX{
  17. width:100%;
  18. height:140rpx;
  19. position: fixed;
  20. bottom: 0;
  21. z-index: 10;
  22. background-color: #F8F8F8;
  23. justify-content: flex-start;
  24. }
  25. .btn2{
  26. width:730rpx;
  27. height:100rpx;
  28. border-radius: 20rpx;
  29. background-color: #FF970C;
  30. margin-top:10rpx;
  31. }
  32. .panelBottom{
  33. width:100%;
  34. position: fixed;
  35. top: -1rpx;
  36. background-color: rgba(0,0,0,0.5);
  37. z-index: 20;
  38. }
  39. .panelBottom0{
  40. width:100%;
  41. height:700rpx;
  42. position: fixed;
  43. bottom: 0;
  44. background-color: #29365C;
  45. z-index: 10;
  46. justify-content: flex-start;
  47. color:#fff;
  48. }
  49. .panelBottom1{
  50. position: absolute;
  51. top: 515rpx;
  52. left:119rpx;
  53. color:#fff;
  54. align-items: flex-start;
  55. z-index: 20;
  56. }
  57. .bm_sy_bg{
  58. width:100%;
  59. height:198rpx;
  60. position: absolute;
  61. bottom: 0;
  62. }
  63. .text1{
  64. margin: 75rpx 0 0 0;
  65. font-size:36rpx;
  66. text-align: center;
  67. }
  68. .text2{
  69. margin: 30rpx 0 0 0;
  70. font-size:64rpx;
  71. }
  72. .text3{
  73. font-size:24rpx;
  74. }
  75. .text4{
  76. font-size:36rpx;
  77. }
  78. .btn{
  79. font-size:36rpx;
  80. width:580rpx;
  81. height:130rpx;
  82. border-radius: 20rpx;
  83. text-align: center;
  84. line-height: 130rpx;
  85. background-color: #FF970C;
  86. margin-top: 30rpx;
  87. }
  88. .bm_sy_banner-zf{
  89. width:110rpx;
  90. height:58rpx;
  91. }
  92. .bm_sy_banner-bm{
  93. width:200rpx;
  94. height:59rpx;
  95. }
  96. .signup_registration_illus{
  97. width:100%;
  98. height:260rpx;
  99. }
  100. .btn3{
  101. font-size:36rpx;
  102. width:650rpx;
  103. height:110rpx;
  104. border-radius: 20rpx;
  105. text-align: center;
  106. line-height: 110rpx;
  107. border:2rpx solid #D2D2D2;
  108. background-color: #fff;
  109. }
  110. .container2{
  111. background-color: #fff;
  112. }
  113. .text5{
  114. font-size:48rpx;
  115. margin-top:20rpx;
  116. }
  117. .text6{
  118. font-size:48rpx;
  119. }
  120. .text7{
  121. font-size:64rpx;
  122. margin-top:50rpx;
  123. }
  124. .btn4{
  125. font-size:36rpx;
  126. width:400rpx;
  127. height:110rpx;
  128. border-radius: 10rpx;
  129. text-align: center;
  130. line-height: 110rpx;
  131. background-color: #5282FA;
  132. color:#fff;
  133. margin-top:130rpx;
  134. }
  135. .scrollPanel{
  136. width:100%;
  137. height: 718rpx;
  138. display: flex;
  139. white-space: nowrap;
  140. margin: 60rpx 0 40rpx 0;
  141. background-color: #F8F8F8;
  142. }
  143. .showWidth{
  144. margin-left: 20rpx;
  145. background-color: #F8F8F8;
  146. display: inline-block;
  147. }
  148. .img2{
  149. width:570rpx;
  150. height:718rpx;
  151. margin: 0 20rpx 0 0;
  152. border-radius: 20rpx;
  153. background-color: #fff;
  154. display: inline-block;
  155. }
  156. .footer{
  157. width:100%;
  158. height:190rpx;
  159. background-color: #F8F8F8;
  160. }