This commit is contained in:
shidongli 2023-10-24 13:42:14 +08:00
parent a07ffbca47
commit a5777bbebe
3 changed files with 40 additions and 46 deletions

View File

@ -3,14 +3,14 @@
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "工单",
"onReachBottomDistance": 20, // px
"enablePullDownRefresh": true //true
}
},
{
"path": "pages/myinformation/myinformation",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "pages/ServiceSchedule/ServiceSchedule",
"style": {
@ -18,35 +18,35 @@
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#4ac4ab"
}
},
{
"path": "pages/seekadvicefrom/seekadvicefrom",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/myinformation/myinformation",
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
// "navigationStyle": "custom"
"enablePullDownRefresh": false,
"navigationBarTitleText": "工单"
}
}, {
"path": "pages/taskDetails/taskDetails",
"style": {
"navigationBarTitleText": "工单详情",
"enablePullDownRefresh": false
}
}, {
}
// {
// "path": "pages/index/index",
// "style": {
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// }
, {
"path": "pages/Personalinfo/Personalinfo",
"style": {
"navigationBarTitleText": "个人信息",
@ -60,6 +60,7 @@
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#18CBB3",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
@ -81,4 +82,4 @@
}
]
}
}
}

View File

@ -149,7 +149,7 @@
display: flex;
position: absolute;
right: 2%;
top: 13%;
top: 20%;
flex-wrap: wrap;
width: 400rpx;
@ -299,7 +299,7 @@
width: 100%;
position: fixed;
}
.imageitem {
@ -318,4 +318,4 @@
}
}
}
</style>
</style>

View File

@ -1,13 +1,7 @@
<template>
<view class="app">
<!-- 家医 -->
<!-- <view class="Familydoctor">
<div class="imgs">
<image src="../../static/top.png" mode=""></image>
<view class="my">
我的
</view>
</div>
<!-- <view class="Familydoctor">
<view class="Familybody">
<view class="myorder titles">
<view class="title">
@ -57,10 +51,6 @@
<!-- 泉医 -->
<view class="Quanyi">
<div class="imgs">
<image src="../../static/top.png" mode=""></image>
<!-- <view class="my">
我的
</view> -->
</div>
<image src="/static/headsculpture.png" mode="" class="headsculpture">
</image>
@ -147,6 +137,7 @@
.Familydoctor {
.imgs {
// background: red;
// height: 335rpx;
width: 100%;
@ -233,7 +224,8 @@
.imgs {
width: 100%;
height: 100rpx;
height: 345rpx;
background-color: #18CBB3;
image {
position: absolute;
@ -262,6 +254,7 @@
opacity: 1;
overflow: hidden;
position: relative;
top: -160rpx;
.name {
height: 38rpx;
@ -290,7 +283,7 @@
height: 54rpx;
position: relative;
left: 72%;
top: 7%;
top: 5%;
}
.myorder {
@ -339,7 +332,7 @@
.headsculpture {
position: absolute;
top: 25rpx;
top: 104rpx;
left: 50%;
transform: translateX(-50%);
width: 150rpx;