makePiano.wxss 4.5 KB

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