piano.wxss 2.0 KB

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