/* 登录页 */ :global { .dahuo_login_container { width: 100%; min-height: 100%; // @include flex(center); display: flex; align-items: center; justify-content: center; background-image: url(../../assets/images/login/login_bg.png); background-color: #001899; // background-size: 100% auto; background-position: center; background-repeat: no-repeat; .form_container { // padding: 40px 60px 60px; // background: #1044cc; width: 680px; -webkit-box-sizing: border-box; box-sizing: border-box; // position: absolute; // left: 50%; // top: 100px; // margin-left: -340px; // border-radius: 8px; position: relative; // width: 480px; padding: 40px 60px 60px; background: #1044cc; header { padding-bottom: 15px; font-family: "PingFang-SC-Semibold"; font-size: 28px; text-align: center; color: #00dbdb; } .form_infos { width: 400px; margin: 0 auto; .form_item { position: relative; margin-top: 30px; > input, > button { width: 100%; height: 50px; @include lh(50); box-sizing: border-box; padding-left: 60px; padding-right: 15px; background: #174edd; border: 1px solid #00dbdb; font-size: 16px; color: #fff; &::-webkit-input-placeholder { color: #fff; padding-left: 10px; @include lh(50); font-size: 16px; } &::-moz-input-placeholder { color: #fff; padding-left: 10px; @include lh(50); font-size: 16px; } &::-o-input-placeholder { color: #fff; padding-left: 10px; @include lh(50); font-size: 16px; } } > button { cursor: pointer; } .form_icon { position: absolute; display: block; padding: 14px 20px; @include flex(center); top: 0; left: 0; } .btn { padding: 0; background: #00d7f9; font-size: 18px; } } } .horn { position: absolute; width: 35px; height: 35px; } .horn_left_top { left: 0; top: 0; border-left: 5px solid #00dbdb; border-top: 5px solid #00dbdb; } .horn_left_bottom { left: 0; bottom: 0; border-left: 5px solid #00dbdb; border-bottom: 5px solid #00dbdb; } .horn_right_top { right: 0; top: 0; border-right: 5px solid #00dbdb; border-top: 5px solid #00dbdb; } .horn_right_bottom { right: 0; bottom: 0; border-right: 5px solid #00dbdb; border-bottom: 5px solid #00dbdb; } } } }