diff --git a/packageA/pages/distribution/shop/shop.wxml b/packageA/pages/distribution/shop/shop.wxml index 558a5bc..d4f3b96 100644 --- a/packageA/pages/distribution/shop/shop.wxml +++ b/packageA/pages/distribution/shop/shop.wxml @@ -44,7 +44,7 @@ - + diff --git a/packageA/pages/distribution/shop/shop.wxss b/packageA/pages/distribution/shop/shop.wxss index c4028f6..ddd161c 100644 --- a/packageA/pages/distribution/shop/shop.wxss +++ b/packageA/pages/distribution/shop/shop.wxss @@ -45,14 +45,14 @@ page { position: absolute; top: 50%; left: 16rpx; - transform: translateY(-40%); + transform: translateY(-50%); color: #aaa; } .input-container .icon-guanbi { position: absolute; top: 50%; right: 16rpx; - transform: translateY(-40%); + transform: translateY(-50%); font-size: 28rpx; color: #aaa; padding: 10rpx;