@import "~@less/variables.less"; .slideLi { // cursor: pointer; // color: #767676; position: relative; padding: 10px 20px 10px 0; 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: 15px; height: 15px; margin-bottom: 11px; cursor: pointer; display: inline-block; position: absolute; right: 2px; top: 13px; // background-color: #fff; background: @closeIcon; background-size: 100% 100%; } } .slideLi:hover{ background:#F2F2F2; border-radius: 4px; .partDel{ background: @closeHor; background-size: 100% 100%; } } .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'; } */ } .table { color: #000; width: 80%; tr { line-height: 18px; height: 18px; width: 100%; td { padding-top: 3px; } } } .searchResult { .searchResultT { img { float: right; } } } .excelDataLists { position: relative; background-color: #f1f1f1; 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: #EDEDED; text-align: center; height: 28px; line-height: 28px; margin: 10px 0 8px 0; cursor: pointer; span { color:#7d7d7d; } img{ vertical-align: middle; } .num { color: @blue; } } .imgInfo { position: relative; } .imgInfo { width: 15px; height: 17px; border-bottom: 0 none !important; background: url('../img/info2.png') no-repeat center center; background-size: 100% auto; position: absolute; top: -10px; left: 50%; margin-left: -8px; display: none; } .imgInfo:hover { background: url('../img/info3.png') no-repeat center center; background-size: 100% auto; } .tagSpan { position: relative; } .tagSpan:hover { .imgInfo { display: block; } }