vue.js|购物车内容渲染-案例 axios

先来看一下效果:
vue.js|购物车内容渲染-案例 axios
文章图片

下面是实现代码与思路:
src/App.vue中

h2 { text-align: center; } li { position: relative; width: 190px; height: 240px; list-style: none; float: left; box-shadow: 3px; } p { color: red; } img { width: 180px; height: 200px; } .off { position: absolute; right: 20px; top: 5px; width: 25px; height: 25px; background-color: #ccc; text-align: center; border-radius: 15px; } .off:hover { background-color: rgb(238, 14, 14); }

【vue.js|购物车内容渲染-案例 axios】

    推荐阅读