piano.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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{
  81. height: 60rpx;
  82. line-height: 60rpx;
  83. width: 150rpx;
  84. border-radius: 10rpx;
  85. position: absolute;
  86. bottom: 20rpx;
  87. left: 50%;
  88. margin-left: -75rpx;
  89. background: #cc6031;
  90. text-align: center;
  91. color: #FFF;
  92. }
  93. .select-box-bg{
  94. background: #333;
  95. opacity: 0;
  96. z-index: 1;
  97. height: 100%;
  98. width: 100%;
  99. top: 60rpx;
  100. position: fixed;
  101. }
  102. .getPiano{
  103. height: 48rpx;
  104. line-height: 48rpx;
  105. background: #cc6031;
  106. color: #FFF;
  107. text-align: center;
  108. padding: 15rpx;
  109. position: fixed;
  110. bottom: 20rpx;
  111. width: 300rpx;
  112. left: 50%;
  113. margin-left: -150rpx;
  114. border-radius: 100rpx;
  115. }