| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- html {
- height: 100%;
- }
- .signin{
- width: 100%;
- position: relative;
- height: 100%;
- }
- /* .signin .col-md-5{
- width: 50%;
- } */
- .container{
- position: relative;
- width: 100%;
- height: 100%;
- background: url(../img/login_background_1.png) no-repeat left top;
- background-size: 100% 100%;
- }
- .signin_left {
- color: #fff;
- }
- .signin_left i{
- display: inline-block;
- width: 50px;
- height: 36px;
- vertical-align: middle;
- background: url(../img/login_logo.png) left top no-repeat;
- }
- .signin_left h2{
- font-size: 30px;
- font-family: '黑体';
- margin-top: 15%;
- margin-bottom: 0;
- }
- .signin_left h2 + p,.left_word>div h2 + p{
- margin-top: 22.163%;
- margin-bottom: 22.163%;
- font-size: 18px;
- }
- .signin_left h3,.left_word>div h3{
- font-size: 24px;
- color: #006967;
- margin-bottom: 2.5%;
- }
- .signin_left h3 + p,.left_word>div h3 + p{
- line-height: 30px;
- font-size: 18px;
- color: #fff;
- }
- .signin_right{
- position: absolute;
- top: 20%;
- right: 5%;
- width: 610px;
- height: 600px;
- }
- /*.signin_right .signin_panel h1{
- font-size: 24px;
- font-family: '华文仿宋';
- margin: 0 0 19.46% 0;
- font-weight: 600;
- }*/
- .signin_panel .logo_title{
- /* margin-left: 10px; */
- width: 100%;
- font-size: 0;
- }
- .logo_img{
- display: inline-block;
- vertical-align: top;
- }
- .logo_content{
- display: inline-block;
- vertical-align: top;
- }
- .logo_text span{
- font-size: 40px;
- line-height: 45px;
- font-family: '华文仿宋';
- font-weight: 600;
- margin-left: 15px;
- color: rgb(255, 255, 255);
- }
- .logo_footer{
- margin-left: 15px;
- height: 8px;
- margin-top: -3px;
- background: url(../img/logo_footer.png) no-repeat;
- background-position: -145px -149px;
- }
- .sigin_wrapper{
- margin-top: 5.1%;
- width: 500px;
- height: 395px;
- padding: 50px 58px 0 58px;
- background: rgb(255, 255, 255);
- border-radius: 30px;
- }
- .signin_panel .signin_user,
- .signin_panel .signin_password,
- .signin_panel .signin_seat{
- position: relative;
- margin-bottom: 22px;
- }
- .signin_icons{
- position: absolute;
- left: 20px;
- top: 15px;
- width: 17px;
- height: 17px;
- display: inline-block;
- background: url(../img/signin_icon.png) left top no-repeat;
- }
- .signin_password .signin_icons{
- background-position: 0 -30px;
- }
- .signin_seat .signin_icons{
- background-position: 0 -16px;
- height: 15px;
- }
- .keyboard_icons{
- position: absolute;
- right: 20px;
- top: 15px;
- width: 27px;
- height: 16px;
- display: inline-block;
- background: url(../img/keyboard_icons.png) left top no-repeat;
- background-size: 27px 16px
- }
- .signin_panel .form-control{
- padding-left: 57px;
- height: 44px;
- line-height: 44px;
- font-size: 16px;
- font-family: SourceHanS;
- color: #000;
- }
- .singin_rpassword{
- margin-top: 4px;
- margin-top: 7px;
- }
- .rpassword {
- float: left;
- }
- .rpassword input[type="checkbox"]{
- appearance: none;
- -webkit-appearance: none;
- outline: none;
- display:none;
- }
- .rpassword .checkbox_icon{
- width: 16px;
- height: 16px;
- display: inline-block;
- background: url("../img/checkbox.png") no-repeat;
- background-position:0 0;
- vertical-align: sub;
- border: 1px solid #5c616b;
- cursor: pointer;
- }
- .rpassword input[type="checkbox"]:checked + .checkbox_icon{
- background-position:0 -14px;
- }
- .rpassword label{
- color: #5c616b;
- font-size: 14px;
- font-family: '宋体';
- font-weight: normal;
- line-height: 14px;
- height: 14px;
- cursor: pointer;
- }
- .fpassword{
- float: right;
- }
- .fpassword a{
- color: #5c616b;
- text-decoration: none;
- font-size: 14px;
- font-family: '宋体';
- }
- .ts{
- position: absolute;
- right: 12.5px;
- top: 12.5px;
- height: 15px!important;
- }
- .Yz_error{
- width: 15px;
- background: url("../img/yz.png") no-repeat 0 -15px;
- }
- .Yz_success{
- width: 20px;
- background: url("../img/yz.png") no-repeat 0 0;
- }
- .btns{
- width: 390px;
- background-color: #d1141b;
- color: #fff;
- height: 50px;
- line-height: 50px;
- text-align: center;
- border: 0;
- outline: none;
- border-radius: 10px;
- cursor: pointer;
- margin-top: 40px;
- margin-bottom: 12px;
- font-size: 16px;
- letter-spacing: 6px;
- }
- .btns:hover{
- background-color: #ad1316;
- }
- .fregister{
- font-size: 13px;
- font-family: '宋体';
- }
- .fregister span{
- color: #5c616b;
- }
- .fregister a{
- color: #1582b4;
- }
- ._success{
- border-color: #c91e32!important;
- }
- ._fail{
- border-color: red!important;
- }
- input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
- font-family: '华文仿宋';
- color: #999999;
- }
- input:-moz-placeholder, textarea:-moz-placeholder {
- font-family: '华文仿宋';
- color: #999999;
- }
- input::-moz-placeholder, textarea::-moz-placeholder {
- font-family: '华文仿宋';
- color: #999999;
- }
- input:-ms-input-placeholder, textarea:-ms-input-placeholder {
- font-family: '华文仿宋';
- color: #999999;
- }
- @media only screen and (max-width: 1920px) {
-
- }
- @media only screen and (max-width: 1366px) {
- }
- @media only screen and (max-width: 1200px) {
-
- }
- @media only screen and (max-width: 992px) {
- div.signin_left{
- display: none;
- }
- div.left_word{
- display: none;
- }
- div.signin_right .signin_panel {
- /* margin: 10% auto 0 auto; */
- float: none;
- /* color: #fff; */
- }
- }
- @media only screen and (max-width: 768px) {
- div.signin_left{
- display: none;
- }
- }
|