diff --git a/pages/myself/account/index.wxss b/pages/myself/account/index.wxss index 73f8cbf..0d26599 100644 --- a/pages/myself/account/index.wxss +++ b/pages/myself/account/index.wxss @@ -6,6 +6,8 @@ } .subButton { position: absolute; - width: 100%; - bottom:10rpx; + width: 96%; + bottom:20rpx; + left: 50%; + transform: translateX(-50%); }