我的预约页面修改
This commit is contained in:
parent
a485c3cd80
commit
528bd0640f
|
|
@ -362,10 +362,6 @@ export default {
|
||||||
margin-top: 24rpx;
|
margin-top: 24rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
||||||
&.first-child {
|
|
||||||
border-right: 2px solid #c7a26d;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-item {
|
.tab-item {
|
||||||
|
|
@ -374,7 +370,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 12rpx;
|
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
|
||||||
.tab-text {
|
.tab-text {
|
||||||
|
|
@ -396,6 +392,10 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-item:first-child {
|
||||||
|
border-right: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
// 预约列表
|
// 预约列表
|
||||||
.appointment-list {
|
.appointment-list {
|
||||||
width: 650rpx;
|
width: 650rpx;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user