| | |
| | | <template> |
| | | <div class="homeLayoutBox"> |
| | | <div class="leftMenu"> |
| | | <div class="leftMenuTitle" @click="$router.push('/home')">王永炎院士</div> |
| | | <div style="cursor: pointer;" class="leftMenuTitle" @click="$router.push('/home')">王永炎院士</div> |
| | | <div class="leftMenuContent"> |
| | | <p>学术思想传承</p> |
| | | <p>多维度数据库</p> |
| | |
| | | background: #937950; |
| | | display: flex; |
| | | flex-direction: column; |
| | | font-family: Alimama DongFangDaKai; |
| | | |
| | | font-family: siyuanBlod; |
| | | |
| | | .leftMenuTitle { |
| | | width: 100%; |
| | | height: 50px; |
| | | line-height: 50px; |
| | | text-align: center; |
| | | margin-top: 20px; |
| | | color: #fff; |
| | | font-size: 24px; |
| | | } |
| | |
| | | font-size: 20px; |
| | | line-height: 30px; |
| | | color: #fff; |
| | | margin: 10px 20px; |
| | | margin: 10px 14px; |
| | | margin-top: 0px; |
| | | padding: 10px 0; |
| | | text-align: center; |
| | | border-top: 1px solid #fff; |
| | | border-bottom: 1px solid #fff; |
| | | letter-spacing: 4px; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .leftMenuList > menuItem:first-child { |
| | |
| | | justify-content: space-around; |
| | | border-top: 1px solid #b9a587; |
| | | margin-top: 20px; |
| | | |
| | | font-weight: bold; |
| | | .menuItem { |
| | | width: 100%; |
| | | display: flex; |
| | |
| | | cursor: pointer; |
| | | .menuText { |
| | | line-height: 50px; |
| | | font-weight: 700; |
| | | } |
| | | |
| | | i { |