global.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. html {
  2. word-break: break-word;
  3. text-rendering: optimizeLegibility;
  4. color: #333;
  5. background-color: #f2f3f5;
  6. }
  7. body {
  8. margin: 0;
  9. line-height: normal;
  10. }
  11. ul {
  12. padding: 0;
  13. margin: 0;
  14. }
  15. li {
  16. list-style: none;
  17. }
  18. a {
  19. text-decoration: none;
  20. background-color: transparent;
  21. }
  22. .right-wrap {
  23. width: 100%;
  24. }
  25. .wrapper {
  26. display: flex;
  27. flex-direction: column;
  28. align-items: center;
  29. margin: 0 20px;
  30. position: relative;
  31. }
  32. .wrapper .success-icon {
  33. position: absolute;
  34. top: -80px;
  35. }
  36. .wrapper .header {
  37. font-weight: 500;
  38. font-size: 20px;
  39. line-height: 28px;
  40. text-align: center;
  41. color: #d25f00;
  42. opacity: .8;
  43. margin: 0 0 24px;
  44. display: flex;
  45. align-items: center;
  46. justify-content: center;
  47. }
  48. .wrapper .icon {
  49. height: 88px;
  50. margin-bottom: 24px;
  51. }
  52. .wrapper .desc {
  53. font-size: 14px;
  54. line-height: 24px;
  55. text-align: center;
  56. color: #515767;
  57. }
  58. .wrapper .link {
  59. color: #1e80ff;
  60. }
  61. /* .el-message-box__wrapper {
  62. top: 100px;
  63. bottom: unset;
  64. } */
  65. .el-cascader-panel {
  66. height: 195px;
  67. .el-scrollbar__wrap {
  68. height: 100%;
  69. overflow-x: auto;
  70. }
  71. }