Compare commits
2 Commits
2d5be4eb52
...
559b2bc407
Author | SHA1 | Date |
---|---|---|
851673013@qq.com | 559b2bc407 | |
851673013@qq.com | f69da5becb |
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue