首页个人中心

This commit is contained in:
liuye
2023-02-16 14:25:26 +08:00
parent 797ff30800
commit eb63f3c9c2
5 changed files with 6 additions and 5 deletions

View File

@@ -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;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 965 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 993 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB