index.less 474 B

12345678910111213141516171819202122
  1. .selected{
  2. height: 35px;
  3. .antImg{
  4. display: inline-block;
  5. margin-right: 15px;
  6. position: relative;
  7. border-radius: 4px;
  8. .clear{
  9. width: 20px;
  10. height: 20px;
  11. position: absolute;
  12. top: -7px;
  13. right: -12px;
  14. z-index: 10;
  15. color: rgb(155, 155, 155);
  16. cursor: pointer;
  17. }
  18. .imgAnt{
  19. border-radius: 4px;
  20. }
  21. }
  22. }