/**index.wxss**/ .page { height: 100%; display: flex; justify-content: start; flex-direction: column; align-items: center; width: 100%; } .icon_layout { display: flex; flex-direction: column; align-items: center; background-color: antiquewhite; height: 383rpx; width: 100%; } .icon { width: 103rpx; margin-top: 80rpx; height: 199rpx; } .login_check { margin-top: 200rpx; flex-direction: row; width: 100%; display: flex; justify-content: space-between; } .login_check_true { font-size: 32rpx; font-weight: 600; color: #5090FE; } .login_check_false { font-size: 32rpx; font-weight: 600; color: #353535; } .phonenumber_login_layout { margin-top: 60rpx; height: 315rpx; padding-top: 2rpx; flex-direction: column; justify-content: start; align-items: center; width: 100%; display: flex; } .phonenum_login_layout_input_bg { width: 618.06rpx; height: 84rpx; border: 2rpx solid #d4d4d4; display: flex; flex-direction: row; align-content: center; align-items: center; border-radius: 9rpx; justify-content: start; } .phonenum_login_layout_input_icon { width: 27rpx; height: 37rpx; margin-left: 22rpx; } .phonenum_login_layout_input { flex: 1; width: 360rpx; margin-left: 23rpx; font-size: 30rpx; } .account_show_pwd_icon_layout { height: 100%; align-items: center; display: flex; flex-direction: row; justify-items: center; padding-left: 10rpx; } .account_show_pwd_icon { width: 39rpx; height: 29rpx; } .login_btn_layout { margin-left: 66rpx; margin-top: 265rpx; display: flex; width: 616rpx; flex-direction: column; justify-content: center; align-items: center; } .login_btn { background-color: #45abfe; width: 100%; height: 89rpx; color: white; } .updatepwd_layout { position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: 20; }