Showing
1 changed file
with
15 additions
and
1 deletions
@@ -106,7 +106,21 @@ input[type=month] { | @@ -106,7 +106,21 @@ input[type=month] { | ||
106 | } | 106 | } |
107 | } | 107 | } |
108 | 108 | ||
109 | - .goods-img-left { | 109 | + .remove-item-btn { |
110 | + position: absolute; | ||
111 | + font-size: 20px; | ||
112 | + top: -10px; | ||
113 | + right: -10px; | ||
114 | + cursor: pointer; | ||
115 | + color: #ccc; | ||
116 | + | ||
117 | + &:hover { | ||
118 | + color: #000; | ||
119 | + } | ||
120 | + } | ||
121 | +} | ||
122 | + | ||
123 | +.goods-img-left { | ||
110 | position: relative; | 124 | position: relative; |
111 | width: 130px; | 125 | width: 130px; |
112 | height: 200px; | 126 | height: 200px; |
-
Please register or login to post a comment