@charset "utf-8"; /*----------------- Author:xxxq update:2020 -------------------*/ body { font-family: "微软雅黑", Arial, sans-serif; font-size: 14px; background: #252f3b; position: relative; overflow: hidden; } i,em{ font-style: normal; } .i-icon{ display: inline-block; width: 24px; height: 24px; position: relative; } .login-logo img, .login2-ewm-img img, .i-icon img, .login-tab-span img, .login-yzm-btn img{ width: 100%; height: 100%; vertical-align: top; } .login2-body{ background: url(../../images/login2-body.png) center top no-repeat; background-size: 100% 100%; } .i-container{ width: 100%; /* max-width: 1680px;*/ min-width: 1340px; margin-left: auto; margin-right: auto; position: relative; height: 100vh; overflow: hidden; } .login-logo{ width: 200px; height: 80px; position: absolute; left: 35px; top: 25px; z-index: 9; } .login-tit{ height: 96px; text-align: center; margin: 5% 0 2%; } .login-tit img{ height: 100%; max-width: 90%; } .login2-ewm{ text-align: right; position: absolute; right: 1.5%; z-index: 999; top: 25px; } .login2-ewm h3{ line-height: 36px; color: #fff; font-size: 22px; } .login2-ewm h3 i{ width: 36px; height: 36px; margin-right: 3px; } .login2-ewm-img{ padding: 12px; width: 9%; position: absolute; right: 1.5%; top: 71px; background: #fff; max-width: 176px; max-height: 176px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; z-index: 999; -webkit-box-shadow: 0 8px 10px 5px rgba(46,203,255,0.3); -moz-box-shadow: 0 8px 10px 5px rgba(46,203,255,0.3); box-shadow: 0 8px 10px 5px rgba(46,203,255,0.3); } .login-left{ text-align: center; } .login-leftbox{ width: 70%; position: relative; top: -30px; left: 2%; margin: auto; } .login-leftimg{ position: absolute; z-index: 9; } .login-leftbg, .login-leftimg{ width: 100%; } .login-right, .login-con{ position: relative; /*height: 100%;*/ } .login-box{ background: #fff; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; width: 330px; padding: 0 6%; height: 500px; position: absolute; left: -5px; top: 50%; margin-top: -250px; z-index: 9; overflow: hidden; } .login2-box-tit{ height: 44px; text-align: center; margin-top: 30px; } .login2-box-tit img{ height: 100%; } .login-box .layui-tab{ margin: 0; width: 330px; } .login-box .layui-tab-content{ padding: 0; } .login-tab-2{ width: 330px; margin: 0 auto; padding-top: 15px; } .login-tab-2 .layui-form-item{ height: 38px; padding: 16px 0; border-bottom: 1px solid #ddd; margin-bottom: 0px; margin-top: 10px; } .login-tab-2 .layui-input-block{ margin-left: 40px; } .login-tab-2 .layui-form-label{ width: 40px; padding: 0; } .login-tab-2 .layui-form-label i{ float: left; margin: 7px 0; } .login-tab-2 .layui-input{ border: 0; padding-left: 0; font-size: 18px; } .login-tab-2 .login-btnbox{ margin-left: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; margin-top: 50px; } .login-tab-2 .login-btnbox .login-btn{ width: 100%; height: 50px; font-size: 20px; line-height: 50px; background: #53adce; } .login-yzm-btn{ width: 74px; height: 28px; position: absolute; right: 0; top: 50%; margin-top: -14px; z-index: 9; } .login-copy{ height: 30px; position: fixed; bottom: 3%; width: 100%; text-align: center; } .login-copy p{ line-height: 30px; color: #fff; font-size: 16px; } input::-webkit-input-placeholder, input::-webkit-input-placeholder{ color:#c3c3c3; } input::-moz-placeholder, input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#c3c3c3; } input:-moz-placeholder, input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#c3c3c3; } input:-ms-input-placeholder, input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#c3c3c3; }