Commit 54bf80e1 by zeyang

1.CFFP 优化 邀请加盟页面中 按钮未居中

parent 44a5b608
...@@ -493,10 +493,9 @@ ...@@ -493,10 +493,9 @@
.sendInvite { .sendInvite {
position: absolute; position: absolute;
left: 50%; left: 20vw;
top: 80%; top: 80%;
transform: translateX(-45%); width: 60vw;
width: 60%;
border-radius: 80rpx; border-radius: 80rpx;
background-color: #20269B; background-color: #20269B;
color: #fff; color: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment