|
|
@ -8,12 +8,16 @@
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="type-fourth">
|
|
|
|
<div class="type-fourth">
|
|
|
|
<div class="type-fourth-top">
|
|
|
|
<!-- <div class="type-fourth-top">
|
|
|
|
<span>←</span> <span>车牌识别</span>
|
|
|
|
<span>←</span> <span>车牌识别</span>
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
<div class="type-fourth-mid">
|
|
|
|
<div class="type-fourth-mid">
|
|
|
|
<div class="type-fourth-mid-video">
|
|
|
|
<div class="type-fourth-mid-video">
|
|
|
|
<img src="https://cube.elemecdn.com/6/94/4d3ea53c084bad6931a56d5158a48jpeg.jpeg" class="w-[100%] h-[100%]"/>
|
|
|
|
<video
|
|
|
|
|
|
|
|
class="w-[720px] h-[100%]"
|
|
|
|
|
|
|
|
:src="info[0].video_url"
|
|
|
|
|
|
|
|
controls
|
|
|
|
|
|
|
|
></video>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="type-fourth-mid-tab">
|
|
|
|
<div class="type-fourth-mid-tab">
|
|
|
|
<el-button class="w-[76px] h-[32px!important]">全部</el-button>
|
|
|
|
<el-button class="w-[76px] h-[32px!important]">全部</el-button>
|
|
|
@ -21,7 +25,7 @@
|
|
|
|
<el-button class="w-[76px] h-[32px!important]">车辆</el-button>
|
|
|
|
<el-button class="w-[76px] h-[32px!important]">车辆</el-button>
|
|
|
|
<el-button class="w-[76px] h-[32px!important]">路灯</el-button>
|
|
|
|
<el-button class="w-[76px] h-[32px!important]">路灯</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="type-fourth-mid-box">
|
|
|
|
<!-- <div class="type-fourth-mid-box">
|
|
|
|
<div class="type-fourth-mid-crad" v-for="(item, index) in 8">
|
|
|
|
<div class="type-fourth-mid-crad" v-for="(item, index) in 8">
|
|
|
|
<div class="type-fourth-mid-crad-image">
|
|
|
|
<div class="type-fourth-mid-crad-image">
|
|
|
|
<img src="https://cube.elemecdn.com/6/94/4d3ea53c084bad6931a56d5158a48jpeg.jpeg" class="w-[100%] h-[100%]"/>
|
|
|
|
<img src="https://cube.elemecdn.com/6/94/4d3ea53c084bad6931a56d5158a48jpeg.jpeg" class="w-[100%] h-[100%]"/>
|
|
|
@ -30,15 +34,26 @@
|
|
|
|
123123
|
|
|
|
123123
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="type-fourth-bottom"></div>
|
|
|
|
<div class="type-fourth-bottom"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script setup>
|
|
|
|
<script lang="ts" setup>
|
|
|
|
defineOptions({
|
|
|
|
defineOptions({
|
|
|
|
name: "Type3CigaretteOfferWarp"
|
|
|
|
name: "Type3CigaretteOfferWarp"
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
interface Props {
|
|
|
|
|
|
|
|
typeKey: String;
|
|
|
|
|
|
|
|
info: Record<string, any>;
|
|
|
|
|
|
|
|
title: String;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const props = withDefaults(defineProps<Props>(), {
|
|
|
|
|
|
|
|
typeKey: "3",
|
|
|
|
|
|
|
|
info: {},
|
|
|
|
|
|
|
|
title: String,
|
|
|
|
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
.type-fourth {
|
|
|
|
.type-fourth {
|
|
|
|