mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 07:16:44 +08:00
头部导航样式更改
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user