No Description

login.css 1.5KB

1234567891011121314151617181920
  1. @charset "utf-8";
  2. *{margin:0px; padding:0px;}
  3. body{font-size:12px; color:#fff; background:#008ed0;}
  4. img { border:none;}
  5. #l_top{ margin:0 auto; width:1280px; height:59px;}
  6. #l_cen{ }
  7. #l_cen .c_b{ width:1280px; height:386px; margin:20px auto 0 auto; background:url(/images/login_b.gif) no-repeat;border:1px #FFFFFF solid;}
  8. #l_cen .c_b .cen{ width:220px; height:200px; color:#FFF; padding-top:135px; margin-left:430px;}
  9. #l_cen .c_b .cen .cen1 , #l_cen .c_b .cen .cen2 ,#l_cen .c_b .cen .cen3 ,#l_cen .c_b .cen .cen4{width:220px; height:38px;}
  10. #l_cen .c_b .cen .cen1 .input1 ,#l_cen .c_b .cen .cen2 .input2 ,#l_cen .c_b .cen .cen3 .input4{ width:170px; height:26px; line-height:26px; background:#FFF; border:none; color:#CCC; padding-left:2px;}
  11. #l_cen .c_b .cen .cen3 .s1{float:left; margin-top:6px;}
  12. #l_cen .c_b .cen .cen3 .s2{ margin-top:2px; padding-left:2px; display:block; float:left;}
  13. #l_cen .c_b .cen .cen3 .input3{ width:60px; height:26px; line-height:26px; background:#FFF; border:none; color:#CCC; float:left;padding-left:2px;}
  14. #l_cen .c_b .cen .cen4 .input1{float:left; width:60px; height:26px; border:none; background:none; cursor:pointer; background:url(/images/login_anniu.png) no-repeat -2px -2px; margin-left:40px;}
  15. #l_cen .c_b .cen .cen4 .input2{float:right; width:60px; height:26px; border:none; background:none; cursor:pointer; background:url(/images/login_anniu.png) no-repeat -74px -2px; margin-right:20px;}
  16. #l_bottom{ width:100%; height:80px; text-align:center; line-height:120px;}