| | |
| | | placeholder="请输入搜索内容" |
| | | /> |
| | | <view |
| | | title="搜索" |
| | | class="search-logo" |
| | | @click="toggleSearch" |
| | | :style="{ |
| | |
| | | <el-dropdown trigger="click" @command="handleCommand"> |
| | | <!-- <view @click="iconClick(2)" class="s2 ss1 "></view> --> |
| | | <img |
| | | title="个人中心" |
| | | class="cursor" |
| | | @click="changePassword(1)" |
| | | src="@/static/image/profile.svg" |
| | |
| | | </el-dropdown-menu> |
| | | </el-dropdown> |
| | | <img |
| | | title="帮助" |
| | | class="cursor" |
| | | @click="changePassword(2)" |
| | | src="@/static/image/quote.svg" |
| | |
| | | > |
| | | <!-- 背景 --> |
| | | <img class="leftListBgImage" src="@/static/image/leftListBg.png" alt="" /> |
| | | <view style="position: relative; z-index: 999"> |
| | | <view style="position: relative; z-index: 999"> |
| | | <view class="flex flex-center LeftLogo"> |
| | | <!-- <img src="@/static/image/logo.png" ></img> --> |
| | | <view class="img"></view> |
| | |
| | | <el-menu-item index="1"> |
| | | <span slot="title">中医人物数据库</span> |
| | | </el-menu-item> |
| | | <el-menu-item index="2"> |
| | | <el-menu-item index="2" class="oActive"> |
| | | <span slot="title">世医医家数据库</span> |
| | | </el-menu-item> |
| | | <el-menu-item index="3"> |
| | |
| | | } |
| | | } |
| | | |
| | | @media screen and (min-width: 2560px) and (max-width: 3840px) { |
| | | ::v-deep .el-menu .is-active { |
| | | background-color: #244a7b !important; |
| | | border-radius: 0.5rem; |
| | | } |
| | | ::v-deep .el-menu .is-active { |
| | | background-color: #244a7b !important; |
| | | border-radius: 0.5rem; |
| | | } |
| | | |
| | | ::v-deep .el-menu .is-active.oActive { |
| | | background-color: #e27917 !important; |
| | | } |
| | | |
| | | @media screen and (min-width: 2560px) and (max-width: 3840px) { |
| | | .LeftLogo .img { |
| | | background-image: url(@/static/image/logo4.png); |
| | | } |
| | | } |
| | | |
| | | @media screen and (min-width: 1366px) and (max-width: 1920px) { |
| | | ::v-deep .el-menu .is-active { |
| | | background-color: #244a7b !important; |
| | | border-radius: 0.5rem; |
| | | } |
| | | |
| | | .LeftLogo .img { |
| | | background-image: url(@/static/image/logo.png); |
| | | } |
| | |
| | | /* 粘性定位 */ |
| | | position: sticky; |
| | | top: 0; |
| | | z-index: 9; |
| | | z-index: 99999999; |
| | | } |
| | | |
| | | .NavTop { |