index.less 2.1 KB

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