library.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. .container {
  2. background-color: #AAA8A5;
  3. }
  4. .panel1 {
  5. width: 100%;
  6. height:120rpx;
  7. background-color: #fff;
  8. color: #2E2E2E;
  9. align-items: flex-end;
  10. position: fixed;
  11. z-index: 100;
  12. border-bottom: 1rpx solid #AAA8A5;
  13. }
  14. .panel10{
  15. font-size: 36rpx;
  16. font-weight: 700;
  17. margin: 0 50rpx;
  18. justify-content: flex-end;
  19. }
  20. .panel11{
  21. font-family: Teko-SemiBold;
  22. font-size: 36rpx;
  23. margin: 0 50rpx;
  24. justify-content: flex-end;
  25. }
  26. .panel110{
  27. width:72rpx;
  28. height:20rpx;
  29. margin-top: 20rpx;
  30. background-color: #fff;
  31. width: 100%;
  32. }
  33. .panel110Selected{
  34. background: #FF8451;
  35. }
  36. .panel2{
  37. width:100%;
  38. background-color: #AAA8A5;
  39. }
  40. .panel21{
  41. margin: 40rpx 0 60rpx 0;
  42. }
  43. .panel211{
  44. border-radius: 10rpx;
  45. font-size: 28rpx;
  46. color:#fff;
  47. background-color: #797775;
  48. margin: 0 15rpx;
  49. line-height: 60rpx;
  50. width: 320rpx;
  51. text-align: center;
  52. position: relative;
  53. }
  54. .panel2111{
  55. background-color: #F0F0F0;
  56. color:#2E2E2E;
  57. }
  58. .sysIcon_a05{
  59. width: 16rpx;
  60. height:16rpx;
  61. position: absolute;
  62. right:30rpx;
  63. }
  64. .sysIcon_a09{
  65. width: 16rpx;
  66. height:10rpx;
  67. position: absolute;
  68. right:30rpx;
  69. }
  70. .panel2110{
  71. width:150rpx;
  72. }
  73. .panel211Selected{
  74. background: #F0F0F0;
  75. color:#2E2E2E;
  76. }
  77. .panel22{
  78. justify-content: flex-start;
  79. align-items: flex-start;
  80. flex-wrap: wrap;
  81. width:700rpx;
  82. }
  83. .panel221{
  84. position: relative;
  85. width: 320rpx;
  86. height:353rpx;
  87. margin: 0 15rpx 60rpx 15rpx;
  88. background-color: #fff;
  89. border-radius: 30rpx;
  90. background: #FFFFFF;
  91. justify-content: flex-start;
  92. box-shadow: 0 10rpx 0 0 rgba(255,255,255,0.30), 0 20rpx 0 0 rgba(255,255,255,0.30), 0 30rpx 0 0 rgba(255,255,255,0.50), 0 40rpx 0 0 rgba(0,0,0,0.20);
  93. }
  94. .panel2211{
  95. width:300rpx;
  96. height:100rpx;
  97. border-radius: 20rpx 20rpx 5rpx 5rpx;
  98. background-color: #f2f2f2;
  99. margin-top: 10rpx;
  100. }
  101. .panel2211Logo{
  102. width: 320rpx;
  103. height:120rpx;
  104. position: absolute;
  105. top:0rpx;
  106. left:0;
  107. }
  108. .panel2212{
  109. font-size: 36rpx;
  110. color: #2E2E2E;
  111. align-self: start;
  112. margin: 40rpx 0 0 40rpx;
  113. }
  114. .panel2213{
  115. font-size: 36rpx;
  116. height:50rpx;
  117. font-weight: 400;
  118. color: #2E2E2E;
  119. align-self: start;
  120. margin: 0 0 0 40rpx;
  121. }
  122. .panel2214{
  123. font-size: 24rpx;
  124. color: #2E2E2E;
  125. align-self: start;
  126. margin: 30rpx 0 0 40rpx;
  127. }
  128. .panel22141{
  129. font-family: Teko-SemiBold;
  130. font-size: 36rpx;
  131. color: #4D4D4D;
  132. margin: 8rpx 0 0 10rpx;
  133. }
  134. .panel23{
  135. margin-bottom: 40rpx;
  136. color:#1E1E1E;
  137. font-size: 28rpx;
  138. width: 630rpx;
  139. }
  140. .containerMenu{
  141. width: 100%;
  142. position: fixed;
  143. top:0;
  144. background-color: rgba(255,255,255,0.20);
  145. z-index: 100;
  146. }
  147. .panelMenu{
  148. position: fixed;
  149. bottom: 70rpx;
  150. width: 710rpx;
  151. min-height: 450rpx;
  152. background: #FFFFFF;
  153. box-shadow: 0 20rpx 0 0 #B9B9B9, 0 50rpx 0 0 rgba(0,0,0,0.50);
  154. border-radius: 40rpx;
  155. }
  156. .panelMenu1{
  157. width:690rpx;
  158. height:100rpx;
  159. background-image: linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%);
  160. border-radius: 35rpx 35rpx 0 0;
  161. position: absolute;
  162. top:10rpx;
  163. }
  164. .btnMenu{
  165. width: 590rpx;
  166. height:90rpx;
  167. line-height: 90rpx;
  168. background: #F0F0F0;
  169. border-radius: 20rpx;
  170. text-align: center;
  171. color:#2E2E2E;
  172. margin: 15rpx 0;
  173. z-index: 20;
  174. font-size: 36rpx;
  175. font-weight: 700;
  176. }
  177. .btnMenuSelected{
  178. background: #FF8451;
  179. color:#fff;
  180. }