update: 分类商品列表的微信聊天icon大小位置优化
This commit is contained in:
parent
4889ce9ff9
commit
c79a1ebee5
@ -646,10 +646,12 @@ export default {
|
|||||||
.diy_goods_carts {
|
.diy_goods_carts {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 24rpx;
|
right: 24rpx;
|
||||||
bottom: 240rpx;
|
bottom: 400rpx;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
@ -661,8 +663,8 @@ export default {
|
|||||||
box-shadow: 2rpx 4rpx 20rpx rgba(0,0,0,0.3);
|
box-shadow: 2rpx 4rpx 20rpx rgba(0,0,0,0.3);
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: 48rpx;
|
width: 64rpx;
|
||||||
height: 48rpx;
|
height: 64rpx;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user