@CHARSET "UTF-8"; /** 登录页 */ #bg_images{ width:100%; height:100%; position:absolute; z-index:-1; } #logo_words_province{ position:absolute; top:32px; left:58px; } #login{ width:30%; min-width:400px; min-height:400px; height:50%; background-color:#f2f2f2; position:absolute; top:25%; left:35%; } .logindiv{ position:relative; width: 100%; height: 51px; margin-top: 20%; } .logininput{ float: left; width:90%; height: 51px; } .logininput input{ height:51px; width:90%; border:1px solid #e1e6e8; background-color:#e4ecf0; border-radius:3px; font-size:14px; margin-left: 10%; } .usr{ float:left; background-image:url(../image/usr.png); background-repeat:no-repeat; width:23px; height:23px; margin-top: 14px; margin-left: 5px; } .lock{ float:left; background-image:url(../image/lock.png); background-repeat:no-repeat; width:23px; height:23px; margin-top: 14px; margin-left: 5px; } #log_button{ width:20%; height:40px; color:#FFFFFF; background-color:#5b8ab7; border:1px solid #3d81d0; font-size:16px; border-radius:3px; margin-top: 40px; } .yzmDiv{ float:left; background-image:url(../image/login_icon_3.png); background-repeat:no-repeat; width:23px; height:23px; margin-top: 14px; margin-left: 5px; } #forget{width:106px;height:41px;color:#999999;background-color:#f2f2f2;font-size:12px;font-family:SimSun,sans-serif;border:0;display:inline;}