makePiano.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. .container{
  2. padding: 0;
  3. margin: 0;
  4. }
  5. page{
  6. background: #f1f1f1;
  7. }
  8. /* 筛选按钮 */
  9. .select-view {
  10. height: 60rpx;
  11. line-height: 60rpx;
  12. background: #005033;
  13. color: #FFF;
  14. text-align: center;
  15. font-size: 32rpx;
  16. position: fixed;
  17. width: 750rpx;
  18. z-index: 3;
  19. }
  20. .height-view {
  21. height: 60rpx;
  22. }
  23. .select-box {
  24. position: fixed;
  25. background: #FFF;
  26. top: -240rpx;
  27. width: 750rpx;
  28. height: 300rpx;
  29. font-size: 32rpx;
  30. z-index: 2;
  31. }
  32. .change-time{
  33. display: flex;
  34. margin-top: 40rpx;
  35. }
  36. .section{
  37. display: flex;
  38. padding-top: 40rpx;
  39. }
  40. .section view{
  41. line-height: 60rpx;
  42. }
  43. .picker{
  44. margin: 0 10rpx;
  45. padding: 0 20rpx;
  46. height: 60rpx;
  47. line-height: 60rpx;
  48. border-radius: 5rpx;
  49. font-weight: 600;
  50. }
  51. .select-title{
  52. height: 140rpx;
  53. line-height: 140rpx;
  54. margin-left: 25rpx;
  55. width: 240rpx;
  56. text-align: center;
  57. }
  58. .select-box-bg{
  59. background: #333;
  60. opacity: 0;
  61. z-index: 1;
  62. height: 100%;
  63. width: 100%;
  64. top: 60rpx;
  65. position: fixed;
  66. }
  67. .search-btn-view{
  68. display: flex;
  69. width: 400rpx;
  70. margin: 20rpx auto;
  71. }
  72. .search-btn-view view{
  73. margin: 0 auto;
  74. }
  75. .search-btn{
  76. height: 60rpx;
  77. line-height: 60rpx;
  78. width: 150rpx;
  79. border-radius: 10rpx;
  80. background: #005033;
  81. text-align: center;
  82. color: #FFF;
  83. }
  84. .reset-btn{
  85. height: 60rpx;
  86. line-height: 60rpx;
  87. width: 150rpx;
  88. border-radius: 10rpx;
  89. background: #f1f1f1;
  90. text-align: center;
  91. color: #666;
  92. }
  93. /* end */
  94. /* 日期选择 */
  95. .week-view{
  96. width: 700rpx;
  97. padding: 25rpx;
  98. background: #FFF;
  99. }
  100. .week-list{
  101. width: 700rpx;
  102. display: flex;
  103. }
  104. .week-box{
  105. height: 90rpx;
  106. width: 90rpx;
  107. border-radius: 100rpx;
  108. font-size:24rpx;
  109. text-align: center;
  110. margin: 0 auto;
  111. }
  112. .weekDay{
  113. margin-top: 10rpx;
  114. }
  115. .cur-week{
  116. background: #005033;
  117. color:#FFF;
  118. }
  119. /* end */
  120. /* 校区列表 */
  121. .school-box{
  122. padding: 25rpx;
  123. border-bottom: 20rpx solid #eee;
  124. background: #FFF;
  125. }
  126. .school-title,.school-dis,.school-addr,.school-tel,.class-box,.class-get-view{
  127. display: flex;
  128. }
  129. .school-title{
  130. height: 60rpx;
  131. }
  132. .disImg{
  133. width: 32rpx;
  134. height: 32rpx;
  135. padding-top: 8rpx;
  136. margin-right: 10rpx;
  137. }
  138. .disImg image{
  139. height: 100%;
  140. width: 100%;
  141. }
  142. .school-name{
  143. width: 500rpx;
  144. font-size: 32rpx;
  145. overflow: hidden;
  146. white-space: nowrap;
  147. text-overflow: ellipsis;
  148. }
  149. .school-dis{
  150. margin-left: auto;
  151. font-size: 28rpx;
  152. height: 40rpx;
  153. line-height: 40rpx;
  154. }
  155. .school-addr,.school-tel{
  156. height: 60rpx;
  157. line-height: 60rpx;
  158. color: #999;
  159. }
  160. .address,.telNum{
  161. width: 600rpx;
  162. }
  163. .showMore{
  164. width: 32rpx;
  165. height: 32rpx;
  166. margin-left: auto;
  167. padding-top: 7rpx;
  168. }
  169. .showMore image,.getTel image{
  170. height: 100%;
  171. width: 100%;
  172. }
  173. .getTel{
  174. width: 40rpx;
  175. height: 40rpx;
  176. margin-left: auto;
  177. padding-top: 10rpx;
  178. }
  179. .class-get-view{
  180. margin-left: auto;
  181. }
  182. .class-time{
  183. width: 350rpx;
  184. }
  185. .class-get-view{
  186. max-width: 350rpx;
  187. }
  188. .class-get-btn{
  189. color: #FFF;
  190. background: #005033;
  191. border-radius: 10rpx;
  192. width: 90rpx;
  193. text-align: center;
  194. height: 50rpx;
  195. line-height: 50rpx;
  196. margin-top: 5rpx;
  197. font-size: 24rpx;
  198. }
  199. .class-box{
  200. height: 60rpx;
  201. line-height: 60rpx;
  202. font-size: 28rpx;
  203. color: #999;
  204. margin: 20rpx 0;
  205. }
  206. .class-none{
  207. height: 60rpx;
  208. line-height: 60rpx;
  209. font-size: 28rpx;
  210. color: #999;
  211. }
  212. .class-stu-num{
  213. margin-right: 10rpx;
  214. }
  215. .curSchool image{
  216. transform: rotate(90deg);
  217. }
  218. /* end */
  219. /* loading */
  220. .loading {
  221. height: 200rpx;
  222. line-height: 100rpx;
  223. background: #f1f1f1;
  224. color: #999;
  225. text-align: center;
  226. }
  227. /* end */