index.less 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. @import "~@less/mixin.less";
  2. @import "~@less/variables.less";
  3. .mainHistory {
  4. .maskZIndex;
  5. position: fixed;
  6. margin-left: -500px;
  7. left: 50%;
  8. width: 1000px;
  9. top: 7%;
  10. bottom: 7%;
  11. height: 86%;
  12. background-color: #fff;
  13. overflow: hidden;
  14. // padding-bottom:20px;
  15. .close {
  16. position: absolute;
  17. top: 0;
  18. right: 0;
  19. cursor: pointer;
  20. .contentZIndex1
  21. }
  22. .mainHistoryLeft {
  23. width: 300px;
  24. height: 100%;
  25. background: #d2d1d1;
  26. position: relative;
  27. float: left;
  28. padding-top: 80px;
  29. .title {
  30. height: 80px;
  31. line-height: 80px;
  32. padding: 0 20px;
  33. position: absolute;
  34. top: 0;
  35. left: 0;
  36. width: 100%;
  37. background: #d2d1d1;
  38. }
  39. .his {
  40. font-size: 18px;
  41. }
  42. .sort {
  43. float: right;
  44. cursor: pointer;
  45. img {
  46. vertical-align: middle;
  47. width: 15px;
  48. height: 15px;
  49. }
  50. }
  51. .lists {
  52. box-sizing: border-box;
  53. overflow-y: auto;
  54. height: 100%;
  55. span {
  56. display: inline-block;
  57. max-width: 120px;
  58. overflow: hidden;
  59. text-overflow: ellipsis;
  60. white-space: nowrap;
  61. }
  62. li {
  63. height: 54px;
  64. line-height: 54px;
  65. padding: 0 10px;
  66. font-size: 14px;
  67. cursor: pointer;
  68. border: 1px solid transparent;
  69. }
  70. li:hover {
  71. border: 1px solid #66afe9;
  72. border: 1px solid #66afe9\0;
  73. }
  74. .time {
  75. float: right;
  76. }
  77. .bgc {
  78. background-color: #fff;
  79. }
  80. .quote {
  81. width: 50px;
  82. height: 22px;
  83. line-height: 22px;
  84. border-radius: 15px;
  85. border: 0 none;
  86. color: #fff;
  87. background-color: @template-color;
  88. float: right;
  89. margin-top: 16px;
  90. font-size: 12px;
  91. // display: none;
  92. outline: none;
  93. margin-left: 10px;
  94. }
  95. .quoteShow {
  96. display: block;
  97. }
  98. .quoteHide {
  99. display: none;
  100. }
  101. }
  102. }
  103. .mainHistoryRight {
  104. // margin-left: 300px;
  105. // position: absolute;
  106. overflow: auto;
  107. height: 100%;
  108. padding-top: 40px;
  109. padding-bottom:20px;
  110. // top: 42px;
  111. float: left;
  112. }
  113. .closeHis {
  114. width: 700px;
  115. height: 40px;
  116. margin-left: 300px;
  117. position: absolute;
  118. .contentZIndex1;
  119. // border-bottom: 1px solid #EAEDF1;
  120. }
  121. }
  122. .center {
  123. text-align: center;
  124. font-size: 16px;
  125. padding-top: 10px;
  126. padding-bottom: 50px;
  127. }