index.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .list-Box{
  2. // width: 360px;
  3. width: 324px;
  4. // height: 700px;
  5. height: 100%;
  6. overflow: hidden;
  7. padding-top: 130px;
  8. padding-bottom: 70px;
  9. position: relative;
  10. .top{
  11. position: absolute;
  12. top:20px;
  13. left: 0;
  14. }
  15. h2{
  16. font-weight: 700;
  17. font-size: 18px;
  18. color: #2A9BD5;
  19. letter-spacing: 0;
  20. // line-height: 18px;
  21. margin: 0 0 10px 20px;
  22. }
  23. .list-time{
  24. width: 323px;
  25. height: 39px;
  26. background: #E9F5FA;
  27. // margin: 0 20px 8px;
  28. padding-top: 6px;
  29. position: relative;
  30. img{
  31. vertical-align: middle;
  32. margin: 0 10px;
  33. }
  34. }
  35. .filter-box{
  36. font-size: 12px;
  37. color: #767676;
  38. height: 44px;
  39. line-height: 44px;
  40. background: #F8F9FB;
  41. .filter{
  42. font-size: 12px;
  43. margin-left: 20px;
  44. }
  45. .condition{
  46. font-size: 12px;
  47. padding: 3px 10px;
  48. border-radius: 12px;
  49. margin-left: 3px;
  50. cursor: pointer;
  51. }
  52. .select{
  53. color: #2A9BD5;
  54. background: #E2EFF6;
  55. }
  56. }
  57. .list{
  58. // height: 480px;
  59. height: 100%;
  60. overflow-y: auto;
  61. padding-bottom: 20px;
  62. li{
  63. font-size: 13px;
  64. color: #0E1932;
  65. // height: 68px;
  66. padding: 16px 20px 16px 44px;
  67. position: relative;
  68. }
  69. .name{
  70. font-size: 12px;
  71. color: #7C828E;
  72. margin-top: 8px;
  73. }
  74. .second{
  75. margin-top: 15px;
  76. }
  77. .select-li{
  78. color:#2A9BD5;
  79. background: #E9F5FA;
  80. .name{
  81. color:#2A9BD5;
  82. }
  83. }
  84. /* .select-name{
  85. color:#2A9BD5;
  86. } */
  87. .check-box{
  88. width: 14px;
  89. // height: 14px;
  90. position: absolute;
  91. left: 20px;
  92. top: 27px;
  93. }
  94. .more{
  95. text-align: center;
  96. color: #2A9BD5;
  97. cursor: pointer;
  98. margin-top: 15px;
  99. }
  100. }
  101. .all-box{
  102. color: #7C828E;
  103. height: 69px;
  104. width: 323px;
  105. line-height: 69px;
  106. padding: 0 20px;
  107. border-top: 1px solid #E9F5FA;
  108. position: absolute;
  109. bottom: 2px;
  110. left: 0;
  111. background: #fff;
  112. .check-all{
  113. width: 14px;
  114. margin: 0 8px 0 0;
  115. }
  116. .export{
  117. color: #a3c9de;
  118. display: inline-block;
  119. width: 92px;
  120. height: 30px;
  121. line-height: 30px;
  122. text-align: center;
  123. border: 1px solid #a3c9de;
  124. border-radius: 4px;
  125. margin-left: 136px;
  126. cursor: pointer;
  127. }
  128. .exp-select{
  129. color: #2A9BD5;
  130. border-color: #2A9BD5;
  131. }
  132. }
  133. }