|
- @import './variables.scss';
- @import './mixin.scss';
- @import './transition.scss';
- @import './element-ui.scss';
- @import './sidebar.scss';
-
- body {
- height: 100%;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
- }
-
- label {
- font-weight: 700;
- }
-
- html {
- height: 100%;
- box-sizing: border-box;
- }
-
- #app {
- height: 100%;
- }
-
- *,
- *:before,
- *:after {
- box-sizing: inherit;
- }
-
- a:focus,
- a:active {
- outline: none;
- }
-
- a,
- a:focus,
- a:hover {
- cursor: pointer;
- color: inherit;
- text-decoration: none;
- }
-
- div:focus {
- outline: none;
- }
-
- .clearfix {
- &:after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: " ";
- clear: both;
- height: 0;
- }
- }
- .app-container {
- padding: 20px;
- }
- // main-container global css
- .home-container {
- height: 600px;
- position: relative;
- margin: 60px 20px 0 20px;
- padding: 10px 0;
- border: 1px solid #d8dce5;
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04);
- .top-container {
- display: inline-block;
- padding: 0 20px 0 20px;
- span {
- font-size: 14px;
- }
- }
- .main-container {
- width: 100%;
- }
- .top-input-container {
- padding-left: 10px;
- }
- }
|