提取背景图,并埋点
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 75 KiB |
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="headerNav">
|
<div class="headerNav navBg">
|
||||||
<div style="position: relative">
|
<div style="position: relative">
|
||||||
<ai-icon type="logo" :icon="'iconcunwei'"/>
|
<ai-icon type="logo" :icon="'iconcunwei'"/>
|
||||||
<ai-icon type="logo" :icon="'iconcunwei'" class="textShadow"/>
|
<ai-icon type="logo" :icon="'iconcunwei'" class="textShadow"/>
|
||||||
@@ -78,7 +78,6 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-image: url("../assets/nav_bg.png");
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 48px;
|
background-size: 100% 48px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user