selectDate.wxss 1.9 KB

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