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

34 lines
598 B

  1. .bind{
  2. background-color: #3d434f;
  3. color: #fff;
  4. font-size: 0.18rem;
  5. text-align: center;
  6. padding: 0.15rem;
  7. border-radius: 0.03rem;
  8. margin-top: 0.25rem;
  9. }
  10. .input_focus{
  11. box-shadow: 0 0 4px 0 rgba(147, 220, 211, 0.5);
  12. border: solid 1px rgba(147, 220, 211, 0.5);
  13. }
  14. .input_blur{
  15. border: solid 1px #e5e5e5;
  16. }
  17. .mengban{
  18. position: absolute;
  19. top: 0;
  20. bottom: 0;
  21. left: 0;
  22. right: 0;
  23. z-index: 9;
  24. background-color: rgba(0, 0, 0, 0.8);
  25. }
  26. .alert_success{
  27. width: 2.7rem;
  28. height: 1.45rem;
  29. background-color: rgb(253, 253, 253);
  30. margin: 1.8rem auto 0;
  31. border-radius:0.06rem;
  32. }