在View/Index目录下新增shopcar.html文件,HTML构造代码如下:
全选按钮样式代码定义如下:
.shoppingcar_list {
width: 16rem;
}
.check_all {
width: 16rem;
line-height: 1.5rem;
line-height: 1.5rem;
border-bottom: 1px solid #ddd;
}
.check_all label {
font-size: 0.7rem;
}
.check_all #check_all_box {
width: 1rem;
}
购物车列表样式代码定义如下:
商品详情样式代码定义如下:
完成后的购物车界面交互与样式如图所示