123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- @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;
- }
|