This commit is contained in:
2023-09-22 15:39:13 +08:00
parent 1bb6bde497
commit e37f51f2bd
32 changed files with 75 additions and 74 deletions

View File

@ -4,22 +4,25 @@
font-weight: 400; font-weight: 400;
height:100vh; height:100vh;
background-color: #ffffff; background-color: #ffffff;
.title{ .text{
position: absolute; position: absolute;
top:20%; top:37%;
left:50%; left:50%;
transform: translateX(-50%); transform: translateX(-50%);
.text{
text-align: center;
padding-top: 30rpx; padding-top: 30rpx;
font-size: 32rpx; font-size: 32rpx;
color: #000000; color: #000000;
font-weight: 600; font-weight: 600;
} }
image{ image{
width: 200rpx; position: absolute;
height: 200rpx; top:20%;
} left:50%;
transform: translateX(-50%);
display: block;
margin: 0 auto;
width: 240rpx;
height: 240rpx;
} }
.loginbtn{ .loginbtn{
@ -27,7 +30,7 @@
position: absolute; position: absolute;
top:55%; top:55%;
left:5%; left:5%;
background-color: #46ABD7; background-color: #26A888;
color: #ffffff; color: #ffffff;
} }
} }

View File

@ -1,11 +1,9 @@
<template> <template>
<view class="app"> <view class="app">
<view class="title">
<image src="../../static/logo.png" mode=""></image> <image src="../../static/logo.png" mode=""></image>
<view class="text"> <view class="text">
新医路健康服务平台 新医路健康服务平台
</view> </view>
</view>
<button class="loginbtn" open-type="getPhoneNumber" @getphonenumber="getPhoneNumberp">手机号快捷登录</button> <button class="loginbtn" open-type="getPhoneNumber" @getphonenumber="getPhoneNumberp">手机号快捷登录</button>
<u-toast ref="uToast" /> <u-toast ref="uToast" />
</view> </view>

View File

@ -102,7 +102,7 @@
line-height: 96rpx; line-height: 96rpx;
color: #ffffff; color: #ffffff;
margin: 0 auto; margin: 0 auto;
background: #4C7BC9; background: #26A888;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 20rpx; border-radius: 20rpx;

View File

@ -34,7 +34,7 @@
</view> </view>
<view class="evaluate"> <view class="evaluate">
<!-- <view class="cancelorder">修改申请</view> --> <!-- <view class="cancelorder">修改申请</view> -->
<!-- <view class="cancelorder " style="background: #4C7BC9;">撤销申请</view> --> <!-- <view class="cancelorder " style="background: #26A888;">撤销申请</view> -->
</view> </view>
</view> </view>
</template> </template>

View File

