/* pages/register/register.wxss */ .registerBg{ width: 100%; height: 1379rpx; position: fixed; top: 0; left: 0; right: 0; bottom: 0; } .import{ position: absolute; z-index: 9; top: 0; left: 0; width: 100%; margin-top: 654rpx; } .phoneView,.codeView{ width: 583rpx; margin: 0 auto; border-bottom: 2px solid #FFFFFF; padding: 32rpx 0; position: relative; } .placeholderClass{ font-size:30rpx; font-family:SourceHanSansCN; font-weight:400; color:rgba(255,254,254,1); position: absolute; left: 0; } .sendBtn{ width:177rpx; height:56rpx; font-size:30rpx; font-family:SourceHanSansCN; font-weight:400; color:rgba(255,254,254,1); position: absolute; right: 0; border: 2px solid #ffffff; border-radius: 28rpx; text-align: center; line-height: 56rpx; } .phoneInt{ font-size:30rpx; color: #ffffff; } .codeInt{ width: 415rpx; font-size:30rpx; color: #ffffff; } .registerBtn{ width: 600rpx; height: 98rpx; /* bottom: 246rpx; */ margin-left: 75rpx; margin-top: 130rpx; }