health-award.css 502 B

12345678910111213141516
  1. .right-arrow {
  2. background: url(../images/tiaozhuan_icon.png) no-repeat right center;
  3. background-size: 8px 18px;
  4. }
  5. .w120 {width: 120px;}
  6. .h-100-135 {height: calc(100% - 135px);}
  7. .inlineBlock {display:inline-block;}
  8. .sel-label-all {
  9. background: url(../images/weixuanzhe_icon.png) no-repeat 0 center;
  10. background-size: 20px 20px;
  11. }
  12. .sel-label.active, .sel-label-all.active {
  13. background: url(../images/queren_icon.png) no-repeat 0 center;
  14. background-size: 20px 20px;
  15. }
  16. .no-result-img {margin-top: 0;}