@@ -1,5 +1,6 @@
<template>
<view>
+ <u-navbar :is-back="false"></u-navbar>
<view class="home-head">
<view class="homeTab">
<u-tabs :list="tabList" :current="current" @change="change" :show-bar="false" active-color="#333" inactive-color="#c4c0c0"></u-tabs>
+ <u-navbar :background="background" :border-bottom="false"></u-navbar>
<view class="jpLogin">
<view class="jpLogin-title">
<h2>更换手机号</h2>
@@ -43,6 +44,9 @@
value:'0',
customStyle:{
background: '#FF5E5E'
+ },
+ background:{
+ background: 'none'
}
methods: {
@@ -59,6 +63,7 @@
background-size: 100%;
min-height: 100vh;
padding: 50px;
+ margin-top: -44PX;
.jpLogin-title {
<h2>会员登录</h2>
@@ -50,6 +51,9 @@
customStyle: {
@@ -62,6 +66,7 @@
<style lang="scss" scoped>
.jpLogin {
+ margin-top: -44px;
background: url(/static/img/loginBg.png) top center no-repeat;
<h2>新用户注册</h2>
@@ -60,6 +61,9 @@
@@ -72,6 +76,7 @@