12345678910111213141516171819202122 |
- .selected{
- height: 35px;
- .antImg{
- display: inline-block;
- margin-right: 15px;
- position: relative;
- border-radius: 4px;
- .clear{
- width: 20px;
- height: 20px;
- position: absolute;
- top: -7px;
- right: -12px;
- z-index: 10;
- color: rgb(155, 155, 155);
- cursor: pointer;
- }
- .imgAnt{
- border-radius: 4px;
- }
- }
- }
|