123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- @import "~@less/variables.less";
- .labelWrap>li {
- // cursor: pointer;
- // color: #767676;
- position: relative;
- padding-top: 10px;
- padding-bottom: 10px;
- border-bottom:1px dashed #989DA3;
- display: flex;
- 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;
- }
- .searchIsp {
- display: block !important;
- left: 107px !important;
- width: 302px !important;
- top: 0 !important;
- float: right;
- }
- .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;
- // background-color: #f5f5f5;
- }
- .searchLi:hover {
- background: @hoverBg;
- color: @bannerBg;
- }
- .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: left;
- margin-top: 5px;
- }
- .itemPartT {
- float: right;
- width: 120px;
- input {
- width: 40px;
- text-align: center;
- float: left;
- margin-right: 10px;
- height: 28px;
- line-height: 28px;
- }
- .unit {
- display: inline-block;
- width: 70px;
- height: 28px;
- line-height: 28px;
- 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 {
- display: inline-block;
- width: 15px;
- height: 15px;
- position: absolute;
- top: -5px;
- right: -5px;
- z-index: 1;
- border-radius: 50%;
- background: @closeIcon;
- // background: url('/img/close.png') no-repeat center center;
- background-size: 100% 100%;
- background-color: #fff;
- }
- .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;
- }
- }
- }
- }
- .excelDataLists:hover{
- .close{
- background: @closeHor;
- background-size: 100% 100%;
- background-color: #fff;
- cursor: pointer;
- }
- }
- .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;
- }
- }
|