附近护理站
This commit is contained in:
parent
166dc9fd68
commit
f0e6a9ca9f
@ -1,4 +1,5 @@
|
||||
.app {
|
||||
|
||||
.money {
|
||||
font-size: 32rpx;
|
||||
color: #D43953;
|
||||
@ -60,7 +61,7 @@
|
||||
.prices {
|
||||
font-size: 54rpx;
|
||||
color: #D43953;
|
||||
|
||||
|
||||
line-height: 73rpx;
|
||||
// margin-top: 5%;
|
||||
}
|
||||
@ -84,7 +85,7 @@
|
||||
line-height: 71rpx;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
.radio-content {
|
||||
@ -172,4 +173,4 @@
|
||||
text-align: center;
|
||||
line-height: 96rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<text v-if="usertime==''" style="color: black;">请选择时间
|
||||
<image src="../../static/jiantou.png"></image></text>
|
||||
<text v-else style="color: black;">{{usertime}}</text>
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<view class="remarks">
|
||||
@ -151,8 +151,7 @@
|
||||
getAppStationItemInfo(this.stationId, this.stationItemId, this.stationItemPriceId).then(res => {
|
||||
console.log(res)
|
||||
this.orderlist = res.data
|
||||
//被护理人信息
|
||||
|
||||
//被护理人信
|
||||
})
|
||||
},
|
||||
//确认预约
|
||||
|
||||
@ -112,4 +112,4 @@
|
||||
.detailed view {
|
||||
// height: 100%;
|
||||
text-indent: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
.app {
|
||||
|
||||
font-size: 36rpx;
|
||||
padding-top: 10rpx;
|
||||
.tive {
|
||||
@ -191,4 +192,4 @@
|
||||
line-height: 37rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
<view class="measure">
|
||||
<text>{{item.labelDescription}}</text>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -125,7 +125,7 @@
|
||||
line-height: 62rpx;
|
||||
justify-content: center;
|
||||
margin-top: 5%;
|
||||
|
||||
|
||||
.bt {
|
||||
background: #C5BFBF;
|
||||
width: 198rpx;
|
||||
@ -173,4 +173,4 @@
|
||||
line-height: 85rpx;
|
||||
margin-left: 45%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
:markers="markers"></map>
|
||||
</view>
|
||||
|
||||
|
||||
<view class="conNew">
|
||||
<view class="addressContent" v-for="(item,index) in nursestationlist" :key="index">
|
||||
<view class="lists">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user