/* pages/register/register.wxss */ .main { height: 100%; width: 100%; position: relative; } .main_image { height: 1344rpx; width: 750rpx; margin-top: -128rpx; } .main .context { height: 100%; width: 100%; position: absolute; top: 0; left: 0; } .context_input { margin: 30rpx 32rpx; } .account_img { width: 26rpx; height: 32rpx; margin: 28rpx 32rpx 28rpx 0; } .password_img { width: 24rpx; height: 30rpx; margin: 29rpx 34rpx 29rpx 0; } .phone_img { width: 24rpx; height: 24rpx; margin: 32rpx 34rpx 32rpx 0; } .email_img { width: 26rpx; height: 20rpx; margin: 34rpx 32rpx 34rpx 0; } .carNum_img { width: 36rpx; height: 26rpx; margin: 31rpx 22rpx 31rpx 0; } .man_img { width: 28rpx; height: 24rpx; margin: 32rpx 30rpx 32rpx 0; } .context_input .input_view { border-bottom: 1rpx solid #f1f1f1; } .context_input input { width: calc(100% - 58rpx); display: inline-block; font-size: 32rpx; height: 88rppx; line-height: 88rpx; min-height: 88rpx; color: #434343; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .context_input .placeholder { color: #c9c9c9; font-size: 32rpx; height: 88rppx; line-height: 88rpx; min-height: 88rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .errorMsg{ height: 28rpx; margin: 0rpx 32rpx 32rpx 30rpx; font-size: 28rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: red; text-overflow: ellipsis; white-space: nowrap; } .login_button { width: calc(100% - 62rpx); font-size: 32rpx; margin: 0rpx 32rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #fff; text-overflow: ellipsis; white-space: nowrap; background-color: #3cb8b6; } .login_button_disable{ width: calc(100% - 62rpx); font-size: 32rpx; margin: 0rpx 32rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #fff; text-overflow: ellipsis; white-space: nowrap; background-color: #c9c9c9; } .login_button.button-hover { background-color: #36a9a6; }