selectword.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. .panel1{
  2. width:690rpx;
  3. color: #C1E1C1;
  4. position: relative;
  5. }
  6. .text01{
  7. font-size: 36rpx;
  8. margin:50rpx 0 0 40rpx;
  9. align-self: start;
  10. }
  11. .panel11{
  12. margin: 0 0 30rpx 0;
  13. font-size:24rpx;
  14. width: 100%;
  15. justify-content: space-between;
  16. }
  17. .panel111{
  18. margin-left: 40rpx;
  19. }
  20. .panel112{
  21. width: 176rpx;
  22. height:73rpx;
  23. }
  24. .sysIcon_a01{
  25. width:24rpx;
  26. height:24rpx;
  27. margin-right: 10rpx;
  28. }
  29. .panel10{
  30. position: fixed;
  31. top:0;
  32. width: 100%;
  33. height:140rpx;
  34. z-index: 10;
  35. justify-content: flex-start;
  36. background-image: linear-gradient(180deg, #004433 0%, rgba(0,46,34,0.80) 100%);
  37. }
  38. .panel101{
  39. background: #CA4B15;
  40. border-radius: 10rpx;
  41. height:70rpx;
  42. margin-left: 30rpx;
  43. padding: 0 30rpx;
  44. }
  45. .text03{
  46. font-size:24rpx;
  47. color:#fff;
  48. margin-left: 20rpx;
  49. }
  50. .sysIcon_a03{
  51. width:20rpx;
  52. height:20rpx;
  53. }
  54. .panel2{
  55. width:690rpx;
  56. min-height:150rpx;
  57. background: #002F24;
  58. box-shadow: 0 10rpx 0 0 rgba(0,0,0,0.50);
  59. border-radius: 40rpx;
  60. justify-content: flex-start;
  61. }
  62. .panel21{
  63. width: 655rpx;
  64. margin: 40rpx 0 20rpx 30rpx;
  65. flex-wrap: wrap;
  66. align-items: flex-start;
  67. justify-content: flex-start;
  68. }
  69. .btn{
  70. min-width: 88rpx;
  71. height:90rpx;
  72. background: #061A1B;
  73. border-radius: 20rpx;
  74. margin: 0 20rpx 20rpx 0;
  75. color:#C1E1C1;
  76. font-weight: 400;
  77. padding: 0 20rpx;
  78. font-size: 36rpx;
  79. }
  80. .btnSelected{
  81. background: #004433;
  82. color:#FFDD88;
  83. font-weight: 700;
  84. padding: 0 18rpx;
  85. }
  86. .panelNull{
  87. margin-top: 360rpx;
  88. color: #C1E1C1;
  89. }
  90. .pic_05{
  91. width:300rpx;
  92. height:43rpx;
  93. }
  94. .text05{
  95. font-size: 28rpx;
  96. margin-top: 40rpx;
  97. }
  98. .text06{
  99. font-weight: 400;
  100. font-size: 24rpx;
  101. margin: 10rpx 0 0 0;
  102. }
  103. .panelNull1{
  104. margin-top: 40rpx;
  105. font-size: 24rpx;
  106. }
  107. .pic_06{
  108. width:300rpx;
  109. height:144rpx;
  110. position: fixed;
  111. left:0;
  112. bottom:180rpx;
  113. }
  114. .panelFooter{
  115. width: 100%;
  116. height:180rpx;
  117. background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
  118. position: fixed;
  119. bottom: 0rpx;
  120. align-items: flex-start;
  121. z-index: 10;
  122. }
  123. .panelFooter1{
  124. width:730rpx;
  125. height:140rpx;
  126. color:#F2F2F2;
  127. background: #1E1E1E;
  128. box-shadow: 0 30rpx 0 0 #0C0C0C;
  129. border-radius: 10rpx 10rpx 60rpx 60rpx;
  130. }
  131. .panelFooter10{
  132. background-color: #303030;
  133. font-size:24rpx;
  134. }
  135. .panelFooter11{
  136. width:160rpx;
  137. height:120rpx;
  138. border-radius: 5rpx 10rpx 10rpx 50rpx;
  139. }
  140. .panelFooter14{
  141. width:540rpx;
  142. height:120rpx;
  143. border-radius: 10rpx 5rpx 50rpx 10rpx;
  144. font-size:36rpx;
  145. margin-left: 10rpx;
  146. }
  147. .text02{
  148. font-size:24rpx;
  149. margin-top: 17rpx;
  150. }
  151. .text04{
  152. font-size: 28rpx;
  153. color: #9B9B9B;
  154. position: absolute;
  155. right:60rpx;
  156. }
  157. .sysIcon_a06{
  158. width:10rpx;
  159. height:16rpx;
  160. margin: 0 10rpx;
  161. }
  162. .panelExample{
  163. background-color: rgba(26,67,51,0.50);
  164. z-index: 20;
  165. position: fixed;
  166. top:0;
  167. left:0;
  168. right:0;
  169. bottom:0;
  170. overflow: hidden;
  171. }
  172. .exampleScrollView {
  173. width: 100%;
  174. display: flex;
  175. flex-direction: column;
  176. align-items: center;
  177. padding-bottom: 300rpx;
  178. }
  179. .panelExampleBtn{
  180. width: 100%;
  181. height:140rpx;
  182. background: #875A4B;
  183. font-size: 48rpx;
  184. color: #F0F0F0;
  185. position: fixed;
  186. bottom:0;
  187. z-index: 20;
  188. }
  189. .pic_h01{
  190. margin-top: 64rpx;
  191. margin-left: 15rpx;
  192. width: 728rpx;
  193. height:1258rpx;
  194. margin-bottom: 300rpx;
  195. z-index: 15;
  196. }
  197. .pic_04{
  198. width:100%;
  199. height: 170rpx;
  200. position: fixed;
  201. bottom:140rpx;
  202. z-index: 20;
  203. }