index.less 3.0 KB

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