| | |
| | | justify-content: center; |
| | | .top-cont{ |
| | | width: 1200px; |
| | | height: 90px; |
| | | height: 80px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | |
| | | .logo{ |
| | | font-size: 2rem; |
| | | font-weight: 800; |
| | | height: 90px; |
| | | line-height: 90px; |
| | | height: 80px; |
| | | line-height: 80px; |
| | | font-family: "PingFang SC"; |
| | | } |
| | | |
| | | .time{ |
| | | font-size: 16px; |
| | | height: 90px; |
| | | height: 80px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | |
| | | |
| | | .nav{ |
| | | width: 100%; |
| | | height: 80px; |
| | | height: 70px; |
| | | position: fixed; |
| | | top: 90px; |
| | | top: 80px; |
| | | left: 0; |
| | | .nav-cont{ |
| | | width: 1200px; |
| | | height: 80px; |
| | | height: 70px; |
| | | margin: 0 auto; |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | height: 100%; |
| | | padding: 0 50px; |
| | | color: #ffffff; |
| | | background-color: #5175C0; |
| | | background-color: #385ca7; |
| | | font-size: 20px; |
| | | text-decoration: none; |
| | | display: flex; |
| | |
| | | cursor: pointer; |
| | | |
| | | &:hover{ |
| | | background: #425f9f; |
| | | background: #294582; |
| | | } |
| | | } |
| | | .active{ |
| | | background: #425f9f; |
| | | background: #294582; |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | |
| | | .el-login-footer { |
| | | height: 60px; |
| | | line-height: 60px; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | position: fixed; |
| | | bottom: 0; |
| | | width: 100%; |
| | | text-align: center; |
| | | color: #fff; |
| | | background: #5175C0; |
| | | background: #385ca7; |
| | | font-family: "PingFang SC"; |
| | | font-size: 12px; |
| | | letter-spacing: 1px; |