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.

PassWordForm.css 660 B

4 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .lr-form-wrap {
  2. padding: 0;
  3. }
  4. .lr-form-item {
  5. width:600px;
  6. padding: 5px 200px 5px 80px;
  7. float:initial;
  8. }
  9. .tip {
  10. position:absolute;
  11. right:0;
  12. top:0;
  13. width:200px;
  14. height:100%;
  15. line-height:38px;
  16. padding-left:10px;
  17. font-size:16px;
  18. }
  19. .tip .fa {
  20. margin-right:5px;
  21. }
  22. .tip-success {
  23. color:#1bb99a;
  24. }
  25. .tip-error {
  26. color:#ff5d48;
  27. }
  28. .lr-form-item-title {
  29. width: 80px;
  30. text-align: left;
  31. padding-right: 10px;
  32. }
  33. .form-control {
  34. border-radius:4px;
  35. }
  36. .lr-form-item-text {
  37. color:#959393;
  38. padding-left:80px;
  39. }
  40. #Verifycode_img {
  41. cursor:pointer;
  42. }
  43. .lr-field-error-info {
  44. right:203px;
  45. }