...
|
...
|
@@ -106,7 +106,21 @@ input[type=month] { |
|
|
}
|
|
|
}
|
|
|
|
|
|
.goods-img-left {
|
|
|
.remove-item-btn {
|
|
|
position: absolute;
|
|
|
font-size: 20px;
|
|
|
top: -10px;
|
|
|
right: -10px;
|
|
|
cursor: pointer;
|
|
|
color: #ccc;
|
|
|
|
|
|
&:hover {
|
|
|
color: #000;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.goods-img-left {
|
|
|
position: relative;
|
|
|
width: 130px;
|
|
|
height: 200px;
|
...
|
...
|
|