12345678910111213141516 |
- .right-arrow {
- background: url(../images/tiaozhuan_icon.png) no-repeat right center;
- background-size: 8px 18px;
- }
- .w120 {width: 120px;}
- .h-100-135 {height: calc(100% - 135px);}
- .inlineBlock {display:inline-block;}
- .sel-label-all {
- background: url(../images/weixuanzhe_icon.png) no-repeat 0 center;
- background-size: 20px 20px;
- }
- .sel-label.active, .sel-label-all.active {
- background: url(../images/queren_icon.png) no-repeat 0 center;
- background-size: 20px 20px;
- }
- .no-result-img {margin-top: 0;}
|