/* pages/reset_password/reset_password.wxss */ .main { height: 100%; width: 100%; position: relative; } .main_image { height: 1334rpx; width: 750rpx; margin-top: -128rpx; } .main .context { height: 100%; width: 100%; position: absolute; top: 0; left: 0; box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset; } /* .context_input { margin: 30rpx 32rpx; } */ .context_input .input_view { border-bottom: 2rpx solid #f1f1f1; padding-left: 60rpx; height: 100rpx; } .context_input input { width: calc(100% - 58rpx); display: inline-block; font-size: 32rpx; height: 100rpx; line-height: 100rpx; min-height: 100rpx; color: #434343; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .context_input .placeholder { color: #999999; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .errorMsg{ height: 28rpx; margin: 32rpx 60rpx 32rpx 60rpx; 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% - 152rpx); 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: #00a8dc; border-radius: 40rpx; height: 80rpx; border: none; margin: 235rpx 76rpx 0 76rpx; } .login_button_disable { width: calc(100% - 152rpx); 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; border-radius: 40rpx; height: 80rpx; border: none; margin: 235rpx 76rpx 0 76rpx; } .login_button.button-hover { background-color: #36a9a6; }