index.less 2.0 KB

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