/* describe: 登录 author: WangPeng date: 2019.06.14 */ html,body{ width: 100%; height: 100%; } input[type="text"],input[type='password'],.btn{ width: 100%; height: 57px; line-height: 57px; border: 1px solid rgba(32,32,32,0.1); display: inline-block; outline: none; vertical-align: middle; box-shadow: 0px 3px 10px rgb(32 32 32 / 10%) !important; } body{ position: relative; background-repeat: no-repeat; background-size: cover; font-size: 18px; font-family: "Noto Sans CJK SC", "Source Han Sans CN",Sans-serif; } .active{ color: #FD550D; } @media only screen and (max-width: ) { } /*登录框*/ .content{ position: absolute; top: 50%; left: 65%; margin-left: auto; margin-right: auto; width: 320px; height: auto; text-align: center; transform: translate(-50%, -50%); } .content .sub-title{ padding-top: 37px; padding-bottom: 32px; border-bottom: 1px solid #bbb; font-size: 28px; color: #353535; } .content .form-content .phone{ position: relative; margin-top: 33px; } .content .form-content .password{ margin-top: 33px; position: relative; } .content .form-content input[type="text"],.content .form-content input[type='password']{ font-size:16px; text-indent: 15px; color: #939090; box-shadow: 0px 3px 10px rgb(32 32 32 / 10%) !important; /* border-radius: 7px !important; */ /* border: 1px solid #009944; */ } .content .form-content input[type="text"]:hover, .content .form-content input[type='password']:hover{ border-color:#009f8f !important; color: #009f8f; } .content .form-content input[type="text"]:focus, .content .form-content input[type='password']:focus{ border-color:#009f8f !important; color: #009f8f; } .content .form-content .phone .iconfont,.content .form-content .password .iconfont{ position: absolute; top: 17px; left: 15px; font-size: 25px; color: #000000 ; } .get-code{ position: absolute; top: 22px; right: 7px; font-size: 17px; color: #03A6FF; text-decoration: none; display:none; } .get-code:hover{ cursor:pointer; color: #FD550D; } .content .form-content .check-box{ margin-top: 19px; text-align: left; font-size: 16px; color: #847E7E; height:16px; } .content .form-content .check-box input{ margin-top:0; margin-right: 12px; width: 18px; height: 18px; vertical-align: middle; } .form-content .subimt-btn{ font-size:22px; margin-top: 30px; } .prompt{ color: #FD550D; } .subimt-btn{ padding:0; background: #fd9552 !important; color: #fff; transition: background-color 0.8s; } .subimt-btn:active,.subimt-btn:hover,.subimt-btn:focus{ background: #fd9552 !important; cursor: pointer !important; } .logintype{ margin-top:20px; } .logintype span{ margin-left:10px; margin-right:10px; cursor:pointer; } .logintype span:active{ color: #FD550D; } .loginLogo{ width: 140px; height: 140px; display: inline-block; } .loginTitle{ margin-top: 25px; font-size: 26px; letter-spacing: 10px; height: 30px; line-height: 30px; } .loginTitle div{ display: inline-block; color: #000000; } .interval{ width: 58px; border-bottom: 1px solid #000000; vertical-align: middle; } .form-content{ width: 100%; height: 365px; background: #ffffff; /* box-shadow: 0px 0px 5px rgb(0 0 0 / 50%); */ /* margin-top: 35px; */ /* border-radius: 5px; */ } #loginid{ /* margin: 0 83px; */ } input::-webkit-input-placeholder { color: #939090; font-size:16px; } input::-moz-input-placeholder { color: #939090; font-size:16px; } input::-ms-input-placeholder { color: #939090; font-size:16px; } input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;} input:-webkit-autofill::first-line{font-size:16px;} .refresh{ position: absolute; right: 0px; bottom: 0px; font-size: 22px; color: #ffffff; width: 47px; height: 60px; line-height: 60px; cursor:pointer; }