index.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @import "~@less/mixin.less";
  2. .wrapper{
  3. // background-color: @gray-background-color;
  4. user-select: none;
  5. position: relative;
  6. // padding: 0 15px;
  7. // border: 1px solid #EAEDF1;
  8. .tempLists {
  9. overflow-y: auto;
  10. background-color: #fff;
  11. // margin-top: 15px;
  12. }
  13. .emptyWrap {
  14. padding: 0 20px;
  15. margin-top: 15px;
  16. .fr-element {
  17. float: right;
  18. color: #3B9ED0;
  19. display: inline-block;
  20. height: 36px;
  21. line-height: 36px;
  22. }
  23. }
  24. .wrapperTop {
  25. height: 46px;
  26. padding: 0 15px;
  27. margin-top: 10px;
  28. // background-color: #EAEDF1;
  29. cursor: pointer;
  30. .check-box {
  31. height: 18px;
  32. // width: 18px;
  33. margin-top: 10px;
  34. padding-right: 10px;
  35. box-sizing: content-box;
  36. float: left;
  37. }
  38. .check-wrap{
  39. height: 36px;
  40. padding-right: 10px;
  41. float: left;
  42. }
  43. span {
  44. height: 36px;
  45. line-height: 36px;
  46. float: left;
  47. // margin-top: 20px;
  48. }
  49. .fr-element {
  50. float: right;
  51. }
  52. .del-items {
  53. margin-right: 20px;
  54. color: #FF0000;
  55. }
  56. .del-items-gray {
  57. margin-right: 20px;
  58. color: #ccc;
  59. }
  60. .manger {
  61. color: @template-color;
  62. }
  63. .done {
  64. color: @template-color;
  65. }
  66. }
  67. .loadMore {
  68. text-align: center;
  69. color: #2a9bd5;
  70. cursor: pointer;
  71. margin-top: 15px;
  72. }
  73. .templateSearch {
  74. display: inline-block;
  75. p {
  76. font-size: 12px;
  77. color: #979797;
  78. margin-bottom: 10px;
  79. }
  80. input {
  81. box-sizing: border-box;
  82. width: 270px;
  83. display: inline-block;
  84. line-height: 34px;
  85. height: 34px;
  86. padding: 5px 25px 5px 5px;
  87. border: 1px #CECECE solid;
  88. vertical-align: top;
  89. }
  90. .search {
  91. display: inline-block;
  92. width: 80px;
  93. text-align: center;
  94. background-color: #2A9BD5;
  95. color: #fff;
  96. height: 35px;
  97. line-height: 35px;
  98. }
  99. img {
  100. position: absolute;
  101. width: 15px;
  102. left: 264px;
  103. top: 10px;
  104. cursor: pointer;
  105. }
  106. }
  107. }