style.scss 645 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .form-content {
  2. background: #ffffff;
  3. padding: 10px 10px 0 10px;
  4. }
  5. .table-content {
  6. background: #ffffff;
  7. padding: 0 10px;
  8. }
  9. .pagination-content {
  10. margin-top: 10px;
  11. padding-bottom: 10px;
  12. text-align: right;
  13. }
  14. .detail-form-content{
  15. background: #ffffff;
  16. padding: 10px;
  17. .el-input{
  18. min-width: 200px;
  19. max-width: 600px;
  20. }
  21. }
  22. .bg {
  23. position: absolute;
  24. top: 0;
  25. left: 0;
  26. height: 100%;
  27. }
  28. .login-form {
  29. position: absolute;
  30. top: 0;
  31. right: 0;
  32. width: 350px;
  33. height: 100%;
  34. background: #ffffff;
  35. padding: 0 60px;
  36. font-size: 18px;
  37. font-weight: bold;
  38. }
  39. .h1 {
  40. margin-top: 80px;
  41. font-size: 20px;
  42. font-weight: bold;
  43. }
  44. .btn-login {
  45. margin-top: 50px;
  46. width: 100%;
  47. }