index.less 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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: 8;
  17. }
  18. .button {
  19. float: right;
  20. border-radius: 5px;
  21. border: 1px solid @template-color;
  22. overflow: hidden;
  23. margin-top: -3px;
  24. }
  25. .disabledBtn{
  26. float: right;
  27. border-radius: 5px;
  28. border: 1px solid @placeholder-color;
  29. overflow: hidden;
  30. button{
  31. color:@placeholder-color;
  32. }
  33. }
  34. .pushButton {
  35. font-size: 12px;
  36. padding: 0 8px;
  37. background-color: #fff;
  38. height: 28px;
  39. line-height: 28px;
  40. border-radius: 5px;
  41. color: @template-color;
  42. cursor: pointer;
  43. }
  44. }
  45. .title {
  46. margin-top: -23px !important;
  47. }
  48. .excelList {
  49. padding-bottom: 20px;
  50. max-height: 240px;
  51. overflow-y: auto;
  52. }
  53. .excelListWaring {
  54. height: 30px;
  55. line-height: 30px;
  56. text-align: center;
  57. }
  58. .confirmBtn {
  59. width: 100px;
  60. height: 34px;
  61. line-height: 34px;
  62. margin: 10px auto;
  63. background-color: #78bddd;
  64. border-radius: 5px;
  65. text-align: center;
  66. color: #fff;
  67. cursor: pointer;
  68. }