| | |
| | | <div class="header" :class="{ showBox: isShow, disOpacity: !opacity }"> |
| | | <!-- 右侧 --> |
| | | <div class="left"> |
| | | <img class="logo" src="/images/index/LOGO.png" alt="" /> |
| | | <div class="title">工业物联网平台</div> |
| | | <router-link to="/"> |
| | | <img class="logo" src="/images/index/LOGO.png" alt="" /> |
| | | </router-link> |
| | | <router-link to="/"> |
| | | <div class="title">工业物联网平台</div> |
| | | </router-link> |
| | | <div class="label"><router-link to="/">首页</router-link></div> |
| | | <div class="label">云服务</div> |
| | | <div class="label"> |
| | | <router-link to="/manageCenter">管理中心</router-link> |
| | | </div> |
| | | <div class="label">应用商城</div> |
| | | <div class="label"> |
| | | <router-link to="/product">应用商城</router-link> |
| | | </div> |
| | | </div> |
| | | |
| | | <!-- 左侧 --> |
| | |
| | | |
| | | .logo { |
| | | margin: 0 7px 0 20px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .title { |
| | | margin-right: 10px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .label { |
| | |
| | | &.showBox .right .el-input { |
| | | position: absolute; |
| | | z-index: 4; |
| | | top: 0; |
| | | right: 158px; |
| | | top: -7px; |
| | | right: 88px; |
| | | width: 300px; |
| | | background-color: #fff; |
| | | ::v-deep input { |
| | |
| | | box-sizing: border-box; |
| | | position: absolute; |
| | | top: 62px; |
| | | right: 158px; |
| | | right: 88px; |
| | | // right: -158px; |
| | | padding: 12px 20px 8px 20px; |
| | | width: 300px; |
| | | background-color: #fff; |
| | |
| | | .logOut { |
| | | margin-top: 20px; |
| | | font-size: 16px; |
| | | color: #0065ff; |
| | | color: #3d3d3d; |
| | | cursor: pointer; |
| | | |
| | | &:hover { |
| | | color: #0065ff; |
| | | } |
| | | } |
| | | } |
| | | </style> |