piano.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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-detail view {
  15. height: 60rpx;
  16. line-height: 60rpx;
  17. width: 470rpx;
  18. margin-left: 25rpx;
  19. font-size: 32rpx;
  20. }
  21. .piano-time {
  22. font-weight: 600;
  23. }
  24. .piano-date {
  25. height: 60rpx;
  26. line-height: 60rpx;
  27. font-size: 26rpx;
  28. color: #666;
  29. margin-right: 25rpx;
  30. }
  31. .loading {
  32. height: 200rpx;
  33. line-height: 100rpx;
  34. background: #f1f1f1;
  35. color: #999;
  36. text-align: center;
  37. }
  38. .select-view {
  39. height: 60rpx;
  40. line-height: 60rpx;
  41. background: #005033;
  42. color: #FFF;
  43. text-align: center;
  44. font-size: 32rpx;
  45. position: fixed;
  46. width: 750rpx;
  47. z-index: 3;
  48. }
  49. .height-view {
  50. height: 60rpx;
  51. }
  52. .select-box {
  53. position: fixed;
  54. background: #FFF;
  55. top: -300rpx;
  56. width: 750rpx;
  57. height: 300rpx;
  58. font-size: 32rpx;
  59. z-index: 2;
  60. }
  61. .change-time{
  62. display: flex;
  63. margin-top: 40rpx;
  64. }
  65. .section{
  66. display: flex;
  67. padding-top: 40rpx;
  68. }
  69. .section view{
  70. line-height: 60rpx;
  71. }
  72. .picker{
  73. margin: 0 10rpx;
  74. border: 1px solid #ccc;
  75. padding: 0 20rpx;
  76. height: 60rpx;
  77. line-height: 60rpx;
  78. border-radius: 5rpx;
  79. }
  80. .select-title{
  81. height: 140rpx;
  82. line-height: 140rpx;
  83. margin-left: 25rpx;
  84. }
  85. .search-btn-view{
  86. display: flex;
  87. width: 400rpx;
  88. margin: 20rpx auto;
  89. }
  90. .search-btn-view view{
  91. margin: 0 auto;
  92. }
  93. .search-btn{
  94. height: 60rpx;
  95. line-height: 60rpx;
  96. width: 150rpx;
  97. border-radius: 10rpx;
  98. background: #005033;
  99. text-align: center;
  100. color: #FFF;
  101. }
  102. .reset-btn{
  103. height: 60rpx;
  104. line-height: 60rpx;
  105. width: 150rpx;
  106. border-radius: 10rpx;
  107. background: #f1f1f1;
  108. text-align: center;
  109. color: #666;
  110. }
  111. .select-box-bg{
  112. background: #333;
  113. opacity: 0;
  114. z-index: 1;
  115. height: 100%;
  116. width: 100%;
  117. top: 60rpx;
  118. position: fixed;
  119. }
  120. .getPiano{
  121. height: 48rpx;
  122. line-height: 48rpx;
  123. background: #005033;
  124. color: #FFF;
  125. text-align: center;
  126. padding: 15rpx;
  127. position: fixed;
  128. bottom: 20rpx;
  129. width: 300rpx;
  130. left: 50%;
  131. margin-left: -150rpx;
  132. border-radius: 100rpx;
  133. }
  134. .class-btn{
  135. color: #005033;
  136. border: 1px solid #005033;
  137. width: 200rpx;
  138. text-align: center;
  139. height: 60rpx;
  140. line-height: 60rpx;
  141. position: relative;
  142. top: 50rpx;
  143. border-radius: 50rpx;
  144. font-size: 28rpx;
  145. }