index.scss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. $--font-path: "~element-ui/lib/theme-chalk/fonts";
  2. $--color-primary: #fd5522;
  3. @import "~element-ui/packages/theme-chalk/src/index";
  4. @import "./iconfont/iconfont.css";
  5. html {
  6. height: 100%;
  7. @media screen and (max-width: 1400px) {
  8. font-size: 62.5%;
  9. }
  10. @media screen and (min-width: 1400px) {
  11. font-size: 75%;
  12. }
  13. body {
  14. padding: 0;
  15. margin: 0;
  16. height: 100%;
  17. font-family: "Microsoft YaHei";
  18. .container {
  19. width: 1160px;
  20. margin: auto;
  21. font-size: 1.4rem;
  22. overflow: hidden;
  23. }
  24. .oHidden {
  25. overflow: hidden;
  26. }
  27. .noneData {
  28. padding-top: 4rem;
  29. text-align: center;
  30. img {
  31. width: 8rem;
  32. }
  33. div {
  34. font-size: 1.4rem;
  35. color: #666;
  36. margin-top: 1rem;
  37. }
  38. }
  39. .marquee {
  40. height: 100%;
  41. .el-carousel__container {
  42. height: 100%;
  43. }
  44. .el-carousel__button {
  45. background-color: #fd5522;
  46. }
  47. }
  48. .el-form-item__content {
  49. height: 100%;
  50. line-height: 100%;
  51. }
  52. .x-title {
  53. font-size: 18px;
  54. color: rgb(51, 51, 51);
  55. position: relative;
  56. left: 20px;
  57. &::before {
  58. content: "";
  59. width: 5px;
  60. height: 23px;
  61. display: inline-block;
  62. background: rgb(253, 85, 34);
  63. position: absolute;
  64. top: 0;
  65. left: -20px;
  66. }
  67. }
  68. .fl {
  69. float: left;
  70. }
  71. .fr {
  72. float: right;
  73. }
  74. .bg-F5 {
  75. background: #f5f5f5;
  76. }
  77. .relative {
  78. position: relative;
  79. }
  80. .mt2rem {
  81. margin-top: 2rem;
  82. }
  83. .el-form-item__label {
  84. color: #666;
  85. }
  86. a {
  87. text-decoration: none;
  88. color: #333;
  89. }
  90. table {
  91. border-collapse: collapse;
  92. border-spacing: 0;
  93. }
  94. input,
  95. textarea {
  96. font-family: "Microsoft YaHei";
  97. }
  98. * {
  99. padding: 0;
  100. margin: 0;
  101. outline: none;
  102. list-style-image: none;
  103. }
  104. }
  105. }