selectword.wxss 3.0 KB

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