index.wxss 2.8 KB

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