| | |
| | | } |
| | | |
| | | .map-campus-shortcut { |
| | | margin-top: 20px; |
| | | margin-top: 40px; |
| | | width: 100%; |
| | | // height: 330px; |
| | | height: auto; |
| | |
| | | border-radius: 5px; |
| | | |
| | | .shortcut-box { |
| | | padding-top: 36px; |
| | | height: auto; |
| | | ul { |
| | | display: flex; |
| | | width: 100%; |
| | | height: auto; |
| | | justify-content: flex-start; |
| | | // justify-content: space-around; |
| | | flex-wrap: wrap; |
| | | |
| | | li { |
| | | margin: 0 13px; |
| | | width: 84px; |
| | | height: 76px; |
| | | margin: 22.5px 0 0 22.5px; |
| | | width: 80px; |
| | | height: 70px; |
| | | |
| | | .el-button { |
| | | width: 80px; |
| | |
| | | border: 1px solid #000; |
| | | } |
| | | } |
| | | |
| | | li:last-child { |
| | | margin-bottom: 22.5px; |
| | | } |
| | | } |
| | | } |
| | | } |