| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- html {
- height: 100%;
- }
- .fl{
- float: left;
- }
- .login{
- width: 100%;
- position: relative;
- height: 100%;
- }
- ._success{
- border-color: #c91e32!important;
- }
- .login_bg{
- position: absolute;
- left: 0;
- top: 0;
- background: url(../img/Background.jpg) no-repeat center top;
- background-size: 100% 100%;
- width: 100%;
- height: 100%;
- z-index: 0;
- }
- /*登陆*/
- .login_center{
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- text-align: center;
- margin: auto;
- width: 840px;
- height: 520px;
- background: url(../img/login_center.png) no-repeat center top;
- background-size: 100% 100%;
- }
- .login_center .title_img{
- width: 190px;
- height: 25px;
- position: absolute;
- right: 110px;
- top: 75px;
- }
- .login_center .title_img img{
- width: 100%;
- }
- .login_text{
- position: absolute;
- left: 503px;
- top: 153px;
- }
- .login_text ul{
- margin: 0;
- padding: 0;
- }
- .login_text ul li{
- height: 36px;
- line-height: 36px;
- overflow: hidden;
- margin: 0;
- margin-bottom: 24px;
- padding: 0;
- list-style: none;
-
- }
- .login_text ul li input{
- width: 190px;
- height: 36px;
- line-height: 36px;
- background: #d1eef6;
- border: none;
- outline: none;
- padding-left: 10px;
- }
- .login_text ul li .flbox{
- width: 80px;
- font-weight: bold;
- }
- .login_text .alert_box{
- position: absolute;
- width: 200px;
- height: 14px;
- line-height: 14px;
- text-align: left;
- top: 170px;
- left: 80px;
- font-size: 12px;
- color: #e82d2d;
- overflow: hidden;
- display: none;
- }
- .login_text .alert_iocn{
- width: 14px;
- height: 14px;
- display: block;
- background: url(../img/alert.png) left top no-repeat;
- background-size: 100% 100%;
- float: left;
- }
- .login_text .alert_box span{
- display: block;
- float: left;
- margin-left: 5px;
- }
- .login_text button{
- width: 280px;
- height: 40px;
- -moz-border-radius: 5px; /* Firefox */
- -webkit-border-radius: 5px; /* Safari 和 Chrome */
- border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- line-height: 40px;
- text-align: center;
- color: #FFFFFF;
- background: #18abd1;
- font-size: 20px;
- margin: 0;
- padding: 0;
- margin-top: 40px;
- border: none;
- outline: none;
- }
|