index.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
  5. "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  6. sans-serif;
  7. -webkit-font-smoothing: antialiased;
  8. -moz-osx-font-smoothing: grayscale;
  9. }
  10. code {
  11. font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
  12. monospace;
  13. }
  14. .logo {
  15. width: 25%;
  16. height: 31px;
  17. padding: 16px 24px 16px 70px;
  18. float: left;
  19. }
  20. .logo img {
  21. width: 25%;
  22. padding: 0 0 40px 20px
  23. }
  24. .login {
  25. width: 25%;
  26. /*color: #ffffff;*/
  27. line-height: 31px;
  28. }
  29. .home-btn {
  30. background: #fff;
  31. padding: 24px;
  32. min-height: 280px;
  33. display: flex;
  34. justify-content: center;
  35. /*align-items: center;*/
  36. margin-top: 20px;
  37. }
  38. .ant-card-head-title {
  39. padding: 16px 0;
  40. text-overflow: ellipsis;
  41. overflow: hidden;
  42. white-space: nowrap;
  43. flex: 1 1;
  44. display: inline-block;
  45. font-weight: 600;
  46. color: #1890ff;
  47. font-size: 20px;
  48. }
  49. .brief{
  50. text-align: center;
  51. font-size: 25px;
  52. color: #3b3b3c;
  53. margin-top: 30px;
  54. }
  55. .intro-card p{
  56. padding-bottom: 10px;
  57. color: black;
  58. }
  59. .intro-card .ant-card {
  60. background-color: #f4f5f7;
  61. min-height: 214px;
  62. }