index.css 1.2 KB

1234567891011121314
  1. @charset "UTF-8";
  2. body{width: 100%;height: 100%;background: rgba(11,22,53,.9);margin:0}
  3. #div-particles{position: relative;top:0;}
  4. .bdy-login{width: 385px;border:0px solid red;position: absolute;top:600px;left:200px;opacity: 0.1;}
  5. #frm-login{width:380px;margin:100 auto;border: 0px solid orange;}
  6. #frm-login p{width: 360px;height: 40px;line-height: 40px;color:#fff;margin:20px auto 0 auto;border: 1px solid #06538a;font-size: 14px;user-select: none;}
  7. #frm-login p:nth-child(1){border: 0px solid #fff;text-align: center;}
  8. #frm-login p:nth-child(2){margin-top: 60px;background: rgba(147, 157, 220, 0.2) url("res/img/login_account.png") no-repeat 320px 8px;}
  9. #frm-login p:nth-child(3){background: rgba(147, 157, 220, 0.2) url("res/img/login_password.png") no-repeat 320px 8px;}
  10. #frm-login p:nth-child(4){color: #1EB2FF;border: 1px solid #009FFF;cursor: pointer;font-size: 18px;text-align: center;}
  11. #frm-login span{width: 80px;display: inline-block;text-align: center;}
  12. #frm-login input{width: 228px;height: 38px;outline:none;border:none;background: transparent;background: none;color:#eee;}
  13. #frm-login input:-webkit-autofill {transition: color 9999s,background-color 9999s ease-in-out ;}
  14. #ver{position:fixed;bottom:8px;right:8px;color:#424a61;font-size:8px;}