http://ledc.cn/article/9
小程序实现 点击加入购物车 红点抛物线飘入
实现效果
1、index.wxss
1
2
3
4
5
6
7
8
9
10
11
.good_box {
width: 30rpx;
height: 30rpx;
position: fixed;
border-radius: 50%;
overflow: hidden;
left: 50%;
top: 50%;
z-index: 99;
background: #b02c41;
}
2、index.wxml
1
2
3