Commit 9dfca903 authored by ninglx's avatar ninglx

wj-smartcity header布局样式风格修改

parent 895ed467
This diff is collapsed.
<template>
<div class="bp-management-navigator">
<div class="top-back" id="holo_main_header_title">{{ title }}</div>
<div class="top-back" id="holo_main_header_title">
<img alt="" src="../../assets/images/holo/logo.svg"/>
{{ title }}
</div>
<!-- <div class="user">-->
<!-- <div class="user-icon"></div>-->
<!-- <div class="user-text">{{ userInfo.name }}</div>-->
......@@ -301,7 +304,8 @@ export default {
.el-menu-demo {
pointer-events: auto;
height: 31px;
margin-top: 49px;
margin-top: 22px;
margin-left: 190px;
}
.bp-management-navigator {
......@@ -318,8 +322,8 @@ export default {
.user {
position: absolute;
pointer-events: auto;
right: 80px;
top: 4px;
right: 50px;
top: 12px;
display: flex;
cursor: pointer;
align-items: center;
......@@ -339,18 +343,23 @@ export default {
height: 139px;
display: unset;
background:transparent;
background-image: url("../../assets/images/holo/topIndex.png");
background-image: url("../../assets/images/holo/topIndex1.png");
background-size: 100% auto;
background-clip: border-box;
background-repeat: no-repeat;
.top-back {
letter-spacing: 2px;
padding: 4px;
padding-left: 22px;
position: absolute;
width: 100%;
font-size: 32px;
text-align: center;
line-height: 55px;
//text-align: center;
line-height: 60px;
img{
width: 48px;
height: 47px;
}
}
}
......@@ -410,34 +419,34 @@ export default {
}
.demo0 {
left: 35px;
left: 35px + 500px;
}
.demo1 {
left: 192px;
left: 192px + 500px;
}
.demo2 {
left: 349px;
left: 349px + 500px;
}
.demo3 {
left: 506px;
left: 506px + 500px;
}
.demo4 {
right: 506px;
right: 506px + 500px;
}
.demo5 {
right: 349px;
right: 349px + 500px;
}
.demo6 {
right: 192px;
right: 192px + 500px;
}
.demo7 {
right: 35px;
right: 35 + 500pxpx;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment