diff --git a/common/css/app.scss b/common/css/app.scss index 1301db2..7f2f938 100644 --- a/common/css/app.scss +++ b/common/css/app.scss @@ -74,12 +74,15 @@ image { width: 58rpx; height: 32rpx; line-height: 32rpx; - background: #0A52F4; + background: $tagC; font-size: 24rpx; text-align: center; color: #fff; border-radius: 16px 0px 16px 16rpx; } + .pozPhone { + opacity: 0.7; + } .my .u-input { height: 100%; @@ -161,3 +164,5 @@ image { // .uni-input-placeholder { // color: #BBBBBB !important; // } + + diff --git a/pages/mineEntry/myAppointment/comp/comp.scss b/pages/mineEntry/myAppointment/comp/comp.scss index 7e21f67..9036a90 100644 --- a/pages/mineEntry/myAppointment/comp/comp.scss +++ b/pages/mineEntry/myAppointment/comp/comp.scss @@ -15,11 +15,9 @@ .tag { // width: 176rpx; height: 60rpx; - background: rgba(250, 149, 25, 0.1); border-radius: 8rpx; text-align: center; font-size: 28rpx; - color: #FA7919; margin-right: 24rpx; white-space: nowrap; padding: 10rpx 18rpx; @@ -27,7 +25,10 @@ background: rgba(144,12,64,0.1) !important; color: #F158B9 !important; } - + &.tag3 { + color: #FA7919; + background: rgba(250, 149, 25, 0.1); + } } .schoolName { diff --git a/pages/mineEntry/myAppointment/comp/opera.vue b/pages/mineEntry/myAppointment/comp/opera.vue index 6665af1..766e0ea 100644 --- a/pages/mineEntry/myAppointment/comp/opera.vue +++ b/pages/mineEntry/myAppointment/comp/opera.vue @@ -3,7 +3,7 @@ - {{item.subject==2?'科目二实操':item.subject==3?'科目三实操':'不限科目'}} + {{item.subject==2?'科目二实操':item.subject==3?'科目三实操':'不限科目'}} {{item.siteName}} diff --git a/pages/mineEntry/myAppointment/detail/opera.vue b/pages/mineEntry/myAppointment/detail/opera.vue index b9dc1e8..ed6b8c0 100644 --- a/pages/mineEntry/myAppointment/detail/opera.vue +++ b/pages/mineEntry/myAppointment/detail/opera.vue @@ -3,7 +3,7 @@ - {{info.subject==2?'科目二实操':info.subject==3?'科目三实操':'不限科目'}} + {{info.subject==2?'科目二实操':info.subject==3?'科目三实操':'不限科目'}} {{info.siteName}} - + + 实操预约