订单页面调整
This commit is contained in:
parent
170fae5ad1
commit
4f3d568a76
|
@ -2039,14 +2039,15 @@
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
}
|
}
|
||||||
.Service-Address{
|
.Service-Address{
|
||||||
font-size:34rpx;
|
font-size:30rpx;
|
||||||
font-weight: bold;
|
color: #333;
|
||||||
|
// font-weight: bold;
|
||||||
padding: 6rpx 0;
|
padding: 6rpx 0;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.Service-name{
|
.Service-name{
|
||||||
font-size: 26rpx;
|
font-size: 30rpx;
|
||||||
color: #666;
|
color: #333;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
padding:4rpx 0;
|
padding:4rpx 0;
|
||||||
|
@ -2061,8 +2062,8 @@
|
||||||
color:#666;
|
color:#666;
|
||||||
}
|
}
|
||||||
.Service-add{
|
.Service-add{
|
||||||
font-size:24rpx;
|
font-size:30rpx;
|
||||||
color: #666;
|
color: #333;
|
||||||
border-radius:5rpx;
|
border-radius:5rpx;
|
||||||
}
|
}
|
||||||
.Service-more{
|
.Service-more{
|
||||||
|
@ -2073,7 +2074,7 @@
|
||||||
height: 18rpx;
|
height: 18rpx;
|
||||||
border-color:#c0c0c0;
|
border-color:#c0c0c0;
|
||||||
transform:rotate(45deg);
|
transform:rotate(45deg);
|
||||||
margin-top:50rpx;
|
margin-top:58rpx;
|
||||||
}
|
}
|
||||||
.server-yuhui{
|
.server-yuhui{
|
||||||
background: linear-gradient(90deg, #fc5f28, #fe3d24);
|
background: linear-gradient(90deg, #fc5f28, #fe3d24);
|
||||||
|
|
|
@ -221,7 +221,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
onLoad(e) {
|
onLoad(e) {
|
||||||
console.log(e);
|
|
||||||
let that = this
|
let that = this
|
||||||
that.technicianType=e.technicianType
|
that.technicianType=e.technicianType
|
||||||
that.massageTypeId=e.massageTypeId
|
that.massageTypeId=e.massageTypeId
|
||||||
|
@ -652,7 +651,7 @@
|
||||||
classifyId: this.tabIndex,
|
classifyId: this.tabIndex,
|
||||||
page: this.page,
|
page: this.page,
|
||||||
limit: this.limit,
|
limit: this.limit,
|
||||||
// massageTypeId: this.massageTypeId,
|
massageTypeId: this.massageTypeId,
|
||||||
// condition: this.value1, //智能优选
|
// condition: this.value1, //智能优选
|
||||||
// authentication: this.value2, //不限男女
|
// authentication: this.value2, //不限男女
|
||||||
by: index, //价格
|
by: index, //价格
|
||||||
|
|
Loading…
Reference in New Issue