|
@@ -3,7 +3,7 @@
|
|
|
// cursor: pointer;
|
|
|
color: #767676;
|
|
|
position: relative;
|
|
|
- padding: 10px 10px 10px 0;
|
|
|
+ padding: 10px 20px 10px 0;
|
|
|
border-bottom:1px dashed #989DA3;
|
|
|
i {
|
|
|
font-style: normal;
|
|
@@ -25,17 +25,18 @@
|
|
|
vertical-align: top;
|
|
|
}
|
|
|
.partDel {
|
|
|
- width: 15px;
|
|
|
- height: 15px;
|
|
|
+ width: 25px;
|
|
|
+ height: 25px;
|
|
|
margin-bottom: 11px;
|
|
|
cursor: pointer;
|
|
|
display: inline-block;
|
|
|
position: absolute;
|
|
|
- right: 3px;
|
|
|
- top: 13px;
|
|
|
+ right: -3px;
|
|
|
+ top: 9px;
|
|
|
// background-color: #fff;
|
|
|
background: @closeIcon;
|
|
|
- background-size: 100% 100%;
|
|
|
+ background-size: 60% 60%;
|
|
|
+ background-position: center;
|
|
|
}
|
|
|
}
|
|
|
.slideLi:hover{
|
|
@@ -43,7 +44,8 @@
|
|
|
border-radius: 4px;
|
|
|
.partDel{
|
|
|
background: @closeHor;
|
|
|
- background-size: 100% 100%;
|
|
|
+ background-size: 60% 60%;
|
|
|
+ background-position: center;
|
|
|
}
|
|
|
}
|
|
|
.staticTagActive {
|