首页个人中心

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

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