This commit is contained in:
2023-10-24 10:18:10 +08:00
parent cecf7689bf
commit 58af8e81f5
2 changed files with 29 additions and 24 deletions

View File

@ -36,8 +36,9 @@
{
"path": "pages/myinformation/myinformation",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
// "navigationStyle": "custom"
}
}, {
"path": "pages/taskDetails/taskDetails",

View File

@ -1,7 +1,7 @@
<template>
<view class="app">
<!-- 家医 -->
<!-- <view class="Familydoctor">
<!-- <view class="Familydoctor">
<div class="imgs">
<image src="../../static/top.png" mode=""></image>
<view class="my">
@ -55,12 +55,12 @@
<!-- 泉医 -->
<view class="Quanyi">
<view class="Quanyi">
<div class="imgs">
<image src="../../static/top.png" mode=""></image>
<view class="my">
<!-- <view class="my">
我的
</view>
</view> -->
</div>
<image src="/static/headsculpture.png" mode="" class="headsculpture">
</image>
@ -114,29 +114,34 @@
},
methods: {
//
personlinfo(){
personlinfo() {
uni.navigateTo({
url:'/pages/Personalinfo/Personalinfo'
url: '/pages/Personalinfo/Personalinfo'
})
},
gotime(){
gotime() {
uni.navigateTo({
url:'/pages/ServiceSchedule/ServiceSchedule'
url: '/pages/ServiceSchedule/ServiceSchedule'
})
},
}
}
</script>
<style lang="scss">
page {
background-color: #fff;
}
.app {
background-color: #fff;
height: 100vh;
overflow: hidden;
height: 100%;
//
.Familydoctor {
@ -151,6 +156,7 @@
width: 100%;
// top: 0;
}
.my {
padding-top: 50rpx;
height: 150rpx;
@ -168,8 +174,8 @@
.Familybody {
width: 100%;
background: #fff;
position: absolute;
background: #fff;
position: absolute;
.myorder {
position: relative;
@ -216,17 +222,18 @@
width: 93%;
}
}
}
}
//
.Quanyi {
width: 100%;
position: relative;
height: 80vh;
.imgs {
width: 100%;
height: 100rpx;
image {
position: absolute;
@ -243,9 +250,7 @@
font-weight: 500;
color: #FFFFFF;
position: relative;
}
}
.bodys {
@ -255,7 +260,6 @@
background: #FFFFFF;
border-radius: 12px;
opacity: 1;
height: 100vh;
overflow: hidden;
position: relative;
@ -288,9 +292,11 @@
left: 72%;
top: 7%;
}
.myorder {
position: relative;
top: 10%;
.orderStatus {
text-align: center;
margin: 60rpx auto 30rpx;
@ -333,15 +339,13 @@
.headsculpture {
position: absolute;
top: 13%;
top: 25rpx;
left: 50%;
transform: translateX(-50%);
width: 150rpx;
height: 150rpx;
z-index: 999;
}
}
}
</style>