piano.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. .container{
  2. padding: 0 0 200rpx 0;
  3. margin: 0;
  4. color: #333;
  5. }
  6. .piano-list {
  7. width: 750;
  8. }
  9. page{
  10. background: #fff;
  11. }
  12. .piano-box {
  13. padding: 20rpx 0;
  14. display: flex;
  15. justify-content: space-between;
  16. border-bottom: 20rpx solid #f1f1f1;
  17. background: #FFF;
  18. }
  19. .piano-box>view:last-child{
  20. width: 270rpx;
  21. text-align: center;
  22. }
  23. .piano-detail{
  24. width: 470rpx;
  25. }
  26. .piano-detail view {
  27. height: 60rpx;
  28. line-height: 60rpx;
  29. width: 470rpx;
  30. margin-left: 25rpx;
  31. font-size: 32rpx;
  32. }
  33. .piano-time {
  34. font-weight: 400;
  35. }
  36. .piano-date {
  37. height: 60rpx;
  38. line-height: 60rpx;
  39. font-size: 26rpx;
  40. color: #666;
  41. }
  42. .loading {
  43. height: 200rpx;
  44. line-height: 100rpx;
  45. background: #fff;
  46. color: #999;
  47. text-align: center;
  48. }
  49. .select-view {
  50. height: 60rpx;
  51. line-height: 60rpx;
  52. background: #005033;
  53. color: #FFF;
  54. text-align: center;
  55. font-size: 32rpx;
  56. position: fixed;
  57. width: 750rpx;
  58. z-index: 3;
  59. }
  60. .height-view {
  61. height: 60rpx;
  62. }
  63. .select-box {
  64. position: fixed;
  65. background: #FFF;
  66. top: -300rpx;
  67. width: 750rpx;
  68. height: 300rpx;
  69. font-size: 32rpx;
  70. z-index: 2;
  71. }
  72. .change-time{
  73. display: flex;
  74. margin-top: 40rpx;
  75. }
  76. .section{
  77. display: flex;
  78. padding-top: 40rpx;
  79. }
  80. .section view{
  81. line-height: 60rpx;
  82. }
  83. .picker{
  84. margin: 0 10rpx;
  85. border: 1px solid #ccc;
  86. padding: 0 20rpx;
  87. height: 60rpx;
  88. line-height: 60rpx;
  89. border-radius: 5rpx;
  90. }
  91. .select-title{
  92. height: 140rpx;
  93. line-height: 140rpx;
  94. margin-left: 25rpx;
  95. }
  96. .search-btn-view{
  97. display: flex;
  98. width: 400rpx;
  99. margin: 20rpx auto;
  100. }
  101. .search-btn-view view{
  102. margin: 0 auto;
  103. }
  104. .search-btn{
  105. height: 60rpx;
  106. line-height: 60rpx;
  107. width: 150rpx;
  108. border-radius: 10rpx;
  109. background: #005033;
  110. text-align: center;
  111. color: #FFF;
  112. }
  113. .reset-btn{
  114. height: 60rpx;
  115. line-height: 60rpx;
  116. width: 150rpx;
  117. border-radius: 10rpx;
  118. background: #f1f1f1;
  119. text-align: center;
  120. color: #666;
  121. }
  122. .select-box-bg{
  123. background: #333;
  124. opacity: 0;
  125. z-index: 1;
  126. height: 100%;
  127. width: 100%;
  128. top: 60rpx;
  129. position: fixed;
  130. }
  131. .getPiano{
  132. height: 48rpx;
  133. line-height: 48rpx;
  134. background: #005033;
  135. color: #FFF;
  136. text-align: center;
  137. padding: 15rpx;
  138. position: fixed;
  139. bottom: 210rpx;
  140. width: 300rpx;
  141. left: 50%;
  142. margin-left: -150rpx;
  143. border-radius: 100rpx;
  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: 210rpx;
  179. right: 0;
  180. font-size: 24rpx;
  181. text-indent: 24rpx;
  182. }
  183. .rule-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-box{
  193. position: fixed;
  194. top: 5%;
  195. width: 650rpx;
  196. max-height: 85%;
  197. left: 25rpx;
  198. background: #FFF;
  199. z-index: 100;
  200. overflow: auto;
  201. line-height: 1.8;
  202. color: #666;
  203. font-size: 24rpx;
  204. border: 25rpx solid #FFF;
  205. border-radius: 20rpx;
  206. }
  207. .rule-title{
  208. font-size: 36rpx;
  209. text-align: center;
  210. margin: 20rpx;
  211. color: #333;
  212. }
  213. .close-rule{
  214. position: fixed;
  215. width: 60rpx;
  216. line-height: 60rpx;
  217. color: #333;
  218. text-align: center;
  219. border-radius: 60rpx;
  220. top: 8%;
  221. z-index: 5;
  222. right: 70rpx;
  223. border: 1rpx solid #333;
  224. background: #FFF;
  225. }
  226. .piano-box2{
  227. width: 700rpx;
  228. margin: 0 25rpx;
  229. padding: 25rpx 0 50rpx;
  230. border-bottom: 4rpx solid #f1f1f1;
  231. }
  232. .piano-org{
  233. display: flex;
  234. }
  235. .piano-box2 .class-status{
  236. margin-left: auto;
  237. line-height: 60rpx;
  238. }
  239. .piano-box2 .piano-title{
  240. font-size: 36rpx;
  241. width: 400rpx;
  242. line-height: 60rpx;
  243. }
  244. .piano-other{
  245. display: flex;
  246. background: #f1f1f1;
  247. margin-top: 25rpx;
  248. }
  249. .piano-other>view{
  250. margin: 25rpx auto;
  251. text-align: center;
  252. }
  253. .other-detail{
  254. font-size: 32rpx;
  255. margin-top: 25rpx;
  256. }
  257. .piano-tip{
  258. text-align: right;
  259. margin-top: 25rpx;
  260. font-size: 28rpx;
  261. }
  262. .piano-box2 .class-btn{
  263. position: initial;
  264. margin-left: auto;
  265. }