@import "~@less/mixin.less"; .clearfix { zoom: 1; } .clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } .wrapper{ // margin-bottom: 5px; border: 1px solid #fff; &:hover{ border: 1px solid @blue-background-color; border: 1px solid @blue-background-color; .title{ color:@blue-background-color; } } &:hover .edit{ display: block !important; } .fl-element { float: left; } .title-wrapper{ // padding:2px 10px 2px 0; background-color: #fff; font-size: 0; position: relative; height: 45px; line-height: 45px; padding: 0 20px; cursor: pointer; img { display: inline-block; vertical-align: middle; width: 30px; height: 30px; } .check-wrap{ height: 45px; padding-right: 10px; display: inline-block; float: left; } .check-box { height: 18px; width: 18px; margin-top: 14px; } .title{ display: inline-block; font-size: @font-size-h4; height: 100%; vertical-align: top; // margin-top: 3px; // padding: 0 5px; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; &.editing{ // color: #fff; // background-color: #424243; outline: none; } } .arrow { float: right; margin-top: 8px; } .del { float: right; margin-top: 13px; margin-right: 10px; width: 20px; height: 20px; } .edit{ float: left; margin-top: 13px; margin-right: 3px; display: none; width: 20px; height: 20px; margin-left: 5px; } .quote { float: right; height: 28px; line-height: 28px; width: 66px; border: 1px solid @template-color; color: @template-color; margin-right: 10px; letter-spacing: 2px; margin-top: 9px; border-radius: 15px; text-align: center; } .confirm{ background-color: #85ccc9; color:#fff; float: left; font-size: 10px; width: 34px; height: 18px; text-align: center; line-height: 18px; margin-top: 14px; margin-left: 8px; border-radius: 2px; letter-spacing: 1px; } } .title-wrapper-bg{ background-color: #EBF5FA; } .content{ border-top: 1px solid @border-color; background-color: #fff; font-size: @font-size-h4; padding: 20px; width: 100%; box-sizing: border-box; cursor: pointer; display: none; } } .wrapperDes{ padding: 2px 0; line-height: 16px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }