select_goal.css 695 B

12345678910111213141516171819202122232425262728293031
  1. .h-100-110 {
  2. height: calc(100% - 110px);
  3. }
  4. .over-y {
  5. overflow-y: auto;
  6. }
  7. .list li:nth-child(1) {border-top: none;}
  8. .sel-label {
  9. background: url(../images/weixuanzhe_icon.png) no-repeat 0 center;
  10. background-size: 20px 20px;
  11. }
  12. .sel-label.active {
  13. background: url(../images/yidianxuan_icon.png) no-repeat 0 center;
  14. background-size: 20px 20px;
  15. }
  16. .unsel-label {
  17. background: url(../images/yixuan_dianxuan_btn.png) no-repeat 0 center;
  18. background-size: 20px 20px;
  19. }
  20. .set-ellisp {
  21. overflow: hidden;
  22. text-overflow:ellipsis;
  23. white-space: nowrap;
  24. }
  25. .set-btn {
  26. position: absolute;
  27. bottom: 0;
  28. width: 100%;
  29. }
  30. .c-ff9526 {color: #ff9526;}
  31. .set-middle {-webkit-box-align: center;box-align: center;}