@import "~@less/mixin.less"; .wrapper{ // background-color: @gray-background-color; user-select: none; position: relative; // padding: 0 15px; // border: 1px solid #EAEDF1; .tempLists { overflow-y: auto; background-color: #fff; // margin-top: 15px; } .emptyWrap { padding: 0 20px; margin-top: 15px; .fr-element { float: right; color: #3B9ED0; display: inline-block; height: 36px; line-height: 36px; } } .wrapperTop { height: 46px; padding: 0 15px; margin-top: 10px; // background-color: #EAEDF1; cursor: pointer; .check-box { height: 18px; // width: 18px; margin-top: 10px; padding-right: 10px; box-sizing: content-box; float: left; } .check-wrap{ height: 36px; padding-right: 10px; float: left; } span { height: 36px; line-height: 36px; float: left; // margin-top: 20px; } .fr-element { float: right; } .del-items { margin-right: 20px; color: #FF0000; } .del-items-gray { margin-right: 20px; color: #ccc; } .manger { color: @template-color; } .done { color: @template-color; } } .loadMore { text-align: center; color: #2a9bd5; cursor: pointer; margin-top: 15px; } .templateSearch { display: inline-block; p { font-size: 12px; color: #979797; margin-bottom: 10px; } input { box-sizing: border-box; width: 270px; display: inline-block; line-height: 34px; height: 34px; padding: 5px 25px 5px 5px; border: 1px #CECECE solid; vertical-align: top; } .search { display: inline-block; width: 80px; text-align: center; background-color: #2A9BD5; color: #fff; height: 35px; line-height: 35px; } img { position: absolute; width: 15px; left: 264px; top: 10px; cursor: pointer; } } }