@ -24,7 +24,7 @@
.Submit { .Submit {
width: 217rpx; width: 217rpx;
height: 68rpx; height: 68rpx;
background: #4C7BC9; background: #26A888;
border-radius: 26rpx; border-radius: 26rpx;
text-align: center; text-align: center;
line-height: 68rpx; line-height: 68rpx;

View File

@ -151,7 +151,7 @@
} }
.determine { .determine {
background: #4C7BC9; background: #26A888;
right: 36rpx; right: 36rpx;
} }
@ -306,7 +306,7 @@
.buy { .buy {
width: 60%; width: 60%;
height: 71rpx; height: 71rpx;
background: #4C7BC9; background: #26A888;
color: #FFFFFF; color: #FFFFFF;
text-align: center; text-align: center;
line-height: 71rpx; line-height: 71rpx;
@ -392,8 +392,8 @@
.Productmodel { .Productmodel {
background: #ECF1FA; background: #ECF1FA;
border: 4rpx solid #4C7BC9; border: 4rpx solid #26A888;
color: #4C7BC9; color: #26A888;
} }
.productmodel, .productmodel,
@ -443,7 +443,7 @@
.buy { .buy {
width: 263rpx; width: 263rpx;
height: 80rpx; height: 80rpx;
background: #4C7BC9; background: #26A888;
border-radius: 25rpx; border-radius: 25rpx;
font-size: 38rpx; font-size: 38rpx;
color: #FFFFFF; color: #FFFFFF;

View File

@ -30,7 +30,7 @@
.concent { .concent {
width: 701rpx; width: 701rpx;
height: 600rpx; height: 600rpx;
background: #4C7BC9; background: #26A888;
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 20rpx; border-radius: 20rpx;
margin: 5% auto 20px; margin: 5% auto 20px;

View File

@ -37,7 +37,7 @@
.btn{ .btn{
width: 70%; width: 70%;
height: 71rpx; height: 71rpx;
background: #4C7BC9; background: #26A888;
border-radius: 26rpx; border-radius: 26rpx;
position: absolute; position: absolute;
top:530rpx; top:530rpx;
@ -75,7 +75,7 @@
margin: 0 auto; margin: 0 auto;
span { span {
color: #4C7BC9; color: #26A888;
float: right; float: right;
} }
@ -135,7 +135,7 @@
width: 25%; width: 25%;
height: 68rpx; height: 68rpx;
line-height: 68rpx; line-height: 68rpx;
background: #4C7BC9; background: #26A888;
border-radius: 26rpx; border-radius: 26rpx;
text-align: center; text-align: center;
font-size: 32rpx; font-size: 32rpx;

View File

@ -42,7 +42,7 @@
} }
.determine { .determine {
background: #4C7BC9; background: #26A888;
right: 36rpx; right: 36rpx;
} }

View File

@ -41,7 +41,7 @@
.btn{ .btn{
width: 70%; width: 70%;
height: 71rpx; height: 71rpx;
background: #4C7BC9; background: #26A888;
border-radius: 26rpx; border-radius: 26rpx;
position: absolute; position: absolute;
top:530rpx; top:530rpx;
@ -72,11 +72,11 @@
height: 70rpx; height: 70rpx;
margin: 10rpx auto 0; margin: 10rpx auto 0;
line-height: 70rpx; line-height: 70rpx;
background-color:#4C7BC9 ; background-color:#26A888 ;
border-radius: 50rpx; border-radius: 50rpx;
// color: #4C7BC9; // color: #26A888;
color: #FFFFFF; color: #FFFFFF;
border: 1rpx solid #4C7BC9; border: 1rpx solid #26A888;
} }
// 服务商家 // 服务商家
.detail { .detail {
@ -272,7 +272,7 @@
width: 175rpx; width: 175rpx;
height: 68rpx; height: 68rpx;
line-height: 68rpx; line-height: 68rpx;
background: #4C7BC9; background: #26A888;
border-radius: 26rpx; border-radius: 26rpx;
text-align: center; text-align: center;
font-size: 32rpx; font-size: 32rpx;

View File

@ -92,7 +92,7 @@
v-if="list.orderStatus=='WAIT_PAY'"> v-if="list.orderStatus=='WAIT_PAY'">
去支付 去支付
</view> </view>
<view class="cancelorder" style="background: #4C7BC9;" v-if="list.orderStatus=='EVALUATED'" <view class="cancelorder" style="background: #26A888;" v-if="list.orderStatus=='EVALUATED'"
@tap='lookrate(list)'>查看评价</view> @tap='lookrate(list)'>查看评价</view>
</view> </view>
<u-popup v-model="rateshow" mode="bottom" length="50%" border-radius="20" :closeable='true' class='masks'> <u-popup v-model="rateshow" mode="bottom" length="50%" border-radius="20" :closeable='true' class='masks'>

View File

@ -53,7 +53,7 @@
font-size: 32rpx; font-size: 32rpx;
width: 50%; width: 50%;
color: #F4F5F7; color: #F4F5F7;
background: #4C7BC9; background: #26A888;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -237,7 +237,7 @@
.queren { .queren {
width: 200rpx; width: 200rpx;
height: 70rpx; height: 70rpx;
background: #4C7BC9; background: #26A888;
border-radius: 26rpx; border-radius: 26rpx;
margin: 15rpx 0 0 15rpx; margin: 15rpx 0 0 15rpx;
line-height: 70rpx; line-height: 70rpx;

View File

@ -69,7 +69,7 @@
.ConfirmCancel { .ConfirmCancel {
width: 217rpx; width: 217rpx;
height: 68rpx; height: 68rpx;
background: #4C7BC9; background: #26A888;
border-radius: 26rpx; border-radius: 26rpx;
color: #FFFFFF; color: #FFFFFF;
line-height: 68rpx; line-height: 68rpx;

View File

@ -201,7 +201,7 @@
font-size: 32rpx; font-size: 32rpx;
width: 50%; width: 50%;
color: #F4F5F7; color: #F4F5F7;
background: #4C7BC9; background: #26A888;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;

View File

@ -55,7 +55,7 @@
.concent { .concent {
width: 701rpx; width: 701rpx;
height: 1450rpx; height: 1450rpx;
background: #4C7BC9; background: #26A888;
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 20rpx; border-radius: 20rpx;
margin: 5% auto 20px; margin: 5% auto 20px;

View File

@ -3,7 +3,7 @@
width: 70%; width: 70%;
margin: 80rpx 0 0 15%; margin: 80rpx 0 0 15%;
height: 71rpx; height: 71rpx;
background: #4C7BC9; background: #26A888;
border-radius: 26rpx; border-radius: 26rpx;
line-height: 71rpx; line-height: 71rpx;
text-align: center; text-align: center;

View File

@ -28,7 +28,7 @@
} }
.determine { .determine {
background: #4C7BC9; background: #26A888;
right: 36rpx; right: 36rpx;
} }
@ -242,7 +242,7 @@
.buy { .buy {
width: 60%; width: 60%;
height: 71rpx; height: 71rpx;
background: #4C7BC9; background: #26A888;
color: #FFFFFF; color: #FFFFFF;
text-align: center; text-align: center;
line-height: 71rpx; line-height: 71rpx;
@ -270,8 +270,8 @@
.Productmodel { .Productmodel {
background: #ECF1FA; background: #ECF1FA;
border: 4rpx solid #4C7BC9; border: 4rpx solid #26A888;
color: #4C7BC9; color: #26A888;
} }
.productmodel, .productmodel,

View File

@ -45,7 +45,7 @@
font-size: 32rpx; font-size: 32rpx;
width: 50%; width: 50%;
color: #F4F5F7; color: #F4F5F7;
background: #4C7BC9; background: #26A888;
position: absolute; position: absolute;
bottom:0; bottom:0;
left:0; left:0;
@ -102,7 +102,7 @@
margin-top: 40rpx; margin-top: 40rpx;
.choices { .choices {
background: #4C7BC9; background: #26A888;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
line-height: 70rpx; line-height: 70rpx;

View File

@ -28,7 +28,7 @@
} }
.determine { .determine {
background: #4C7BC9; background: #26A888;
right: 36rpx; right: 36rpx;
} }
@ -242,7 +242,7 @@
.buy { .buy {
width: 60%; width: 60%;
height: 71rpx; height: 71rpx;
background: #4C7BC9; background: #26A888;
color: #FFFFFF; color: #FFFFFF;
text-align: center; text-align: center;
line-height: 71rpx; line-height: 71rpx;
@ -270,8 +270,8 @@
.Productmodel { .Productmodel {
background: #ECF1FA; background: #ECF1FA;
border: 4rpx solid #4C7BC9; border: 4rpx solid #26A888;
color: #4C7BC9; color: #26A888;
} }
.productmodel, .productmodel,

View File

@ -25,7 +25,7 @@
.title { .title {
font-size: 38rpx; font-size: 38rpx;
color: #4C7BC9; color: #26A888;
position: absolute; position: absolute;
top: 60rpx; top: 60rpx;
left: 280rpx; left: 280rpx;
@ -33,7 +33,7 @@
.time { .time {
width: 200rpx; width: 200rpx;
color: #4C7BC9; color: #26A888;
text-align: left; text-align: left;
line-height: 60rpx; line-height: 60rpx;
padding: 40rpx 0 0 0; padding: 40rpx 0 0 0;
@ -71,7 +71,7 @@
.title { .title {
font-size: 38rpx; font-size: 38rpx;
color: #4C7BC9; color: #26A888;
position: absolute; position: absolute;
top: 60rpx; top: 60rpx;
left: 237rpx; left: 237rpx;

View File

@ -242,7 +242,7 @@
} }
.determine { .determine {
background: #4C7BC9; background: #26A888;
right: 36rpx; right: 36rpx;
} }

View File

@ -24,7 +24,7 @@
} }
.determine { .determine {
background: #4C7BC9; background: #26A888;
right: 36rpx; right: 36rpx;
} }

View File

@ -53,7 +53,7 @@
font-size: 32rpx; font-size: 32rpx;
width: 50%; width: 50%;
color: #F4F5F7; color: #F4F5F7;
background: #4C7BC9; background: #26A888;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;

View File

@ -62,7 +62,7 @@
width: 80%; width: 80%;
height: 80rpx; height: 80rpx;
line-height: 80rpx; line-height: 80rpx;
background: #4C7BC9; background: #26A888;
border-radius: 26rpx; border-radius: 26rpx;
font-size: 34rpx; font-size: 34rpx;
color: #FFFFFF; color: #FFFFFF;
@ -105,7 +105,7 @@
border-radius: 26px; border-radius: 26px;
height: 71rpx; height: 71rpx;
line-height: 71rpx; line-height: 71rpx;
background: #4C7BC9; background: #26A888;
border-radius: 26rpx; border-radius: 26rpx;
text-align: center; text-align: center;
font-size: 34rpx; font-size: 34rpx;

View File

@ -64,7 +64,7 @@
padding-top: 10rpx; padding-top: 10rpx;
.btn { .btn {
background-color: #4C7BC9; background-color: #26A888;
text-align: center; text-align: center;
color: #FFFFFF; color: #FFFFFF;
width: 70%; width: 70%;
@ -78,7 +78,7 @@
.concent { .concent {
width: 701rpx; width: 701rpx;
height: 1700rpx; height: 1700rpx;
background: #4C7BC9; background: #26A888;
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 20rpx; border-radius: 20rpx;
margin: 14rpx auto 20px; margin: 14rpx auto 20px;

View File

@ -43,7 +43,7 @@
} }
.determine { .determine {
background: #4C7BC9; background: #26A888;
right: 36rpx; right: 36rpx;
} }

View File

@ -85,7 +85,7 @@
line-height: 70rpx; line-height: 70rpx;
background-color:#26A888 ; background-color:#26A888 ;
border-radius: 50rpx; border-radius: 50rpx;
// color: #4C7BC9; // color: #26A888;
color: #FFFFFF; color: #FFFFFF;
border: 1rpx solid #26A888; border: 1rpx solid #26A888;
} }

View File

@ -91,24 +91,24 @@
</view> </view>
</view> </view>
<view class="buy" v-if="order.orderStatus == 'EVALUATED'" @tap='golookrate'> <view class="buy" v-if="order.orderStatus == 'EVALUATED'" @tap='golookrate'>
<view class="pay" style="background-color: #4C7BC9;"> <view class="pay" style="background-color: #26A888;">
查看评价 查看评价
</view> </view>
</view> </view>
<view class="buy" v-if="order.orderStatus == 'RECEIVED_GOODS'" @tap='rate'> <view class="buy" v-if="order.orderStatus == 'RECEIVED_GOODS'" @tap='rate'>
<view class="pay" style="background-color: #60c5f1;"> <view class="pay" style="background-color: #26A888;">
去评价 去评价
</view> </view>
</view> </view>
<view class="buy" v-if="order.orderStatus == 'WAIT_RECEIVED_GOODS'&&order.orderType !='HEALTH_CONSULTATION'"> <view class="buy" v-if="order.orderStatus == 'WAIT_RECEIVED_GOODS'&&order.orderType !='HEALTH_CONSULTATION'">
<view class="logistics" style="" @tap='gologistics'>查看物流 <view class="logistics" style="" @tap='gologistics'>查看物流
</view> </view>
<view class="pay" style="background-color: #4C7BC9;" @tap='Receipt'> <view class="pay" style="background-color: #26A888;" @tap='Receipt'>
确认收货 确认收货
</view> </view>
</view> </view>
<view class="buy" v-if="order.orderStatus == 'WAIT_RECEIVED_GOODS'&&order.orderType =='HEALTH_CONSULTATION'"> <view class="buy" v-if="order.orderStatus == 'WAIT_RECEIVED_GOODS'&&order.orderType =='HEALTH_CONSULTATION'">
<view class="pay" style="background-color: #4C7BC9;" @tap='Receipt'> <view class="pay" style="background-color: #26A888;" @tap='Receipt'>
咨询完成 咨询完成
</view> </view>
</view> </view>

View File

@ -57,8 +57,8 @@
text-align: center; text-align: center;
position: absolute; position: absolute;
top: 50%; top: 50%;
color: #4C7BC9; color: #26A888;
border: 1rpx solid #4C7BC9; border: 1rpx solid #26A888;
border-radius: 30rpx; border-radius: 30rpx;
} }

View File

@ -71,8 +71,8 @@
text-align: center; text-align: center;
position: absolute; position: absolute;
top: 50%; top: 50%;
color: #4C7BC9; color: #26A888;
border: 1rpx solid #4C7BC9; border: 1rpx solid #26A888;
border-radius: 30rpx; border-radius: 30rpx;
} }

View File

@ -3,7 +3,7 @@
.Submit { .Submit {
width: 217rpx; width: 217rpx;
height: 68rpx; height: 68rpx;
background: #4C7BC9; background: #26A888;
border-radius: 26rpx; border-radius: 26rpx;
text-align: center; text-align: center;
line-height: 68rpx; line-height: 68rpx;

View File

@ -19,7 +19,7 @@
flex-wrap: wrap; flex-wrap: wrap;
text-align: center; text-align: center;
.itemclass{ .itemclass{
color: #4C7BC9; color: #26A888;
width: 25%; width: 25%;
height: 190rpx; height: 190rpx;
image{ image{
@ -250,7 +250,7 @@
width: 198rpx; width: 198rpx;
height: 62rpx; height: 62rpx;
border-radius: 23rpx; border-radius: 23rpx;
background: #4C7BC9; background: #26A888;
margin: 25rpx; margin: 25rpx;
} }
} }