CSS   23
login css
Guest on 17th September 2023 06:19:50 AM


  1. .top{height:92px;width:100%;background:#fff;border-bottom:1px solid #e8e8ea;color:#0a7de7;line-height:92px;font-size:48px;font-weight:500}     
  2. .top img{margin-left:220px;width:216px;height:70px;margin-top:-8px;}   
  3.  
  4. .pass .info1{width:400px;height:420px;margin-top:80px;background:url(../images/login_pass1.png)}
  5. .pass .info2{width:400px;height:420px;margin-top:80px;background:url(../images/login_pass2.png)}
  6. .content .info{width:400px;height:420px;margin-top:80px;background:url(../images/login_info.png)}
  7. .pass .border,.pass .border,.content .info .border{width:404px;box-shadow:1px  1px 26px #ccc;}
  8. .pass  input[type=text],.pass  input[type=password],.pass  input[type=pass],.content .info input[type=text],.content .info input[type=password]{width:250px; height:38px;border:1px solid #bbb;padding-left:10px;}
  9. .pass  input[type=code]{width:120px; height:38px;border:1px solid #bbb;padding-left:10px;}
  10. .pass  input[type=checkbox],.content .info input[type=checkbox]{width:14px;;height:14px;margin-top:-2px;margin-right:4px;border:1px solid #bbb;}
  11. .pass  .tip,.content .info .tip{height: 50px;width:232px;margin-left: 46px;line-height: 50px;color:red}
  12. #tmT,#ptmT{margin-top:115px;margin-left:83px;}
  13. #tmP{margin-top:20px;margin-left:83px;}
  14. #ptmP{margin-top:115px;margin-left:83px;}
  15. #tmPP,#ptmPP {margin-top: 20px;margin-left: 83px;}
  16. #code {margin-top: -7px;margin-left: 83px;}
  17. .pass  .check,.content .info .check{height:50px;line-height:50px;}
  18. .pass  .login,.content .info .login{width:296px;height:38px;background:#288ce1;text-align:center;line-height:38px;margin-top:40px;margin-left:46px;font-size:16px;color:#fff}
  19. .butSend{width: 128px;height: 33px;margin-top: 20px; margin-left: 1px;margin-bottom: -8px;padding-top: 7px;text-align: center;line-height: 30px;color: #fff;font-size: 14px;display: inline-block; border-radius: 2px;}
  20. .pass .info2 .login:last-child {margin-top:10px!important; }

Raw Paste

Login or Register to edit or fork this paste. It's free.