yitisheng-new-web/src/assets/css/base.css

22 lines
240 B
CSS

.wrap {
width: 1210px;
}
.flexWrap {
display: flex;
flex-direction: row;
flex-wrap: wrap
}
.main-container {
margin: 0 auto;
}
.cms-back-to-top:before {
content: "\e903";
}
.margin-top-5 {
margin-top: 5px;
}