Commit 1c49df39 by 李嘉林

优化

parent 3fe862d7
......@@ -27,7 +27,7 @@
</p>-->
</div>
<div class="icon" @click="isLogin(item)">
<van-icon name="shopping-cart" />
<img src="../../../static/images/lived/shopCart.png" alt="">
</div>
</div>
</div>
......@@ -202,6 +202,9 @@ export default {
</script>
<style lang="scss" scoped>
img{
display: block;
}
.livedGoodsList {
.list {
.item {
......@@ -261,8 +264,10 @@ export default {
}
}
.icon {
font-size: 22px;
color: #ff8181;
img{
width: 30px;
height: 26px;
}
}
}
}
......
......@@ -41,7 +41,7 @@
<span>{{item.minPrice}}</span>
</p>
<div class="icon" @click="isLogin(item)">
<van-icon name="shopping-cart" />
<img src="../../../static/images/lived/shopCart.png" alt="">
</div>
</div>
</div>
......@@ -320,14 +320,16 @@ export default {
color: #ff0000;
}
.icon {
font-size: 22px;
color: #ff8181;
img{
width: 30px;
height: 26px;
}
}
}
}
}
.itemBorder{
border-bottom: 0.5px solid #b8b8b8;
border-bottom: 0.5px solid #EEEEED;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment