forked from angelo/web-retail-h5
feat(cartBall): 购物车坐标位置优化
This commit is contained in:
parent
7316794ba9
commit
e1d88137ae
|
@ -87,8 +87,8 @@ export default {
|
||||||
}
|
}
|
||||||
.quan {
|
.quan {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 24rpx;
|
right: 84rpx;
|
||||||
bottom: 33%;
|
bottom: 30%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0px 2px 20px 0px rgba(204, 204, 204, 1);
|
box-shadow: 0px 2px 20px 0px rgba(204, 204, 204, 1);
|
||||||
|
|
Loading…
Reference in New Issue