This commit is contained in:
kbing1981 2024-07-02 20:56:06 +08:00
parent 1a1c4de655
commit 9783b9cbfc
1 changed files with 26 additions and 15 deletions

View File

@ -8,7 +8,7 @@
<view class="localName">{{ city }}</view>
</view>
<u-search class="flex-sub" placeholder="请输入技师名字" :focus="false" shape="square" v-model="artificerName"
:show-action="true" :animation="true" bg-color="#fff" color="#1A1A1A" @search="onSearch()"
:show-action="true" :animation="true" bg-color="#f5f5f5" color="#1A1A1A" @search="onSearch()"
action-text="搜索" @custom="onSearch()"></u-search>
<view class="flex align-center justify-between">
<selectSwitchDitu @change="switch1Change" />
@ -40,10 +40,10 @@
{{ item.artificerName }}
</view>
<view class="keyuyue">
<view class="keyuyue-btn keyuyue-jinri">
<view>
{{item.state == 1?"可服务":item.state == 2?"今日可约":"休息中"}}
</view>
<view class="keyuyue-btn keyuyue-time" v-if="item.status == 1 && item.time">{{ item.time
<view v-if="item.status == 1 && item.time">{{ item.time
}}</view>
</view>
</view>
@ -1287,7 +1287,8 @@
top: 0rpx;
z-index: 999;
width: 100%;
background-image: url('../../static/topimg.png');
background: #fff;
//background-image: url('../../static/topimg.png');
// background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png');
// background-position: center center;
// background-repeat: no-repeat;
@ -1366,13 +1367,11 @@
text-overflow: ellipsis;
}
.list-right-top-name{
width: 60px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
font-weight: bold;
font-size: 35rpx;
font-size: 36rpx;
color: #13141A;
}
.keyuyue{
@ -1415,7 +1414,6 @@
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.list-right-top{
width: 100%;
@ -1481,18 +1479,32 @@
position: relative;
}
.touxiang-left-content-img{
width: 202.08rpx;
height: 173px;
width: 230rpx;
height: 130px;
border-radius: 20rpx 80rpx 20rpx 20rpx;
}
.touxiang-left-view{
width: 100%;
height: 173px;
border-radius: 14rpx;
height: 150px;
border-radius: 20rpx;
align-items: flex-start;
justify-content: space-between;
background: #fff;
margin-bottom: 20px;
margin-bottom: 12px;
padding-bottom: 10px;
padding: 20rpx;
}
.keyuyue{
height: 20px;
display: flex;
flex-direction: row;
align-items: center;
margin-left: 5px;
background: linear-gradient(90deg, #fe912e, #28BA92, #35C495);
border-radius: 15px 15px 15px 1px;
padding: 1px 9px;
color: #fff;
font-size: 11px;
}
.touxiang-left{
width: 100%;
@ -1523,7 +1535,7 @@
flex-direction: row;
align-items: center;
justify-content: space-between;
}
}
/deep/.page-box{
background: none !important;
}
@ -1533,7 +1545,6 @@
.content{
width: 100%;
height: 100vh;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png');
background-position: center center;
background-repeat: no-repeat;
background-size: cover;