piano.wxss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. .piano-list {
  2. width: 750rpx;
  3. }
  4. page{
  5. background: #f1f1f1;
  6. }
  7. .piano-box {
  8. padding: 20rpx 0;
  9. display: flex;
  10. justify-content: space-between;
  11. border-bottom: 20rpx solid #f1f1f1;
  12. background: #FFF;
  13. }
  14. .piano-box>view:last-child{
  15. width: 270rpx;
  16. text-align: center;
  17. }
  18. .piano-detail{
  19. width: 470rpx;
  20. }
  21. .piano-detail view {
  22. height: 60rpx;
  23. line-height: 60rpx;
  24. width: 470rpx;
  25. margin-left: 25rpx;
  26. font-size: 32rpx;
  27. }
  28. .piano-time {
  29. font-weight: 400;
  30. }
  31. .piano-date {
  32. height: 60rpx;
  33. line-height: 60rpx;
  34. font-size: 26rpx;
  35. color: #666;
  36. }
  37. .loading {
  38. height: 200rpx;
  39. line-height: 100rpx;
  40. background: #f1f1f1;
  41. color: #999;
  42. text-align: center;
  43. }
  44. .select-view {
  45. height: 60rpx;
  46. line-height: 60rpx;
  47. background: #005033;
  48. color: #FFF;
  49. text-align: center;
  50. font-size: 32rpx;
  51. position: fixed;
  52. width: 750rpx;
  53. z-index: 3;
  54. }
  55. .height-view {
  56. height: 60rpx;
  57. }
  58. .select-box {
  59. position: fixed;
  60. background: #FFF;
  61. top: -300rpx;
  62. width: 750rpx;
  63. height: 300rpx;
  64. font-size: 32rpx;
  65. z-index: 2;
  66. }
  67. .change-time{
  68. display: flex;
  69. margin-top: 40rpx;
  70. }
  71. .section{
  72. display: flex;
  73. padding-top: 40rpx;
  74. }
  75. .section view{
  76. line-height: 60rpx;
  77. }
  78. .picker{
  79. margin: 0 10rpx;
  80. border: 1px solid #ccc;
  81. padding: 0 20rpx;
  82. height: 60rpx;
  83. line-height: 60rpx;
  84. border-radius: 5rpx;
  85. }
  86. .school-picker{
  87. border: none;
  88. background: #005033;
  89. color: #FFF;
  90. border-radius: 100rpx;
  91. }
  92. .select-title{
  93. height: 140rpx;
  94. line-height: 140rpx;
  95. margin-left: 25rpx;
  96. }
  97. .search-btn-view{
  98. display: flex;
  99. width: 400rpx;
  100. margin: 20rpx auto;
  101. }
  102. .search-btn-view view{
  103. margin: 0 auto;
  104. }
  105. .search-btn{
  106. height: 60rpx;
  107. line-height: 60rpx;
  108. width: 150rpx;
  109. border-radius: 10rpx;
  110. background: #005033;
  111. text-align: center;
  112. color: #FFF;
  113. }
  114. .reset-btn{
  115. height: 60rpx;
  116. line-height: 60rpx;
  117. width: 150rpx;
  118. border-radius: 10rpx;
  119. background: #f1f1f1;
  120. text-align: center;
  121. color: #666;
  122. }
  123. .select-box-bg{
  124. background: #333;
  125. opacity: 0;
  126. z-index: 1;
  127. height: 100%;
  128. width: 100%;
  129. top: 60rpx;
  130. position: fixed;
  131. }
  132. .getPiano{
  133. height: 48rpx;
  134. line-height: 48rpx;
  135. background: #005033;
  136. color: #FFF;
  137. text-align: center;
  138. padding: 15rpx;
  139. position: fixed;
  140. width: 300rpx;
  141. margin-left: 210rpx;
  142. border-radius: 100rpx;
  143. bottom: 20rpx;
  144. }
  145. .class-btn{
  146. color: #005033;
  147. border: 1px solid #005033;
  148. width: 200rpx;
  149. text-align: center;
  150. height: 60rpx;
  151. line-height: 60rpx;
  152. position: relative;
  153. top: 30rpx;
  154. left: 35rpx;
  155. border-radius: 50rpx;
  156. font-size: 28rpx;
  157. }
  158. .class-status{
  159. color: #999;
  160. text-align: center;
  161. height: 30rpx;
  162. line-height: 45rpx;
  163. position: relative;
  164. font-size: 26rpx;
  165. }
  166. .cancelList{
  167. border-color: #cc6031;
  168. color: #cc6031;
  169. }
  170. .rule-view{
  171. background: #cc6031;
  172. color: #FFF;
  173. width: 100rpx;
  174. line-height: 50rpx;
  175. text-align: center;
  176. border-radius: 100rpx 0 0 100rpx;
  177. position: fixed;
  178. bottom: 45rpx;
  179. right: 0;
  180. font-size: 24rpx;
  181. text-indent: 24rpx;
  182. }
  183. .rule-bg,.change-bg{
  184. position: fixed;
  185. top: 0;
  186. width: 100%;
  187. height: 100%;
  188. background: #333;
  189. opacity: 0.3;
  190. z-index: 4;
  191. }
  192. .rule-bg{
  193. z-index: 99;
  194. }
  195. .rule-box{
  196. position: fixed;
  197. top: 50%;
  198. margin-top: -465rpx;
  199. width: 650rpx;
  200. height: auto;
  201. left: 25rpx;
  202. background: #FFF;
  203. z-index: 100;
  204. overflow: auto;
  205. line-height: 1.8;
  206. color: #666;
  207. font-size: 20rpx;
  208. border: 25rpx solid #FFF;
  209. border-radius: 20rpx;
  210. }
  211. .rule-title{
  212. font-size: 36rpx;
  213. text-align: center;
  214. margin: 40rpx 20rpx 20rpx 20rpx;
  215. color: #333;
  216. }
  217. .close-rule{
  218. position: fixed;
  219. width: 60rpx;
  220. line-height: 60rpx;
  221. color: #333;
  222. text-align: center;
  223. border-radius: 60rpx;
  224. top: 50%;
  225. z-index: 5;
  226. margin-top: -425rpx;
  227. right: 70rpx;
  228. border: 1rpx solid #333;
  229. background: #FFF;
  230. }
  231. .close-change{
  232. position: absolute;
  233. width: 60rpx;
  234. line-height: 60rpx;
  235. color: #333;
  236. text-align: center;
  237. border-radius: 60rpx;
  238. z-index: 5;
  239. right: 25rpx;
  240. border: 1rpx solid #333;
  241. background: #FFF;
  242. }
  243. .change-btn{
  244. position: fixed;
  245. background: #005033;
  246. color: #FFF;
  247. font-size: 30rpx;
  248. width: 60rpx;
  249. padding: 20rpx 20rpx 20rpx 40rpx;
  250. bottom: 200rpx;
  251. right: 0;
  252. border-radius: 60rpx 0 0 60rpx;
  253. z-index: 98;
  254. }
  255. .change-view{
  256. position: absolute;
  257. background: #f8f8f8;
  258. width: 700rpx;
  259. padding: 26rpx;
  260. z-index: 5;
  261. height: 500rpx;
  262. }
  263. .changeStuBtn{
  264. width: 300rpx;
  265. margin: 80rpx auto 0;
  266. text-align: center;
  267. background: #005033;
  268. color: #FFF;
  269. line-height: 80rpx;
  270. font-size: 32rpx;
  271. border-radius: 100rpx;
  272. }
  273. .toDown{
  274. width: 32rpx;
  275. height: 32rpx;
  276. margin: 8rpx 0 0 20rpx;
  277. }
  278. .toDown image{
  279. width: 100%;
  280. height: 100%;
  281. }
  282. .section .picker{
  283. display: flex;
  284. }
  285. .stu-head{
  286. font-size: 48rpx;
  287. height: 99rpx;
  288. width: 99rpx;
  289. line-height: 99rpx;
  290. border-radius: 100rpx;
  291. border: 1rpx solid #ccc;
  292. text-align: center;
  293. margin: 40rpx 0 20rpx;
  294. }
  295. .stu-name{
  296. width: 100rpx;
  297. text-align: center;
  298. line-height: 50rpx;
  299. }
  300. .stu-box,.picker-box{
  301. /* margin-right: 40rpx; */
  302. margin: 0 auto;
  303. }
  304. .change-box{
  305. width: 700rpx;
  306. }
  307. .change-stu{
  308. display: flex;
  309. width: 500rpx;
  310. margin: 0 auto;
  311. overflow-x: auto;
  312. }
  313. .curStu{
  314. background: #005033;
  315. color: #FFF;
  316. border-color: #005033;
  317. }
  318. .top-view{
  319. display: flex;
  320. width: 700rpx;
  321. padding: 0 26rpx;
  322. line-height: 60rpx;
  323. background: #005033;
  324. color: #FFF;
  325. font-size: 32rpx;
  326. text-align: center;
  327. position: relative;
  328. z-index: 6;
  329. }
  330. .top-school{
  331. width: 300rpx;
  332. }
  333. .top-name,.top-date{
  334. width: 200rpx;
  335. position: relative;
  336. }
  337. .toDownImg{
  338. width: 32rpx;
  339. height: 32rpx;
  340. position: absolute;
  341. top: 17rpx;
  342. margin-left: 20rpx;
  343. }
  344. .top-name image{
  345. position: absolute;
  346. left: 0;
  347. margin-left: 0;
  348. }
  349. .top-name{
  350. text-align: left;
  351. text-indent: 50rpx;
  352. }
  353. .change-btn-view{
  354. display: flex;
  355. width: 100%;
  356. }
  357. .removeStuBtn{
  358. background: #999;
  359. }
  360. /* 历史课程 */
  361. .select-view {
  362. height: 60rpx;
  363. line-height: 60rpx;
  364. background: #005033;
  365. color: #FFF;
  366. text-align: center;
  367. font-size: 32rpx;
  368. position: fixed;
  369. width: 750rpx;
  370. z-index: 3;
  371. }
  372. .height-view {
  373. height: 60rpx;
  374. }
  375. .select-box {
  376. position: fixed;
  377. background: #FFF;
  378. /* top: -300rpx; */
  379. width: 750rpx;
  380. min-height: 300rpx;
  381. font-size: 32rpx;
  382. z-index: 2;
  383. }
  384. .change-time{
  385. display: flex;
  386. margin-top: 40rpx;
  387. }
  388. .section{
  389. display: flex;
  390. padding-top: 40rpx;
  391. }
  392. .section view{
  393. line-height: 60rpx;
  394. }
  395. .select-title{
  396. height: 140rpx;
  397. line-height: 140rpx;
  398. margin-left: 25rpx;
  399. }
  400. .search-btn-view{
  401. display: flex;
  402. width: 400rpx;
  403. margin: 20rpx auto;
  404. }
  405. .search-btn-view view{
  406. margin: 0 auto;
  407. }
  408. .search-btn{
  409. height: 60rpx;
  410. line-height: 60rpx;
  411. width: 150rpx;
  412. border-radius: 10rpx;
  413. background: #005033;
  414. text-align: center;
  415. color: #FFF;
  416. }
  417. .reset-btn{
  418. height: 60rpx;
  419. line-height: 60rpx;
  420. width: 150rpx;
  421. border-radius: 10rpx;
  422. background: #f1f1f1;
  423. text-align: center;
  424. color: #666;
  425. }
  426. .select-box-bg{
  427. background: #333;
  428. opacity: 0;
  429. z-index: 1;
  430. height: 100%;
  431. width: 100%;
  432. top: 60rpx;
  433. position: fixed;
  434. }
  435. .type-view{
  436. display: flex;
  437. }
  438. .change-type{
  439. display: flex;
  440. line-height: 140rpx;
  441. margin-left: 20rpx;
  442. }
  443. /* .change-type view{
  444. height: 70rpx;
  445. margin-top: 35rpx;
  446. line-height: 70rpx;
  447. padding: 0 20rpx;
  448. margin-left: 20rpx;
  449. } */
  450. .curType{
  451. color: #FFF;
  452. background: #005033;
  453. border-color: #005033;
  454. }
  455. .toDown{
  456. width: 32rpx;
  457. height: 32rpx;
  458. margin-left: 30rpx;
  459. margin-top: 4rpx;
  460. }
  461. .toDown image{
  462. width: 100%;
  463. height: 100%;
  464. }
  465. .change-view{
  466. display: flex;
  467. border: none;
  468. line-height: 140rpx;
  469. font-size: 34rpx;
  470. }
  471. .toDownImg{
  472. width: 32rpx;
  473. height: 32rpx;
  474. position: absolute;
  475. top: 17rpx;
  476. margin-left: 20rpx;
  477. }
  478. /* end */