You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/css/index.css

19 lines
1.9 KiB
CSS

@charset "utf-8";
/*2011-11-18 ylh*/
body{margin:0; padding:0; background: url(/css/images/body-bg.jpg) #fcfcfc top left repeat-x;}
a img{ border:none;}
.loginbox{width:810px; margin:70px auto 0 auto;}
.login-top{width:810px; height:343px; background:url(/css/images/login-bg02.jpg) left -70px no-repeat;}
.login{width:563px; height:343px; margin:0 0 0 118px }
.login-bottom{ width:810px; height:137px; background:url(/css/images/login-bg01.jpg) left top no-repeat;}
.login .title{ width:500px; height:40px; margin:50px 0 0 40px; _margin:50px 0 0 20px; text-align:center; color: #6FF; font-size:35px; font-family:"黑体"; float:left; text-shadow:3px 1px 3px #000;}
.login .title span{ font-family:Arial; font-weight:bold; font-size:35px; letter-spacing:-10px; margin:10px 0 0 0; color: #FC0;}
.login form{ margin:10px auto 0 90px; _margin:10px auto 0 45px; width:400px; float:left;}
.login form .div1{ width:400px; height:63px; background:url(/css/images/input-bg.png) left top no-repeat; margin-top:10px; float:left;}
.login form .div-bt{width:400px; float:right; text-align:right;margin-top:10px;}
.login form .div-bt a{width:132px; height:68px; display:block; background:url(/css/images/login-bt.png) left top; no-repeat; float:right; border:none}
.login form .div-bt a:hover{width:132px; height:68px; display:block; background:url(/css/images/login-btac.png) left top; no-repeat; float:right; border:none}
.login form .label01{ background: url(/css/images/usaname.png) 10px 12px no-repeat; font-family: "黑体";font-size:20px; color:#FFF; line-height:62px; padding:0 0 0 45px; display:inline-block; float:left; }
.login form .label02{ background: url(/css/images/password.png) 10px 12px no-repeat; font-family: "黑体";font-size:20px; color:#FFF; line-height:62px; padding:0 0 0 45px; display:inline-block; float:left; }
.login form input{ width:267px; height:47px; border: #FFF 1px solid; float:right; margin:7px 15px 0 0;_margin:4px 13px 0 0;}