@charset "utf-8"; /*----------------- Author:xq update:2019 -------------------*/ 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, .login-ewm img, .i-icon img, .login-tab-span img, .login-yzm-btn img{ width: 100%; height: 100%; vertical-align: top; } .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: 80px; text-align: center; margin: 5% 0 2%; } .login-tit img{ height: 100%; max-width: 90%; } .login-left{ text-align: center; } .login-leftimg{ width: 68%; } .login-right, .login-con{ position: relative; /*height: 100%;*/ } .login-box{ background: #fff; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; width: 430px; height: 500px; position: absolute; left: 0; top: 50%; margin-top: -250px; z-index: 9; overflow: hidden; } .login-box .layui-tab{ margin: 0; } .login-box .layui-tab-title{ height: 56px; border: 0; } .login-box .layui-tab-title li{ width: 50%; line-height: 56px; text-align: center; padding: 0; font-size: 20px; color: #fff; background: #676e77; position: relative; transition: all 0s; -webkit-transition: all 0s; } .login-box .layui-tab-title .layui-this:after{ display: none; } .login-box .layui-tab-title .layui-this{ background: #fff; color: #324251; font-weight: bold; } .login-tab-span{ width: 28px; height: 56px; position: absolute; z-index: 3; top: 0; display: none; } .login-box .layui-tab-title .layui-this .login-tab-span{ display: block; } .login-tab-span1{ right: -14px; } .login-tab-span2{ left: -14px; } .login-tab-1{ margin: 0 auto; text-align: center; } .login-ewm{ width: 206px; height: 206px; margin: 70px auto 35px auto; } .login-tab-1 p{ line-height: 24px; color: #666; font-size: 16px; } .login-tab-1 p i{ margin-right: 5px; } .login-tab-2{ width: 330px; margin: 0 auto; padding-top: 35px; } .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: 4px; -moz-border-radius: 4px; border-radius: 4px; 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: 135px; height: 40px; 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: #8c9dae; font-size: 14px; }