index.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @import "~@less/mixin.less";
  2. .wrapper{
  3. margin-right: 470px;
  4. }
  5. .top {
  6. position: relative;
  7. margin: 20px 20px -21px 20px;
  8. span {
  9. margin-left: 60px;
  10. border: 1px dashed @part-border-color;
  11. border-bottom: 1px solid #fff;
  12. display: inline-block;
  13. width: 118px;
  14. height: 30px;
  15. line-height: 30px;
  16. text-align: center;
  17. position: relative;
  18. z-index: 10;
  19. }
  20. .button {
  21. float: right;
  22. border-radius: 5px;
  23. border: 1px solid @template-color;
  24. // overflow: hidden;
  25. margin-top: -3px;
  26. position: relative;
  27. z-index: 10;
  28. }
  29. .disabledBtn{
  30. float: right;
  31. border-radius: 5px;
  32. border: 1px solid @placeholder-color;
  33. overflow: hidden;
  34. button{
  35. color:@placeholder-color;
  36. }
  37. }
  38. .pushButton {
  39. font-size: 12px;
  40. padding: 0 8px;
  41. background-color: #fff;
  42. height: 28px;
  43. line-height: 28px;
  44. border-radius: 5px;
  45. color: @template-color;
  46. cursor: pointer;
  47. // &:hover {
  48. // .importSelect {
  49. // display: block !important;
  50. // }
  51. // }
  52. }
  53. }
  54. .title {
  55. margin-top: -23px !important;
  56. }
  57. .excelList {
  58. padding-bottom: 20px;
  59. max-height: 240px;
  60. overflow-y: auto;
  61. }
  62. .excelListWaring {
  63. height: 30px;
  64. line-height: 30px;
  65. text-align: center;
  66. }
  67. .confirmBtn {
  68. .btnCom;
  69. width: 100px;
  70. height: 34px;
  71. line-height: 34px;
  72. margin: 10px auto;
  73. background-color: #78bddd;
  74. // border-radius: 5px;
  75. // text-align: center;
  76. color: #fff;
  77. // cursor: pointer;
  78. }
  79. .importInspect{
  80. padding: 0 !important;
  81. }
  82. .importInspectBtn {
  83. padding: 0 8px;
  84. font-size: 12px;
  85. }
  86. .importSelect {
  87. position: absolute;
  88. width: 120%;
  89. top: 29px;
  90. left: 0;
  91. z-index: 10;
  92. font-size: 12px;
  93. box-shadow: 0 10px 20px 0 #989DA3;
  94. border: 1px solid #dedede;
  95. background-color: #fff;
  96. display: none;
  97. li {
  98. height: 34px;
  99. line-height: 34px;
  100. padding-left: 10px;
  101. cursor: pointer;
  102. }
  103. li:hover {
  104. background-color: @ipt-color;
  105. color: #2A9BD5;
  106. }
  107. }