添加公共头部,注册成功跳转基本信息页
This commit is contained in:
@ -172,7 +172,7 @@
|
||||
<span>CopyRight 2020-2021</span>
|
||||
<span>版权所有 合肥嘉策信息技术服务有限公司</span>
|
||||
<span>皖ICP备45619723号-1</span>
|
||||
<span>技术支持:安徽商挈智能科技有限公司</span>
|
||||
<!-- <span>技术支持:安徽商挈智能科技有限公司</span> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -192,10 +192,12 @@ import { mapGetters } from 'vuex';
|
||||
import { add, cancel } from '@/api/search';
|
||||
import Editor from '@/components/Editor';
|
||||
import headerPage from './components/header';
|
||||
// import headerPage2 from './components/header2';
|
||||
export default {
|
||||
components: {
|
||||
Editor,
|
||||
headerPage
|
||||
// headerPage2
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@ -310,43 +312,43 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.my_header {
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
background: #3d3e3e;
|
||||
.title {
|
||||
color: #fff;
|
||||
.el-row {
|
||||
display: flex;
|
||||
.search {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 30px;
|
||||
overflow: hidden;
|
||||
/deep/input {
|
||||
color: #fff;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-radius: 6px 0 0 6px;
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
.el-button {
|
||||
height: 30px;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
background-color: #ffa32c;
|
||||
font-size: 16px;
|
||||
padding: 0 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// .my_header {
|
||||
// position: fixed;
|
||||
// z-index: 1;
|
||||
// width: 100%;
|
||||
// height: 48px;
|
||||
// line-height: 48px;
|
||||
// background: #3d3e3e;
|
||||
// .title {
|
||||
// color: #fff;
|
||||
// .el-row {
|
||||
// display: flex;
|
||||
// .search {
|
||||
// align-items: center;
|
||||
// display: flex;
|
||||
// height: 30px;
|
||||
// overflow: hidden;
|
||||
// /deep/input {
|
||||
// color: #fff;
|
||||
// border-left: 0;
|
||||
// border-right: 0;
|
||||
// border-radius: 6px 0 0 6px;
|
||||
// background-color: rgba(255, 255, 255, 0.2);
|
||||
// }
|
||||
// .el-button {
|
||||
// height: 30px;
|
||||
// border-top-left-radius: 0;
|
||||
// border-bottom-left-radius: 0;
|
||||
// background-color: #ffa32c;
|
||||
// font-size: 16px;
|
||||
// padding: 0 16px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
.my_main {
|
||||
padding-top: 70px;
|
||||
margin: 30px auto;
|
||||
.r {
|
||||
.title {
|
||||
display: flex;
|
||||
@ -428,7 +430,7 @@ export default {
|
||||
}
|
||||
.footer_right {
|
||||
display: flex;
|
||||
.item {
|
||||
.item:nth-child(1) {
|
||||
font-size: 18px;
|
||||
color: #333;
|
||||
margin-right: 50px;
|
||||
|
||||
Reference in New Issue
Block a user