makePiano.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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: #cc6031;
  13. color: #FFF;
  14. text-align: center;
  15. font-size: 36rpx;
  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: #cc6031;
  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: #cc6031;
  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: 40rpx;
  134. height: 40rpx;
  135. margin-right: 10rpx;
  136. }
  137. .disImg image{
  138. height: 100%;
  139. width: 100%;
  140. }
  141. .school-name{
  142. width: 500rpx;
  143. font-size: 36rpx;
  144. overflow: hidden;
  145. white-space: nowrap;
  146. text-overflow: ellipsis;
  147. }
  148. .school-dis{
  149. margin-left: auto;
  150. font-size: 32rpx;
  151. height: 40rpx;
  152. line-height: 40rpx;
  153. }
  154. .school-addr,.school-tel{
  155. height: 60rpx;
  156. line-height: 60rpx;
  157. color: #999;
  158. }
  159. .address,.telNum{
  160. width: 600rpx;
  161. }
  162. .showMore{
  163. width: 32rpx;
  164. height: 32rpx;
  165. margin-left: auto;
  166. padding-top: 7rpx;
  167. }
  168. .showMore image,.getTel image{
  169. height: 100%;
  170. width: 100%;
  171. }
  172. .getTel{
  173. width: 40rpx;
  174. height: 40rpx;
  175. margin-left: auto;
  176. padding-top: 10rpx;
  177. }
  178. .class-get-view{
  179. margin-left: auto;
  180. }
  181. .class-time{
  182. width: 350rpx;
  183. }
  184. .class-get-view{
  185. max-width: 350rpx;
  186. }
  187. .class-get-btn{
  188. color: #FFF;
  189. background: #cc6031;
  190. border-radius: 10rpx;
  191. width: 90rpx;
  192. text-align: center;
  193. }
  194. .class-box{
  195. height: 60rpx;
  196. line-height: 60rpx;
  197. font-size: 28rpx;
  198. color: #999;
  199. margin: 20rpx 0;
  200. }
  201. .class-none{
  202. height: 60rpx;
  203. line-height: 60rpx;
  204. font-size: 28rpx;
  205. color: #999;
  206. }
  207. .class-stu-num{
  208. margin-right: 10rpx;
  209. }
  210. .curSchool image{
  211. transform: rotate(90deg);
  212. }
  213. /* end */
  214. /* loading */
  215. .loading {
  216. height: 200rpx;
  217. line-height: 100rpx;
  218. background: #f1f1f1;
  219. color: #999;
  220. text-align: center;
  221. }
  222. /* end */