@import "~@less/variables.less"; .labelWrap>li { // cursor: pointer; color: #767676; position: relative; padding-top: 10px; padding-bottom: 10px; border-bottom:1px dashed #989DA3; i { font-style: normal; display: inline-block; vertical-align: top; padding-top: 3px; &:before { content: '\300C'; } &:after { content: '\300D'; } } &>p { cursor: pointer; color: #767676; display: inline-block; position: relative; vertical-align: top; } .partDel { width: 13px; height: 13px; margin-bottom: 11px; cursor: pointer; display: inline-block; position: absolute; right: 0; top: 12px; background-color: #fff; } } .staticTagActive { cursor: pointer; color: #333; display: inline-block; position: relative; vertical-align: top; padding: 2px 10px; box-sizing: border-box; width: 20%; float: left; span { border-bottom: 1px solid #666666 ; } } .staticTag { cursor: pointer; // color: #767676; color: @blue; padding-top: 10px; display: inline-block; position: relative; /* &:before { content: '\300C'; } &:after { content: '\300D'; } */ } .labelWrap { .table { color: #000; width: 80%; tr { line-height: 18px; height: 18px; width: 100%; td { padding-top: 3px; } } } } .wrapper { position: relative; } .fillWrap { display: none; } .searchLiUl { overflow-y: auto; max-height: 225px; min-height: 80px; } .searchLi { height: 36px; line-height: 36px; padding: 0 30px; padding-top: 0; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border: 1px solid transparent; cursor: pointer; } .searchLi:hover { border: 1px solid @blue; } .searchResult { .searchResultT { img { float: right; } } } .searchLis { padding-top: 10px; margin-top: 5px; margin-bottom: 5px; border-top: 1px solid #EAEDF1; overflow: hidden; box-sizing: border-box; } .itemPart { height: 28px; // line-height: 28px; overflow: hidden; padding-top: 0 !important; width: 330px; float: left; padding: 0 15px; box-sizing: border-box; span { display: inline-block; } .itemPartL { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; } .itemPartR { width: 62px; outline: none; float: right; } .itemPartT { float: right; width: 110px; input { width: 40px; text-align: center; float: left; } .unit { display: inline-block; max-width: 70px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } } } .itemPartOne { width: 100% !important; } .excelDataLists { position: relative; background-color: rgba(237,237,237,0.4); border: 1px solid #ccc; .close { width: 13px; height: 13px; position: absolute; top: -5px; right: -5px; z-index: 30; background-color: #fff; border-radius: 50%; } .excelDataLis { padding: 2px 0px; border-bottom: 1px dashed #989DA3; .excelDataTitle { display: inline-block; width: 20%; vertical-align: top; padding-left: 10px; float: left; } table { width: 80%; tr { height: 16px; line-height: 16px; width: 100%; } td { text-align: left; padding-top: 6px; } .excelUnit { width: auto; margin-left: 5px; } } } } .center { text-align: center; font-size: 16px; padding-top: 10px; padding-bottom: 50px; } .slides { background-color: #ccc; text-align: center; height: 28px; line-height: 28px; margin: 10px 0 8px 0; cursor: pointer; span { color:#7d7d7d; } img{ vertical-align: middle; } }