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