/* * @Description: 登录页样式 * @Author: zhoupeng * @Date: 2020-04-23 14:57:28 * @LastEditTime: 2020-06-05 10:46:08 */ body { background: #ffffff; } input, textarea { box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-appearance: none; border: 0px; } .login { margin: 0 0.3rem; :global(.am-checkbox-agree) { margin-left: 5px; padding-top: 0px; padding-bottom: 0px; } :global(.am-checkbox-agree .am-checkbox-agree-label) { color: #c2c2c2; font-size: 12px; line-height: 16px; margin-left: 18px; } :global(.am-checkbox-agree .am-checkbox) { width: 20px; height: 20px; } :global(.am-checkbox.am-checkbox-checked .am-checkbox-inner) { border-color: #2660ff; background: #2660ff; } :global(.am-checkbox-agree .am-checkbox-inner) { top: 3px; } :global(.am-checkbox-inner) { width: 12px; height: 12px; } :global(.am-checkbox-inner:after) { display: none; top: 1px; right: 3px; z-index: 999; width: 2px; height: 5px; } .title_content { height: 1.8rem; font-size: 0.48rem; font-weight: 600; color: rgba(46, 46, 46, 1); display: flex; flex-direction: row; justify-content: flex-start; align-items: center; } .input_container { display: flex; flex-direction: row; height: 1.2rem; border-bottom: 1px solid #f7f7f7; margin-bottom: 0.25rem; .input_box { flex: 1; // background-color: red; font-size: 0.32rem; font-weight: 600; color: #333; } ::-webkit-input-placeholder { font-size: 0.32rem; color: rgba(168, 168, 168, 1); font-weight: 600; } } //验证码 .code_button { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; .code_text_blue { height: 0.8rem; line-height: 0.8rem; font-weight: 500; font-size: 0.28rem; color: rgba(38, 96, 255, 1); } .code_text_gray { height: 0.8rem; line-height: 0.8rem; font-weight: 400; font-size: 0.24rem; color: #a8a8a8; } } //argument .agreement_content { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; } //button .submit_button { width: 6.7rem; height: 0.98rem; margin-top: 0.55rem; border-radius: 0.49rem; display: flex; justify-content: center; align-items: center; } .submit_button_gray { background: rgba(238, 238, 238, 1); font-size: 0.32rem; font-weight: 500; color: rgba(117, 117, 117, 1); } .submit_button_blue { background: rgba(38, 96, 255, 1); font-size: 0.32rem; font-weight: 500; color: #fff; } }