selectSection.acss 1.7 KB

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