首页个人中心
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="page">
|
||||
<u-navbar title="法治曲靖" title-color="#000" title-width="300" title-size="26" :is-back="false" :background="background"></u-navbar>
|
||||
<u-navbar title="法治曲靖" title-color="#000" title-width="300" title-size="26" :background="backgroundNavbar" back-icon-color="#fff"></u-navbar>
|
||||
<div class="header-bg">
|
||||
<div class="header-info">
|
||||
<div class="search-wrap">
|
||||
@@ -90,9 +90,10 @@ export default {
|
||||
categorys: [],
|
||||
categoryList: [],
|
||||
search: {areaId: ''},
|
||||
background: {
|
||||
backgroundImage: 'linear-gradient(45deg, #E6F2FE, #E1F2FA)'
|
||||
}
|
||||
backgroundNavbar: {
|
||||
background: 'url(https://cdn.cunwuyun.cn/qujing/home-top-nav.png) no-repeat',
|
||||
backgroundSize: '100% 100%',
|
||||
},
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -270,7 +271,7 @@ export default {
|
||||
.header-info {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("https://cdn.cunwuyun.cn/qj/home-top-bg.png") no-repeat no-repeat;
|
||||
background: url("https://cdn.cunwuyun.cn/qujing/home-top-banner-bg.png") no-repeat no-repeat;
|
||||
background-size: 100% 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
BIN
src/project/qujing/AppHome/home.png
Normal file
BIN
src/project/qujing/AppHome/home.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 965 B |
BIN
src/project/qujing/AppHome/home_selected.png
Normal file
BIN
src/project/qujing/AppHome/home_selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1000 B |
BIN
src/project/qujing/AppMine/me.png
Normal file
BIN
src/project/qujing/AppMine/me.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 993 B |
BIN
src/project/qujing/AppMine/me_selected.png
Normal file
BIN
src/project/qujing/AppMine/me_selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user