index.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. .panelTop{
  2. width:100%;
  3. z-index: 20;
  4. }
  5. .panelTop1{
  6. position: fixed;
  7. top:0;
  8. }
  9. .panel1{
  10. position: relative;
  11. margin-top: 80rpx;
  12. color: #C1E1C1;
  13. width: 600rpx;
  14. align-items: flex-start;
  15. align-self: start;
  16. }
  17. .pic_01{
  18. width:431rpx;
  19. height:351rpx;
  20. margin:0 0 0 100rpx;
  21. }
  22. .panel2{
  23. margin: 87rpx 0 0 0;
  24. width: 100%;
  25. }
  26. .btn01{
  27. width: 590rpx;
  28. height:100rpx;
  29. background: #CA4B15;
  30. box-shadow: 0 20rpx 0 0 #702F14, 0 40rpx 0 0 rgba(0,0,0,0.30);
  31. border-radius: 30rpx;
  32. font-size: 48rpx;
  33. }
  34. .btn02{
  35. width: 590rpx;
  36. height:100rpx;
  37. margin: 80rpx 0 40rpx 0;
  38. background: #004433;
  39. border: 5rpx solid #C1E1C1;
  40. border-radius: 30rpx;
  41. font-size: 36rpx;
  42. color: #C1E1C1;
  43. position: relative;
  44. }
  45. .btn021{
  46. width: 80rpx;
  47. height:50rpx;
  48. background: #C1E1C1;
  49. border-radius: 10rpx;
  50. color:#004433;
  51. font-size: 24rpx;
  52. position: absolute;
  53. right:30rpx;
  54. }
  55. .panel3{
  56. width:360rpx;
  57. align-self: start;
  58. margin-left: 120rpx;
  59. font-size: 24rpx;
  60. color: #C1E1C1;
  61. position: relative;
  62. background-color: #004433;
  63. }
  64. .panel31{
  65. width:100%;
  66. height:93rpx;
  67. justify-content: flex-start;
  68. }
  69. .sysIcon_a01{
  70. width:24rpx;
  71. height:24rpx;
  72. margin: 0 10rpx 0 0;
  73. }
  74. .sysIcon_b19{
  75. width:28rpx;
  76. height:28rpx;
  77. margin: 0 10rpx 0 0;
  78. }
  79. .panelLine{
  80. width: 360rpx;
  81. height: 1rpx;
  82. background-color: #C1E1C1;
  83. }
  84. .sysIcon_a02{
  85. width:10rpx;
  86. height:18rpx;
  87. margin: 0 0 0 10rpx;
  88. }
  89. .panelMenu{
  90. background-color: rgba(26,67,51,0.50);
  91. z-index: 20;
  92. position: fixed;
  93. top:0;
  94. }
  95. .panelRemind{
  96. width: 690rpx;
  97. margin-bottom: 75rpx;
  98. position: fixed;
  99. bottom: 0;
  100. background: #CA4B15;
  101. box-shadow: 0 20rpx 0 0 #8E3F1D, 0 50rpx 0 0 rgba(0,0,0,0.50);
  102. border-radius: 60rpx;
  103. background-image: radial-gradient(circle at 53% 50%, #85261E 0%, rgba(178,71,62,0.00) 50%);
  104. }
  105. .sysIcon_b10{
  106. width: 360rpx;
  107. height:140rpx;
  108. position: absolute;
  109. right:0;
  110. top:-22rpx;
  111. }
  112. .panelRemind1{
  113. width: 100%;
  114. justify-content: flex-start;
  115. margin-top: 40rpx;
  116. font-size: 36rpx;
  117. color: #FFFFFF;
  118. z-index: 25rpx;
  119. }
  120. .sysIcon_b09{
  121. width: 50rpx;
  122. height:50rpx;
  123. margin: 0 20rpx 0 50rpx ;
  124. }
  125. .panelRemind2{
  126. width: 650rpx;
  127. min-height:220rpx;
  128. background: #FFFFFF;
  129. color: #2E2E2E;
  130. border-radius: 40rpx;
  131. margin: 30rpx 0;
  132. justify-content: flex-start;
  133. }
  134. .textRemind{
  135. width:570rpx;
  136. font-weight: 400;
  137. font-size: 28rpx;
  138. align-items: flex-start;
  139. margin-top: 80rpx;
  140. }
  141. .btnReind1{
  142. width:590rpx;
  143. height:90rpx;
  144. background: #F0F0F0;
  145. border-radius: 20rpx;
  146. font-size: 36rpx;
  147. margin-top: 60rpx;
  148. }
  149. .btnReind2{
  150. width:590rpx;
  151. height:70rpx;
  152. background: #fff;
  153. font-size: 28rpx;
  154. margin: 30rpx 0 40rpx 0;
  155. }
  156. .panelGuideContainer .panelGuideContainerImage{
  157. width: 610rpx;
  158. height: 338rpx;
  159. }
  160. .panelFooter{
  161. width: 100%;
  162. background-color: #fff;
  163. color: #004433;
  164. position: fixed;
  165. bottom: 0;
  166. z-index: 10;
  167. }
  168. .panelFooter1{
  169. width:100%;
  170. }
  171. .panelFooter2{
  172. width:100%;
  173. position: relative;
  174. z-index: 50;
  175. }
  176. .pic_02{
  177. width:100%;
  178. height:230rpx;
  179. }
  180. .panelFooterBtn{
  181. width: 50%;
  182. font-size: 36rpx;
  183. height: 100rpx;
  184. justify-content: flex-end;
  185. }
  186. .panelFooterLine{
  187. width: 72rpx;
  188. height:16rpx;
  189. margin-top: 9rpx;
  190. }
  191. .panelFooterLine1{
  192. width: 72rpx;
  193. height:16rpx;
  194. margin-top: 9rpx;
  195. background-color: #004433;
  196. }
  197. .iphone10plus{
  198. width:100%;
  199. height:30rpx;
  200. background-color: #fff;
  201. }