index.less 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. @import "~@less/mixin.less";
  2. @import "~@less/variables.less";
  3. .top {
  4. position: relative;
  5. margin: 20px 490px -21px 20px;
  6. span {
  7. margin-left: 68px;
  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: 2;
  17. }
  18. }
  19. .importInspectBtn {
  20. padding: 0 8px;
  21. font-size: 12px;
  22. }
  23. .pushButton {
  24. float: right;
  25. // width: 90px;
  26. height: 28px;
  27. line-height: 28px;
  28. border: 1px solid @template-color;
  29. color: @template-color;
  30. background-color: #fff;
  31. border-radius: 5px;
  32. font-size: 12px;
  33. position: relative;
  34. bottom: 3px;
  35. cursor: pointer;
  36. text-align: center;
  37. box-sizing: content-box;
  38. }
  39. .title {
  40. margin-top: -23px !important;
  41. }
  42. .importInspect{
  43. padding: 0 !important;
  44. }
  45. .importInspectBtn {
  46. padding: 0 8px;
  47. font-size: 12px;
  48. }
  49. .importSelect {
  50. position: absolute;
  51. width: 120%;
  52. top: 29px;
  53. left: 0;
  54. z-index: 10;
  55. font-size: 12px;
  56. box-shadow: 0 10px 20px 0 #989DA3;
  57. border: 1px solid #dedede;
  58. background-color: #fff;
  59. // display: none;
  60. li {
  61. height: 34px;
  62. line-height: 34px;
  63. padding-left: 10px;
  64. cursor: pointer;
  65. }
  66. li:hover {
  67. background-color: @ipt-color;
  68. color: #2A9BD5;
  69. }
  70. }