index.less 800 B

123456789101112131415161718192021222324252627282930313233343536
  1. @import "~@less/mixin.less";
  2. @import "~@less/variables.less";
  3. .top {
  4. margin-left: 60px;
  5. position: relative;
  6. margin: 20px 20px -21px 20px;
  7. span {
  8. margin-left: 60px;
  9. border: 1px dashed @part-border-color;
  10. border-bottom: 1px solid #fff;
  11. display: inline-block;
  12. width: 118px;
  13. height: 30px;
  14. line-height: 30px;
  15. text-align: center;
  16. position: relative;
  17. z-index: 2;
  18. }
  19. button {
  20. float: right;
  21. width: 90px;
  22. height: 28px;
  23. line-height: 28px;
  24. border: 1px solid @template-color;
  25. color: @template-color;
  26. background-color: #fff;
  27. border-radius: 5px;
  28. font-size: 12px;
  29. outline: none;
  30. }
  31. }
  32. .title {
  33. margin-top: -23px !important;
  34. }