diff --git a/packages/shop/groupPurchase/index.css b/packages/shop/groupPurchase/index.css index 4c53001f..eb9aa3db 100644 --- a/packages/shop/groupPurchase/index.css +++ b/packages/shop/groupPurchase/index.css @@ -157,7 +157,8 @@ border-radius: 50rpx; background-color: #fe2f01; position: absolute; - top: 120rpx; + /* top: 120rpx; */ + bottom: -30rpx; right: 0; } diff --git a/packages/shop/groupPurchaseDetail/index.css b/packages/shop/groupPurchaseDetail/index.css index 7550b958..a4a4dc43 100644 --- a/packages/shop/groupPurchaseDetail/index.css +++ b/packages/shop/groupPurchaseDetail/index.css @@ -78,7 +78,7 @@ image { .text-wrapper_4 { position: relative; - width: auto; + width: 350rpx; height: 80rpx; display: flex; flex-direction: row;