修改样式

This commit is contained in:
shidongli 2023-09-26 17:12:59 +08:00
parent cbeeea455f
commit f0433b588c
8 changed files with 30 additions and 28 deletions

View File

@ -168,6 +168,7 @@
methods: {
//tabs
tabschange(index) {
console.log(this.tabslist)
this.tabscurrent = index;
this.orderStatus = this.tabslist[index].orderStatus
this.goodsOrderinfo();

View File

@ -88,7 +88,7 @@
<view class="cancelorder" style="background: #60c5f1;" @tap='rateshowtrue'
v-if="list.orderStatus=='COMPLETE'">立即评价
</view>
<view class="cancelorder" @tap='buy' style="background-color: darkorange;"
<view class="cancelorder" @tap='buy' style="background-color: #26A888;"
v-if="list.orderStatus=='WAIT_PAY'">
去支付
</view>

View File

@ -1,8 +1,8 @@
.app {
font-size: 34rpx;
padding-top: 10rpx;
height: 100%;
-webkit-overflow-scrolling: touch;
::v-deep .u-checkbox__icon-wrap--checked.data-v-532d01c7{
background:#26A888 !important;
border: 1rpx solid #26A888 !important;
}
.mask {
.Agreement {
width: 100%;
@ -115,17 +115,18 @@
border-radius: 5rpx;
font-size: 28rpx;
line-height: 86rpx;
border: 2rpx solid #DADADA;
border: 2rpx solid #26A888;
}
.timeitemtap{
width: 21%;
margin: 0 2% 20rpx;
height: 86rpx;
border: 2rpx solid #F44B2F;
border: 2rpx solid #26A888;
border-radius: 5rpx;
font-size: 28rpx;
color: #F44B2F;
color: #26A888;
line-height: 86rpx;
background: #E6F8F3;
}
}
}
@ -146,7 +147,7 @@
}
.Soonerorlaterclass{
font-size: 36rpx;
color: #F44B2F;
color: #26A888;
width: 200rpx;
height: 50rpx;
}

View File

@ -17,7 +17,7 @@
<span>上门时间</span>
<span class='addition'>请您选择希望护理员到达的时间</span>
</view>
<tabs :list="orderlist.appointmentTimeList" :current="timecurrent" @change="timechange">
<tabs :list="orderlist.appointmentTimeList" :current="timecurrent" @change="timechange" active-color="#26A888">
</tabs>
<view class="timeyear">
<view class="toptext">

View File

@ -15,7 +15,7 @@
</view>
<view class="worditem">
<view class="today" @tap='taptoday(item,index)'
:style="todayindex==index?'background: #FEF9F8;border: 1px solid #F44B2F;color: #F44B2F;':''"
:style="todayindex==index?'background: #E6F8F3;border: 1px solid #26A888;color: #26A888;':''"
v-for="(item,index) in userlist.appointmentTimeList" :key="index">
<span class="todaytime">
{{item.week}}
@ -339,7 +339,7 @@
.submit {
width: 186rpx;
height: 70rpx;
background: #F44B2F;
background: #26A888;
color: #FFFFFF;
border-radius: 30rpx;
line-height: 70rpx;
@ -384,7 +384,7 @@
}
.submits {
background: #F44B2F;
background: #26A888;
width: 501rpx;
height: 71rpx;
line-height: 71rpx;

View File

@ -111,7 +111,7 @@
.actives {
width: 80%;
color: red;
color: #26A888;
font-size: 34rpx;
overflow: hidden;
text-overflow: ellipsis;
@ -208,7 +208,7 @@
right: 30rpx;
width: 125rpx;
height: 52rpx;
background: #F44B2F;
background: #26A888;
border-radius: 26rpx;
color: #fff;
line-height: 52rpx;

View File

@ -111,7 +111,7 @@
height: 52rpx;
border-radius: 26rpx;
color: #ffffff;
background: #F44B2F;
background: #26A888;
text-align: center;
line-height: 52rpx;
position: absolute;
@ -184,7 +184,7 @@
border-radius: 4rpx;
}
&.active {
color: #2979ff;
color: #26A888;
&::after {
content: '';
width: 50%;

View File

@ -77,7 +77,7 @@
{{item.name}}
</view>
</view>
<u-tabs v-if="choicetab==false" :list="tabList" :current="classifycurrent" @change="change">
<u-tabs v-if="choicetab==false" :list="tabList" :current="classifycurrent" @change="change" active-color="#26A888">
</u-tabs>
<view class="" v-if="servelist.length>0&&choicetab==false" style="margin:0">
<view class="item" v-for="item in servelist" :key="" v-show='choicetab==false'