piano.wxss 2.1 KB

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