Compare commits

...

2 Commits

Author SHA1 Message Date
851673013@qq.com 559b2bc407 Merge branch 'hi-ucs-dev' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-dev 2022-07-04 17:37:27 +08:00
851673013@qq.com f69da5becb 门户标题一级背景 2022-07-04 17:37:14 +08:00
3 changed files with 26 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -6,7 +6,10 @@
props.showView === 'algorithm-details' ? 'blue' : '',
]"
>
<div class="name">城市云脑能力管理中心</div>
<div class="name">
<div class="name-bg"></div>
城市云脑通用能力服务平台
</div>
<div
v-for="item in navList"
:key="item.key"
@ -318,6 +321,15 @@
font-size: 0.22rem;
font-family: header-typeface;
margin-right: 0.2rem;
display: flex;
align-items: center;
.name-bg {
height: 0.6rem;
width: 0.6rem;
background: url('~@/assets/newHome/newHome-title-bg.png') no-repeat;
background-size: 100%;
margin-right: 0.15rem;
}
}
.nav {
width: 1.2rem;

View File

@ -1,6 +1,9 @@
<template>
<div class="home-header" :class="scrollTop > 500 ? 'white' : ''">
<div class="name">城市云脑能力管理中心</div>
<div class="name">
<div class="name-bg"></div>
城市云脑通用能力服务平台
</div>
<div
v-for="item in navList"
:key="item.key"
@ -133,6 +136,15 @@
font-size: 0.22rem;
font-family: header-typeface;
margin-right: 0.2rem;
display: flex;
align-items: center;
.name-bg {
height: 0.6rem;
width: 0.6rem;
background: url('~@/assets/newHome/newHome-title-bg.png') no-repeat;
background-size: 100%;
margin-right: 0.15rem;
}
}
.nav {
width: 1.44rem;