@import "~@less/variables.less"; .excelDataLis { // 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; } } .table { color: #000; width: 100%; // display: inline-block; tr { line-height: 18px; height: 18px; width: 100%; font-size: unset; td { padding-top: 3px; font-size: unset; span { font-size: unset; } } } } .itemPart { height: 28px; // line-height: 28px; overflow: hidden; padding-top: 0 !important; width: 290px; 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; input { width: 40px; text-align: center; } .unit { display: inline-block; } } } .itemPartOne { width: 100% !important; } .excelDataLis { padding: 2px 0px; border-bottom: 1px dashed #989DA3; .excelDataTitle { width: 100%; vertical-align: top; padding-left: 10px; float: left; color: #000; } table { width: 100%; tr { height: 16px; line-height: 16px; width: 100%; } td { text-align: left; padding-top: 6px; padding-left: 10px; cursor: default; } .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; font-size: unset; } img{ vertical-align: middle; } .num { color: @blue; } } .imgInfo { position: relative; } .imgInfo , .imgInfo1{ 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; cursor: pointer; } .imgInfo1 { top: -13px; } .imgInfo:hover, .imgInfo1:hover { background: url('../img/info3.png') no-repeat center center; background-size: 100% auto; } .excelDataTitle { .tagSpan { display: inline-block; line-height: 28px; } } .tagSpan { display: inline-block; position: relative; } .selectTagSpan { // color: #000; // font-weight: bold; // .menus { // border-bottom: 1px solid #666666; // } } .tagSpan:hover { .imgInfo, .imgInfo1 { display: block; } }