newuser.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. }
  56. .bm_sy_bg{
  57. width:100%;
  58. height:198rpx;
  59. position: absolute;
  60. bottom: 0;
  61. }
  62. .text1{
  63. margin: 75rpx 0 0 0;
  64. font-size:36rpx;
  65. text-align: center;
  66. }
  67. .text2{
  68. margin: 30rpx 0 0 0;
  69. font-size:64rpx;
  70. }
  71. .text3{
  72. font-size:24rpx;
  73. }
  74. .text4{
  75. font-size:36rpx;
  76. }
  77. .btn{
  78. font-size:36rpx;
  79. width:580rpx;
  80. height:130rpx;
  81. border-radius: 20rpx;
  82. text-align: center;
  83. line-height: 130rpx;
  84. background-color: #FF970C;
  85. margin-top: 30rpx;
  86. }
  87. .bm_sy_banner-zf{
  88. width:105rpx;
  89. height:60rpx;
  90. }
  91. .trial_registration_xcode2{
  92. width:100%;
  93. height:910rpx;
  94. }
  95. .btn3{
  96. font-size:36rpx;
  97. width:650rpx;
  98. height:110rpx;
  99. border-radius: 20rpx;
  100. text-align: center;
  101. line-height: 110rpx;
  102. border:2rpx solid #D2D2D2;
  103. background-color: #fff;
  104. }