更新0801
This commit is contained in:
parent
cdc69de721
commit
abc0d069e7
@ -3,7 +3,7 @@
|
||||
<view class="top">
|
||||
|
||||
<view class="dalan">你好,</view>
|
||||
<view class="dalan">欢迎来到机动车管家</view>
|
||||
<view class="dalan">欢迎来到驭车无忧</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
@ -59,6 +59,10 @@
|
||||
uni.navigateTo({
|
||||
url: '/pages/businessManager/businessManager'
|
||||
})
|
||||
} else if (chooseIdx == 4) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/businessManager/businessManager'
|
||||
})
|
||||
} else if (chooseIdx == 1) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/authority/authority'
|
||||
@ -313,7 +317,7 @@
|
||||
padding: 0px 27px;
|
||||
padding-top: 100px;
|
||||
// background-color:lightseagreen;
|
||||
background-image: url('../../static/detection/loginbj.png');
|
||||
background-image: url('../../static/detection/newLoginBj.png');
|
||||
background-size: cover;
|
||||
// background-position: center;
|
||||
width: 100%;
|
||||
@ -499,7 +503,7 @@
|
||||
.dalan {
|
||||
font-size: 25px;
|
||||
font-weight: bold;
|
||||
color: #0D2E8D;
|
||||
color: #418EFC;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user