护工工资

main
lion 4 weeks ago
parent 605e2a56f4
commit 0d2267363a

@ -5,7 +5,7 @@
<!-- 状态栏占位 -->
<view class="statusBar" :style="{paddingTop: navBarTop+'px'}"></view>
<image class="navBarBox-title" :style="{marginTop: navBarTop+'rpx'}"
:src="require('@/static/index-title.png')" mode=""></image>
:src="require('@/static/index-title2.png')" mode=""></image>
<!-- 真正的导航栏内容 -->
<view class="navBar">
<view @click="showTips = true,showNear = false">
@ -55,7 +55,7 @@
<!-- H5端不支持cover-view使用普通view -->
<view class="maps-info" v-if="showNear">
<view class="maps-info-near" :style="{'bottom': showPointer ? '500rpx' : '200rpx'}" @click.stop="getNears" v-if="!showLocationTip">
<image src="../../static/home-near.png" mode=""></image>
<image src="../../static/home-near1.png" mode=""></image>
</view>
<view class="maps-info-pointer" v-if="showPointer && pointer">
<view class="maps-info-pointer-header">
@ -87,7 +87,7 @@
<!-- #ifndef H5 -->
<cover-view class="maps-info" v-if="showNear">
<cover-view class="maps-info-near" @click="getNears" v-if="!showLocationTip">
<cover-image src="../../static/home-near.png" mode=""></cover-image>
<cover-image src="../../static/home-near1.png" mode=""></cover-image>
</cover-view>
<cover-view class="maps-info-pointer" v-if="showPointer && pointer">
<cover-view class="maps-info-pointer-title">
@ -1389,7 +1389,7 @@
&-title {
width: 399rpx;
height: 102rpx;
height: 80rpx;
margin: 0 auto;
position: relative;
display: block;

@ -6,7 +6,7 @@
<image class="container-bg" :src="require('@/static/qus-bg.jpg')"></image>
<view class="imgwrap">
<image class="imgwrap-map" :src="require('@/static/index-map.png')"></image>
<image class="imgwrap-title" :src="require('@/static/index-title.png')"></image>
<image class="imgwrap-title" :src="require('@/static/index-title2.png')"></image>
<view class="titlewrap">
<view class="title-progress">
<view class="progress-bar-container">
@ -135,7 +135,7 @@
&-title {
width: 512rpx;
height: 131rpx;
height: 75rpx;
margin: 30rpx auto;
display: block;

@ -5,7 +5,7 @@
<!-- 状态栏占位 -->
<view class="statusBar" :style="{paddingTop: navBarTop+'px'}"></view>
<image class="navBarBox-title" :style="{marginTop: navBarTop+'rpx'}"
:src="require('@/static/index-title.png')" mode=""></image>
:src="require('@/static/index-title2.png')" mode=""></image>
<!-- 真正的导航栏内容 -->
<view class="navBar">
@ -159,7 +159,7 @@
&-title {
width: 399rpx;
height: 102rpx;
height: 80rpx;
margin: 0 auto;
position: relative;
display: block;

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Loading…
Cancel
Save