.login-mobile { padding: 60rpx 40rpx; } .login-mobile .title { font-size: 48rpx; font-family: PingFangSC-Medium; font-weight: 500; color: rgba(34, 34, 34, 1); } .login-mobile .page-login { position: relative; min-height: 100%; margin-top: 60rpx; } .login-mobile .part { display: flex; justify-content: space-between; align-items: center; height: 100rpx; background: #ffffff; margin-bottom: 20rpx; border-bottom: 1rpx solid #eaeaea; } .login-mobile .icon { width: 20rpx; height: 10rpx; margin: 0 20rpx 5rpx 0; } .login-mobile .label-code { color: #bbb; margin-right: 20rpx; font-size: 32rpx; } .login-mobile .prefix { height: 44rpx; font-size: 32rpx; line-height: 50rpx; color: #222222; } .login-mobile .ipt-mobile { flex: 1; font-size: 32rpx; font-family: PingFangSC-Regular; font-weight: 400; color: #222222; position: relative; padding-left: 30rpx; } .login-mobile .ipt-mobile::before { content: ""; position: absolute; top: 7rpx; left: 0; bottom: 7rpx; width: 2rpx; background-color: #eaeaea; } .login-mobile .ipt-code { flex: 1; font-size: 32rpx; font-family: PingFangSC-Regular; font-weight: 400; color: #222222; } .login-mobile .btn-code { font-size: 32rpx; font-weight: 400; height: 90%; align-items: center; justify-content: flex-end; flex: 1; display: flex; background: #fff; flex-shrink: 0; } .login-mobile .code-outer { display: flex; align-items: center; } .login-mobile .btn-outer { height: 88rpx; background: rgba(5, 193, 95, 1); line-height: 88rpx; margin-top: 60rpx; border-radius: 4rpx; } .login-mobile .btn { color: #fff; height: 88rpx; line-height: 88rpx; font-size: 36rpx; text-align: center; } .login-mobile .btn-code-disable { pointer-events: none; color: #d3d3d3; } .login-mobile .btn-sure-disbale { pointer-events: none; background: #d3d3d3; } button::after { border: 0; }