unknown
1 year ago
19 changed files with 407 additions and 222 deletions
-
3common/js/mixins.js
-
19components/pickDateTimer/pickDateTimer.vue
-
7config/api.js
-
2config/request.js
-
2config/utils.js
-
4pages/carEntry/examineAppointment/comp/step1.vue
-
80pages/carEntry/examineAppointment/comp/step2.vue
-
179pages/carEntry/examineAppointment/comp/step3.vue
-
8pages/carEntry/examineAppointment/examineAppointment.vue
-
72pages/carEntry/operaAppointment/comp/coachInfo.vue
-
149pages/carEntry/operaAppointment/operaAppointment.vue
-
8pages/indexEntry/enroll/registInfo/registInfo.vue
-
9pages/indexEntry/findShcool/findShcool.vue
-
9pages/indexEntry/findShcool/screen/screen.vue
-
36pages/indexEntry/publicVideo/videoDetail/videoDetail.vue
-
30pages/tabbar/index/index.vue
-
3pages/tabbar/learnCar/comp/subject2.vue
-
3pages/tabbar/learnCar/comp/subject3.vue
-
6store/modules/user.js
@ -0,0 +1,72 @@ |
|||
<template> |
|||
<view class="coachInfo"> |
|||
<view class="card"> |
|||
<view class="avatar"> |
|||
<image src="@/static/images/logo.png" mode=""></image> |
|||
</view> |
|||
<view class="rightTxt"> |
|||
<view class="name_row"> |
|||
<view class="name">张三三</view> |
|||
<view class="tag">未绑定</view> |
|||
</view> |
|||
<moreRight text="预约其它教练课程"/> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
</script> |
|||
|
|||
<style lang="scss" scoped> |
|||
.coachInfo { |
|||
.card { |
|||
width: 100%; |
|||
height: 180rpx; |
|||
display: flex; |
|||
align-items: center; |
|||
padding: 0 36rpx; |
|||
.avatar { |
|||
width: 100rpx; |
|||
height: 98rpx; |
|||
border-radius: 50%; |
|||
overflow: hidden; |
|||
} |
|||
|
|||
.rightTxt { |
|||
flex: 1; |
|||
padding: 0 0 0 34rpx; |
|||
.name_row { |
|||
display: flex; |
|||
align-items: center; |
|||
margin-bottom: 16rpx; |
|||
.name { |
|||
font-size: 32rpx; |
|||
color: #333; |
|||
font-weight: 550; |
|||
} |
|||
|
|||
.tag { |
|||
width: 98rpx; |
|||
height: 40rpx; |
|||
background: #F2F2F2; |
|||
border-radius: 4rpx; |
|||
text-align: center; |
|||
line-height: 40rpx; |
|||
text-align: center; |
|||
margin-left: 24rpx; |
|||
color: #959595; |
|||
&.active { |
|||
color: $themC; |
|||
background: #E8F3FE; |
|||
} |
|||
} |
|||
} |
|||
|
|||
moreright { |
|||
|
|||
} |
|||
} |
|||
} |
|||
} |
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue