提交 00fc7d34 authored 作者: lihuihui's avatar lihuihui

update

上级 25bfee40
<script setup lang="ts"></script> <script setup lang="ts">
import { useDevice } from '@/composables/useDevice'
const { mobile } = useDevice()
</script>
<template> <template>
<div class="main" id="apply"> <div class="main" id="apply" v-if="!mobile">
<div class="main_con"> <div class="main_con">
<div class="con_tit"> <div class="con_tit">
<div class="tit_img"> <div class="tit_img">
...@@ -15,6 +18,10 @@ ...@@ -15,6 +18,10 @@
<img src="https://webapp-pub.ezijing.com/project_online/paa/exam_process.png" class="con_img" /> <img src="https://webapp-pub.ezijing.com/project_online/paa/exam_process.png" class="con_img" />
</div> </div>
</div> </div>
<div class="h5-main" v-else>
<h1>认证考试流程</h1>
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online/fi/h5/paa-process.png" />
</div>
</template> </template>
<style lang="scss" scoped> <style lang="scss" scoped>
...@@ -44,4 +51,18 @@ ...@@ -44,4 +51,18 @@
} }
} }
} }
.h5-main {
padding: 0 0.3rem 0.4rem;
h1 {
font-size: 0.32rem;
font-weight: bold;
line-height: 100%;
color: #333333;
padding: 0.3rem 0;
}
img {
width: 100%;
display: block;
}
}
</style> </style>
...@@ -199,6 +199,10 @@ const mainList1: Array<{ ...@@ -199,6 +199,10 @@ const mainList1: Array<{
font-size: 0.24rem; font-size: 0.24rem;
margin-top: 0.2rem; margin-top: 0.2rem;
} }
.item_tit{
font-size: .24rem;
margin-top: .15rem;
}
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论