selectword.wxss 2.9 KB

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