| | |
| | | @import './variables.scss'; |
| | | @import './mixin.scss'; |
| | | @import './transition.scss'; |
| | | @import './element-ui.scss'; |
| | | @import './sidebar.scss'; |
| | | @import './btn.scss'; |
| | | @import "./variables.scss"; |
| | | @import "./mixin.scss"; |
| | | @import "./transition.scss"; |
| | | @import "./element-ui.scss"; |
| | | @import "./sidebar.scss"; |
| | | @import "./btn.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; |
| | | font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, |
| | | Microsoft YaHei, Arial, sans-serif; |
| | | } |
| | | |
| | | label { |
| | |
| | | display: block; |
| | | line-height: 32px; |
| | | font-size: 16px; |
| | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; |
| | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, |
| | | Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; |
| | | color: #2c3e50; |
| | | -webkit-font-smoothing: antialiased; |
| | | -moz-osx-font-smoothing: grayscale; |
| | |
| | | } |
| | | |
| | | .text-center { |
| | | text-align: center |
| | | text-align: center; |
| | | } |
| | | |
| | | .sub-navbar { |
| | |
| | | text-align: right; |
| | | padding-right: 20px; |
| | | transition: 600ms ease position; |
| | | background: linear-gradient(90deg, rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%, rgba(33, 120, 241, 1) 100%, rgba(33, 120, 241, 1) 100%); |
| | | background: linear-gradient( |
| | | 90deg, |
| | | rgba(32, 182, 249, 1) 0%, |
| | | rgba(32, 182, 249, 1) 0%, |
| | | rgba(33, 120, 241, 1) 100%, |
| | | rgba(33, 120, 241, 1) 100% |
| | | ); |
| | | |
| | | .subtitle { |
| | | font-size: 20px; |
| | |
| | | margin-bottom: 10px; |
| | | } |
| | | } |
| | | |
| | | .required-span { |
| | | color: red; |
| | | } |