123456789101112131415161718192021222324252627282930313233343536 |
- @import "~@less/mixin.less";
- @import "~@less/variables.less";
- .top {
- margin-left: 60px;
- position: relative;
- margin: 20px 20px -21px 20px;
- span {
- margin-left: 60px;
- border: 1px dashed @part-border-color;
- border-bottom: 1px solid #fff;
- display: inline-block;
- width: 118px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- position: relative;
- z-index: 2;
- }
- button {
- float: right;
- width: 90px;
- height: 28px;
- line-height: 28px;
- border: 1px solid @template-color;
- color: @template-color;
- background-color: #fff;
- border-radius: 5px;
- font-size: 12px;
- outline: none;
- }
- }
- .title {
- margin-top: -23px !important;
- }
|