index.scss 1.6 KB

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