首页个人中心
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="page">
|
<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-bg">
|
||||||
<div class="header-info">
|
<div class="header-info">
|
||||||
<div class="search-wrap">
|
<div class="search-wrap">
|
||||||
@@ -90,9 +90,10 @@ export default {
|
|||||||
categorys: [],
|
categorys: [],
|
||||||
categoryList: [],
|
categoryList: [],
|
||||||
search: {areaId: ''},
|
search: {areaId: ''},
|
||||||
background: {
|
backgroundNavbar: {
|
||||||
backgroundImage: 'linear-gradient(45deg, #E6F2FE, #E1F2FA)'
|
background: 'url(https://cdn.cunwuyun.cn/qujing/home-top-nav.png) no-repeat',
|
||||||
}
|
backgroundSize: '100% 100%',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@@ -270,7 +271,7 @@ export default {
|
|||||||
.header-info {
|
.header-info {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 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%;
|
background-size: 100% 100%;
|
||||||
box-sizing: border-box;
|
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