我的收藏样式修改

zhc4dev
暖暖 2 years ago
parent 6ba103368b
commit 94d3795ff1
  1. 9
      ant-design-vue-jeecg/src/views/shopping/components/collection.vue

@ -239,9 +239,18 @@
width: 300px;
border-right: 1px solid #E7E7E7;
.iconfont{
width: 24px;
height: 24px;
text-align: center;
box-sizing: border-box;
border: 1px dashed #fff;
position: absolute;
transition: all 0.1s;
top: 5%;
right: 5%;
&:hover{
border-color: #999;
}
}
img{
width: 200px;

Loading…
Cancel
Save