piano.wxss 2.0 KB

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