driverSchool/newPages/appointment/index.vue

118 lines
4.0 KiB
Vue
Raw Normal View History

2025-03-15 17:32:23 +08:00
<template>
<view class="page flex-col">
<view class="box_1 flex-row">
<image
class="image_1"
referrerpolicy="no-referrer"
src="/static/lanhu_yuyuexunlian/FigmaDDSSlicePNG5472ef46deab947fe098747eb1b07bd2.png"
/>
<view class="block_1 flex-col"></view>
<view class="block_2 flex-col"></view>
<image
class="image_2"
referrerpolicy="no-referrer"
src="/static/lanhu_yuyuexunlian/FigmaDDSSlicePNGb239db97c719ec7467ee7c9615d3d24a.png"
/>
</view>
<view class="box_2 flex-col">
<view class="box_3 flex-row">
<image
class="label_1"
referrerpolicy="no-referrer"
src="/static/lanhu_yuyuexunlian/FigmaDDSSlicePNGacf527a62cbe7351c6472edd8f5b2814.png"
/>
<text class="text_1">预约训练</text>
<view class="group_1 flex-col">
<view class="image-wrapper_1 flex-row">
<image
class="thumbnail_1"
referrerpolicy="no-referrer"
src="/static/lanhu_yuyuexunlian/FigmaDDSSlicePNGdc9929c2b5fd86c1689cc5990a0b4397.png"
/>
</view>
<view class="group_2 flex-row justify-between">
<view class="group_3 flex-col"></view>
<view class="group_4 flex-col"></view>
</view>
</view>
</view>
<view class="box_4 flex-col">
<view class="group_5 flex-row justify-between">
<view class="block_3 flex-col justify-between">
<text class="text_2">2025-02-20&nbsp;12:30</text>
<view class="group_6 flex-row justify-between">
<view class="text-wrapper_1 flex-col">
<text class="text_3">科目二</text>
</view>
<view class="text-wrapper_2 flex-col">
<text class="text_4">C2</text>
</view>
</view>
</view>
<view class="text-wrapper_3 flex-col">
<text class="text_5">待审核</text>
</view>
</view>
<view class="text-wrapper_4 flex-row justify-between">
<text class="text_6">时间范围</text>
<text class="text_7">09:00-10:00</text>
</view>
<view class="text-wrapper_5 flex-row justify-between">
<text class="text_8">教练名称</text>
<text class="text_9">马文峰</text>
</view>
</view>
<view class="box_5 flex-col">
<view class="block_4 flex-row justify-between">
<view class="group_7 flex-col justify-between">
<text class="text_10">2025-02-20&nbsp;12:30</text>
<view class="section_1 flex-row justify-between">
<view class="text-wrapper_6 flex-col">
<text class="text_11">科目二</text>
</view>
<view class="text-wrapper_7 flex-col">
<text class="text_12">C2</text>
</view>
</view>
</view>
<view class="text-wrapper_8 flex-col">
<text class="text_13">已审核</text>
</view>
</view>
<view class="text-wrapper_9 flex-row justify-between">
<text class="text_14">时间范围</text>
<text class="text_15">09:00-10:00</text>
</view>
<view class="text-wrapper_10 flex-row justify-between">
<text class="text_16">教练名称</text>
<text class="text_17">马文峰</text>
</view>
<view class="block_5 flex-row">
<view class="text-wrapper_11 flex-col">
<text class="text_18">开始评价</text>
</view>
</view>
</view>
</view>
<view class="box_6 flex-col">
<view class="text-wrapper_12 flex-col">
<text class="text_19">预约</text>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
constants: {}
};
},
methods: {}
};
</script>
<style lang='scss'>
@import '../common/common.scss';
@import './assets/style/index.rpx.scss';
</style>