selectSection.acss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .all-date{
  2. overflow: hidden;
  3. height: 100vh;
  4. position: fixed;
  5. left: 0;
  6. right:0;
  7. top:80rpx;
  8. z-index: 5;
  9. background-color: rgba(0,0,0,.7);
  10. }
  11. .date-header{
  12. background-color: #fff;
  13. box-shadow:inset 0px 0px 5px #ccc;
  14. padding-top: 28rpx;
  15. margin-top: 0rpx;
  16. transform: translateY(-100%);
  17. }
  18. .date-bottom{
  19. animation-duration: 0.2s;
  20. background-color: rgba(0,0,0,.7);
  21. height: 100%;
  22. }
  23. .date-btn view{
  24. text-align: center;
  25. padding: 20rpx 0;
  26. }
  27. .date-btn view:nth-child(1){
  28. background-color: #f1f1f1;
  29. }
  30. .date-btn view:nth-child(2){
  31. background-color: #26a2ff;
  32. color: #fff;
  33. }
  34. .data-main{
  35. margin: 32rpx 0;
  36. text-align: center;
  37. }
  38. .data-main .dateVal{
  39. color: #26a2ff;
  40. width: 200rpx;
  41. padding: 16rpx 0;
  42. border-bottom: 1px solid #26a2ff;
  43. display: inline-block;
  44. }
  45. .all2{
  46. background-color: #fff;
  47. height: 100%;
  48. margin-top: 40rpx;
  49. border-radius: 50rpx 50rpx 0 0;
  50. padding-top: 80rpx;
  51. z-index: 999
  52. }
  53. .close{
  54. width: 40rpx;
  55. height: 40rpx;
  56. position: absolute;
  57. right: 30rpx;
  58. top: 70rpx;
  59. }
  60. .search{
  61. background-color: #f1f1f1;
  62. border-radius: 20rpx;
  63. width: 80%;
  64. margin: 0 auto;
  65. padding:6rpx 10rpx;
  66. }
  67. .search input{
  68. background-color: #f1f1f1;
  69. }
  70. .search image{
  71. width: 30rpx;
  72. height: 30rpx;
  73. margin-left: 10rpx;
  74. }
  75. .ul{
  76. width: 100%;
  77. background-color: #fff;
  78. height: 500rpx;
  79. box-sizing: border-box;
  80. }
  81. .li{
  82. padding: 24rpx;
  83. border-bottom: 1px solid #f1f1f1;
  84. }
  85. .ul .li .xia{
  86. color: #26A2FF !important;
  87. }
  88. .shu{
  89. padding: 14rpx 24rpx;
  90. background: #fff;
  91. font-size: 24rpx;
  92. color: #26A2FF;
  93. border-bottom: 1px solid #f1f1f1;
  94. }
  95. .shu view:last-child{
  96. color: #ccc;
  97. }