Commit 54bf80e1 by zeyang

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

parent 44a5b608
......@@ -493,10 +493,9 @@
.sendInvite {
position: absolute;
left: 50%;
left: 20vw;
top: 80%;
transform: translateX(-45%);
width: 60%;
width: 60vw;
border-radius: 80rpx;
background-color: #20269B;
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