sys-from.scss 493 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .sys-from {
  2. .ui-input .text.suffix .retouch .len {
  3. display: none;
  4. }
  5. padding-top: 10px;
  6. > * {
  7. margin-top: 30px;
  8. }
  9. > .input {
  10. width: 100%;
  11. }
  12. }
  13. .layer {
  14. width: 100%;
  15. width: 400px;
  16. position: relative;
  17. }
  18. .more {
  19. display: block;
  20. margin-top: 40px;
  21. text-align: center;
  22. font-size: 14px;
  23. a {
  24. cursor: pointer;
  25. }
  26. }
  27. .close {
  28. position: absolute;
  29. top: -20px;
  30. right: -10px;
  31. color: rgba(255, 255, 255, 0.7);
  32. font-size: 14px;
  33. cursor: pointer;
  34. }