123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- $--font-path: "~element-ui/lib/theme-chalk/fonts";
- $--color-primary: #fd5522;
- @import "~element-ui/packages/theme-chalk/src/index";
- html {
- height: 100%;
- @media screen and (max-width: 1400px) {
- font-size: 62.5%;
- }
- @media screen and (min-width: 1400px) {
- font-size: 75%;
- }
- body {
- padding: 0;
- margin: 0;
- height: 100%;
- font-family: "Microsoft YaHei";
- .container {
- width: 1160px;
- margin: auto;
- font-size: 1.4rem;
- overflow: hidden;
- }
- .noneData {
- padding-top: 4rem;
- text-align: center;
- img {
- width: 8rem;
- }
- div {
- font-size: 1.4rem;
- color: #666;
- margin-top: 1rem;
- }
- }
- .marquee {
- height: 100%;
- .el-carousel__container {
- height: 100%;
- }
- .el-carousel__button {
- background-color: #fd5522;
- }
- }
- .x-title {
- font-size: 18px;
- color: rgb(51, 51, 51);
- position: relative;
- left: 20px;
- &::before {
- content: "";
- width: 5px;
- height: 23px;
- display: inline-block;
- background: rgb(253, 85, 34);
- position: absolute;
- top: 0;
- left: -20px;
- }
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .bg-F5 {
- background: #f5f5f5;
- }
- .relative {
- position: relative;
- }
- .mt2rem {
- margin-top: 2rem;
- }
- a {
- text-decoration: none;
- color: #333;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- * {
- padding: 0;
- margin: 0;
- outline: none;
- list-style-image: none;
- }
- }
- }
|