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