|
@@ -25,18 +25,17 @@
|
|
|
vertical-align: top;
|
|
|
}
|
|
|
.partDel {
|
|
|
- width: 25px;
|
|
|
- height: 25px;
|
|
|
+ width: 15px;
|
|
|
+ height: 15px;
|
|
|
margin-bottom: 11px;
|
|
|
cursor: pointer;
|
|
|
display: inline-block;
|
|
|
position: absolute;
|
|
|
- right: -3px;
|
|
|
- top: 9px;
|
|
|
+ right: 2px;
|
|
|
+ top: 13px;
|
|
|
// background-color: #fff;
|
|
|
background: @closeIcon;
|
|
|
- background-size: 60% 60%;
|
|
|
- background-position: center;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
.slideLi:hover{
|
|
@@ -44,8 +43,7 @@
|
|
|
border-radius: 4px;
|
|
|
.partDel{
|
|
|
background: @closeHor;
|
|
|
- background-size: 60% 60%;
|
|
|
- background-position: center;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
.staticTagActive {
|