| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297 |
- /*登录的样式*/
- html {
- height: 100%;
- }
- .signin {
- width: 100%;
- position: relative;
- height: 100%;
- background: url(../img/login_bg.png) no-repeat left top;
- background-size: 100% 100%;
- overflow: auto;
- }
- .signin .signin_left,
- .signin .signin_right {
- width: 50%;
- float: left;
- }
- .signin_left .signin_title_pic {
- position: absolute;
- left: 7.6%;
- top: 6.8%;
- margin: 0;
- width: 596px;
- height: 57px;
- background: url(../img/text_h1.png) no-repeat left top;
- }
- .signin_left .signin_title {
- display: none;
- position: absolute;
- left: 7.6%;
- top: 6.8%;
- margin: 0;
- color: #fff;
- font-family: "Adobe 黑体 Std";
- font-size: 46px;
- }
- .signin_left .pinion {
- width: 456px;
- height: 562px;
- position: absolute;
- left: 24.7%;
- top: 26.9%;
- }
- .signin_right {}
- .signin_right .signin_panel {
- position: absolute;
- right: 12.5%;
- top: 21.3%;
- width: 606px;
- height: 646px;
- text-align: center;
- background: url(../img/signin_panel_bg.png) left top no-repeat;
- }
- .signin_logo {
- width: 378px;
- height: 90px;
- margin-top: 70px;
- font-size: 0;
- margin-bottom: 76px;
- }
- .signin_panel .signin_user,
- .signin_panel .signin_password {
- position: relative;
- width: 440px;
- margin: 0 auto 26px auto;
- }
- .signin_icons {
- position: absolute;
- left: 13.5px;
- bottom: 12px;
- width: 37px;
- display: inline-block;
- }
- .signin_user .signin_icons {
- height: 37px;
- background: url(../img/user_icon.png) left top no-repeat;
- }
- .signin_password .signin_icons {
- height: 45px;
- background: url(../img/password_icon.png) left top no-repeat;
- }
- .signin_panel .form-control {
- padding-left: 75px;
- height: 64px;
- line-height: 64px;
- font-size: 18px;
- color: #000;
- border: none;
- border-bottom: 2px solid #e6e6e6;
- }
- .signin_panel .form-control {
- outline: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .btns {
- width: 440px;
- height: 54px;
- line-height: 54px;
- margin: 74px auto 0 auto;
- background: url("../img/submit_btn_bg.png") left top no-repeat;
- color: #fff;
- font-size: 24px;
- text-align: center;
- border: 0;
- outline: none;
- cursor: pointer;
- }
- .btns[disabled] {
- cursor: no-drop;
- }
- .alert {
- width: 440px;
- text-align: left;
- margin: -25px auto 0 auto;
- display: none;
- }
- .signin_panel .form-control-feedback {
- top: 12px;
- right: 12px;
- font-size: 18px;
- }
- .pinion_rotate {
- margin-left: 25px;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-duration: 2s;
- -moz-transition-property: -moz-transform;
- -moz-transition-duration: 2s;
- -webkit-animation: rotate 4s linear infinite;
- -moz-animation: rotate 4s linear infinite;
- -o-animation: rotate 4s linear infinite;
- animation: rotate 4s linear infinite;
- }
- .pinion_rotate1 {
- margin-left: -25px;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-duration: 1s;
- -moz-transition-property: -moz-transform;
- -moz-transition-duration: 1s;
- -webkit-animation: rotate 2s linear infinite reverse;
- -moz-animation: rotate 2s linear infinite reverse;
- -o-animation: rotate 2s linear infinite reverse;
- animation: rotate 2s linear infinite reverse;
- }
- @-webkit-keyframes rotate {
- from {
- -webkit-transform: rotate(0deg)
- }
- to {
- -webkit-transform: rotate(360deg)
- }
- }
- @-moz-keyframes rotate {
- from {
- -moz-transform: rotate(0deg)
- }
- to {
- -moz-transform: rotate(359deg)
- }
- }
- @-o-keyframes rotate {
- from {
- -o-transform: rotate(0deg)
- }
- to {
- -o-transform: rotate(359deg)
- }
- }
- @keyframes rotate {
- from {
- transform: rotate(0deg)
- }
- to {
- transform: rotate(359deg)
- }
- }
- input::-webkit-input-placeholder,
- textarea::-webkit-input-placeholder {
- font-family: '微软雅黑';
- color: #c4c4c4;
- }
- input:-moz-placeholder,
- textarea:-moz-placeholder {
- font-family: '微软雅黑';
- color: #c4c4c4;
- }
- input::-moz-placeholder,
- textarea::-moz-placeholder {
- font-family: '微软雅黑';
- color: #c4c4c4;
- }
- input:-ms-input-placeholder,
- textarea:-ms-input-placeholder {
- font-family: '微软雅黑';
- color: #c4c4c4;
- }
- @media only screen and (max-width: 1920px) {}
- @media only screen and (max-width: 1680px) {
- .signin_left .pinion{
- left: 20%;
- }
- }
- @media only screen and (max-width: 1566px) {
- .signin_left .pinion{
- left: 5%;
- }
- .signin_left .signin_title_pic{
- display: none;
- }
- .signin_left .signin_title{
- display: block;
- }
- }
- @media only screen and (max-width: 1366px) {
- .signin_left .signin_title{
- display: none;
- }
- .pinion_rotate{
- height: 310px;
- }
- .pinion_rotate1{
- display: none;
- }
- .signin_left .pinion{
- height: auto;
- }
- .signin_right .signin_panel{
- left: 0;
- right: 0;
- bottom: 0;
- top: -1.7%;
- margin: auto;
- -webkit-transform: scale(.8);
- transform: scale(.8);
- }
- }
- @media only screen and (max-width: 1280px) {
- .pinion_rotate{
- height: 270px;
- }
- .signin_right .signin_panel{
- -webkit-transform: scale(.6);
- transform: scale(.6);
- }
- }
- @media only screen and (max-width: 1240px) {
- .signin_left .pinion,
- .signin_left .signin_title{
- display: none;
- }
- .signin .signin_right{
- width: 100%;
- float: none;
- }
- .signin_right .signin_panel{
- left: 0;
- right: 0;
- bottom: 0;
- top: -1.7%;
- margin: auto;
- }
- }
- @media only screen and (max-width: 1200px) {}
- @media only screen and (max-width: 992px) {}
- @media only screen and (max-width: 768px) {}
|