头部导航样式更改

This commit is contained in:
zhaofang
2022-08-31 17:15:52 +08:00
parent 11800257fd
commit b2bc6c9650
21 changed files with 165 additions and 187 deletions

View File

@@ -1,6 +1,9 @@
2<template>
<div id="article-list-content" class="article-list-content">
<portal-header current="article" @emitInput="emitInput"></portal-header>
<div class="article-banner">
<portal-header current="article" @emitInput="emitInput"></portal-header>
</div>
<div class="xcontent portal-content">
<div class="xrow" style="display: flex;justify-content: space-between;">
<div style="flex: 1;" class="xcol content-div">
@@ -386,6 +389,10 @@ export default {
</script>
<style scoped lang="scss">
.article-banner{
height: 240px;
background: url('/images/article-banner.png');
}
.list-bg{
background: linear-gradient(180deg, #C3DEF8 0%, #FFFFFF 37%);
}