| 1234567891011121314151617181920 |
- @charset "utf-8";
- *{margin:0px; padding:0px;}
- body{font-size:12px; color:#fff; background:#008ed0;}
- img { border:none;}
- #l_top{ margin:0 auto; width:1280px; height:59px;}
- #l_cen{ }
- #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;}
- #l_cen .c_b .cen{ width:220px; height:200px; color:#FFF; padding-top:135px; margin-left:430px;}
- #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;}
- #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;}
- #l_cen .c_b .cen .cen3 .s1{float:left; margin-top:6px;}
- #l_cen .c_b .cen .cen3 .s2{ margin-top:2px; padding-left:2px; display:block; float:left;}
- #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;}
- #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;}
- #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;}
- #l_bottom{ width:100%; height:80px; text-align:center; line-height:120px;}
|