piano.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. .piano-list {
  2. width: 750;
  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. .select-title{
  87. height: 140rpx;
  88. line-height: 140rpx;
  89. margin-left: 25rpx;
  90. }
  91. .search-btn-view{
  92. display: flex;
  93. width: 400rpx;
  94. margin: 20rpx auto;
  95. }
  96. .search-btn-view view{
  97. margin: 0 auto;
  98. }
  99. .search-btn{
  100. height: 60rpx;
  101. line-height: 60rpx;
  102. width: 150rpx;
  103. border-radius: 10rpx;
  104. background: #005033;
  105. text-align: center;
  106. color: #FFF;
  107. }
  108. .reset-btn{
  109. height: 60rpx;
  110. line-height: 60rpx;
  111. width: 150rpx;
  112. border-radius: 10rpx;
  113. background: #f1f1f1;
  114. text-align: center;
  115. color: #666;
  116. }
  117. .select-box-bg{
  118. background: #333;
  119. opacity: 0;
  120. z-index: 1;
  121. height: 100%;
  122. width: 100%;
  123. top: 60rpx;
  124. position: fixed;
  125. }
  126. .getPiano{
  127. height: 48rpx;
  128. line-height: 48rpx;
  129. background: #005033;
  130. color: #FFF;
  131. text-align: center;
  132. padding: 15rpx;
  133. position: fixed;
  134. bottom: 20rpx;
  135. width: 300rpx;
  136. left: 50%;
  137. margin-left: -150rpx;
  138. border-radius: 100rpx;
  139. }
  140. .class-btn{
  141. color: #005033;
  142. border: 1px solid #005033;
  143. width: 200rpx;
  144. text-align: center;
  145. height: 60rpx;
  146. line-height: 60rpx;
  147. position: relative;
  148. top: 30rpx;
  149. left: 35rpx;
  150. border-radius: 50rpx;
  151. font-size: 28rpx;
  152. }
  153. .class-status{
  154. color: #999;
  155. text-align: center;
  156. height: 30rpx;
  157. line-height: 45rpx;
  158. position: relative;
  159. font-size: 26rpx;
  160. }
  161. .cancelList{
  162. border-color: #cc6031;
  163. color: #cc6031;
  164. }
  165. .rule-view{
  166. background: #cc6031;
  167. color: #FFF;
  168. width: 100rpx;
  169. line-height: 50rpx;
  170. text-align: center;
  171. border-radius: 100rpx 0 0 100rpx;
  172. position: fixed;
  173. bottom: 45rpx;
  174. right: 0;
  175. font-size: 24rpx;
  176. text-indent: 24rpx;
  177. }
  178. .rule-bg{
  179. position: fixed;
  180. top: 0;
  181. width: 100%;
  182. height: 100%;
  183. background: #333;
  184. opacity: 0.3;
  185. z-index: 4;
  186. }
  187. .rule-box{
  188. position: fixed;
  189. top: 50%;
  190. margin-top: -450rpx;
  191. width: 650rpx;
  192. height: 850rpx;
  193. left: 25rpx;
  194. background: #FFF;
  195. z-index: 5;
  196. overflow: auto;
  197. line-height: 1.8;
  198. color: #666;
  199. font-size: 24rpx;
  200. border: 25rpx solid #FFF;
  201. border-radius: 20rpx;
  202. }
  203. .rule-title{
  204. font-size: 36rpx;
  205. text-align: center;
  206. margin: 20rpx;
  207. color: #333;
  208. }
  209. .close-rule{
  210. position: fixed;
  211. width: 60rpx;
  212. line-height: 60rpx;
  213. color: #333;
  214. text-align: center;
  215. border-radius: 60rpx;
  216. top: 50%;
  217. z-index: 5;
  218. margin-top: -430rpx;
  219. right: 50rpx;
  220. border: 1rpx solid #333;
  221. background: #FFF;
  222. }