| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087 |
- <template>
- <div class="clcx">
- <!-- 页面头部 -->
- <HomePageHead></HomePageHead>
- <!-- 页面导航 -->
- <HomePageNavigation></HomePageNavigation>
- <!-- 面包屑导航 -->
- <div class="breadcrumb">
- <div class="inner">
- <span class="location">当前位置:</span>
- <el-breadcrumb :separator-icon="ArrowRight">
- <el-breadcrumb-item>
- <NuxtLink to="/">首页</NuxtLink>
- </el-breadcrumb-item>
- <el-breadcrumb-item>
- <NuxtLink to="/">车辆查询</NuxtLink>
- </el-breadcrumb-item>
- </el-breadcrumb>
- </div>
- </div>
- <!-- 人员查询内容 -->
- <div class="rycxContent">
- <div class="contentLeft">
- <div class="conLeft">
- <div class="topTitle">
- <img src="../../public/index/search.png" alt="">
- 查询相关工作车辆或车牌号
- </div>
- <div class="con_text">车牌号/车型(注:车型支持模糊查询)</div>
- <el-form :model="form" label-width="auto" style="max-width: 375px">
- <el-form-item label="车牌:">
- <el-input v-model="form.name" placeholder="请输入车牌" />
- </el-form-item>
- <el-form-item label="车型:">
- <el-input v-model="form.cardID" placeholder="请输入车型" />
- </el-form-item>
- </el-form>
- <div class="submit">
- <button class="submitBtn">查询</button>
- </div>
- </div>
- <div class="conRight">
- <img src="../../public/index/index.png" alt="">
- <div>手机扫描查询</div>
- </div>
- </div>
- <div class="contentRight">
- <div class="right_part1">
- <div class="part1Title">人员查询</div>
- <div class="part1Text">查询相关工作人员或外聘人员</div>
- <p class="concent_List">
- 人员类型:
- <select name="" id="">
- <option value="shanghai">不限</option>
- <option value="beijing">工作人员</option>
- <option value="guangzhou">外聘人员</option>
- </select>
- </p>
- <p class="concent_List">
- 人员姓名:
- <input type="text" name="" id="" placeholder="请输入人员姓名">
- </p>
- <p class="concent_List">
- 证件编号:
- <input type="text" name="" id="" placeholder="请输入证件编号">
- </p>
- <div class="btnBox1">
- <button class="cxbtn">提交</button>
- </div>
- </div>
- <div class="right_part1">
- <div class="part1Title">选题查询</div>
- <div class="part1Text">请输入你想要查询的选题</div>
- <div class="selectBox">
- <span>地区:</span>
- <select name="" id="">
- <option value="shanghai">--</option>
- <option value="beijing">地区1</option>
- <option value="guangzhou">地区2</option>
- </select>
- <select name="" id="">
- <option value="shanghai">--</option>
- <option value="beijing">地区1</option>
- <option value="guangzhou">地区2</option>
- </select>
- <select name="" id="">
- <option value="shanghai">--</option>
- <option value="beijing">地区1</option>
- <option value="guangzhou">地区2</option>
- </select>
- </div>
- <input type="text" name="" id="" placeholder="选题名称">
- <div class="btnBox">
- <button class="cxbtn">查询</button>
- <button class="rebtn">重置</button>
- </div>
- </div>
- </div>
- </div>
- <!-- 页面底部 -->
- <HomeFoot></HomeFoot>
- </div>
- </template>
- <script setup>
- import { ref, onMounted } from 'vue'
- import { ElBreadcrumb, ElBreadcrumbItem, ElForm, ElFormItem, ElInput, ElSelect, ElOption, ElButton } from 'element-plus'
- import { ArrowRight } from '@element-plus/icons-vue'
- const form = ref({
- name: '',
- region: '',
- cardID: '',
- })
- </script>
- <style lang="less" scoped>
- @media screen and (min-width: 1401px) {
- .clcx {
- font-family: '微软雅黑', Microsoft YaHei;
- //导航条
- .breadcrumb {
- width: 100%;
- height: 30PX;
- line-height: 30PX;
- margin-top: 20PX;
- margin-bottom: 20PX;
- .inner {
- width: 1400PX;
- border: 1PX solid #ccc;
- color: #000;
- font-size: 16PX;
- margin: 0 auto;
- .location {
- margin-right: 20PX;
- width: 100PX;
- height: 22PX;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 16PX;
- color: #000;
- line-height: 23PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- :deep(.el-breadcrumb__separator) {
- color: #000;
- font-weight: bold;
- margin: 0 9PX;
- }
- :deep(.el-breadcrumb) {
- display: inline-block;
- vertical-align: -4PX;
- }
- :deep(.el-breadcrumb__inner a),
- :deep(.el-breadcrumb__inner.is-link) {
- color: #000;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
- color: #000;
- }
- span {
- font-weight: 400;
- font-size: 16PX;
- color: #000;
- line-height: 23PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- .rycxContent {
- width: 1400PX;
- margin: 20PX auto;
- display: flex;
- justify-content: space-between;
- .contentLeft {
- display: flex;
- width: 60%;
- height: 405PX;
- // height: auto;
- overflow: hidden;
- border: 1PX solid #333;
- padding: 20PX;
- box-sizing: border-box;
- .conLeft {
- width: 60%;
- .topTitle {
- font-size: 19PX;
- color: #000;
- img {
- width: 24PX;
- height: 24PX;
- margin-right: 10PX;
- vertical-align: -4PX;
- }
- }
- .con_text {
- // width: 100%;
- height: auto;
- line-height: 30PX;
- margin: 20PX 0;
- font-size: 16PX;
- color: #333;
- }
- .submit {
- width: 100%;
- margin-top: 20PX;
- text-align: center;
- .submitBtn {
- width: 100PX;
- height: 40PX;
- line-height: 40PX;
- text-align: center;
- font-size: 16PX;
- color: #fff;
- background-color: #027dc3;
- border: none;
- }
- }
- :deep(.el-form-item__label) {
- font-size: 16PX;
- color: #333;
- line-height: 40PX;
- }
- :deep(.el-select__wrapper) {
- min-height: 40PX;
- }
- :deep(.el-input__inner) {
- height: 38PX;
- }
- // :deep(.el-input) {
- // --el-input-border-color: #333;
- // --el-input-hover-border-color: #333;
- // --el-input-clear-hover-color: #333;
- // --el-input-focus-border-color: #333;
- // }
- }
- .conRight {
- width: 38%;
- height: auto;
- float: right;
- overflow: hidden;
- margin-top: 30PX;
- margin-left: 20PX;
- img {
- width: 100%;
- }
- div {
- width: 100%;
- text-align: center;
- font-size: 16PX;
- color: #333;
- line-height: 30PX;
- }
- }
- }
- .contentRight {
- width: 38%;
- .right_part1 {
- .part1Title {
- width: 100%;
- height: auto;
- overflow: hidden;
- line-height: 40PX;
- font-size: 18PX;
- color: #000;
- }
- .part1Text {
- display: block;
- width: 100%;
- height: 70PX;
- line-height: 70PX;
- text-align: center;
- font-size: 16PX;
- color: #333;
- }
- .concent_List {
- width: 100%;
- height: auto;
- line-height: 38PX;
- overflow: hidden;
- margin-bottom: 20PX;
- font-size: 16PX;
- display: flex;
- select {
- width: 63%;
- height: 42PX;
- line-height: 42PX;
- font-size: 16PX;
- color: #333;
- outline: none;
- }
- input {
- width: 60%;
- height: 38PX;
- line-height: 38PX;
- margin-bottom: 0;
- font-size: 16PX;
- color: #333;
- outline: none;
- }
- }
- .selectBox {
- width: 100%;
- height: 70PX;
- line-height: 70PX;
- text-align: center;
- font-size: 16PX;
- color: #333;
- span {
- font-weight: 700;
- margin-right: 10PX;
- }
- select {
- min-width: 90PX;
- height: 34PX;
- line-height: 34PX;
- padding: 0 10PX;
- box-sizing: border-box;
- margin-right: 10PX;
- outline: none;
- border-radius: 4PX;
- border-color: #ccc;
- }
- }
- input {
- width: 90%;
- height: 40PX;
- line-height: 40PX;
- font-size: 16PX;
- color: #333;
- padding-left: 10PX;
- outline: none;
- margin-bottom: 20PX;
- }
- .btnBox {
- width: 220PX;
- height: auto;
- overflow: hidden;
- margin: 20PX auto;
- .cxbtn {
- float: left;
- display: block;
- width: 90PX;
- height: 40PX;
- line-height: 40PX;
- text-align: center;
- font-size: 16PX;
- color: #fff;
- background: #027dc3;
- outline: none;
- border: none;
- }
- .rebtn {
- background: #ccc;
- border: 1PX solid #027dc3;
- color: #027dc3;
- float: right;
- display: block;
- width: 90PX;
- height: 40PX;
- line-height: 40PX;
- text-align: center;
- font-size: 16PX;
- }
- }
- .btnBox1 {
- width: 100%;
- height: auto;
- overflow: hidden;
- margin: 20PX auto;
- text-align: center;
- .cxbtn {
- width: 90PX;
- height: 40PX;
- line-height: 40PX;
- text-align: center;
- font-size: 16PX;
- color: #fff;
- background: #027dc3;
- outline: none;
- border: none;
- }
- }
- }
- }
- }
- }
- }
- @media screen and (min-width: 801px) and (max-width: 1400px) {
- .clcx {
- font-family: '微软雅黑', Microsoft YaHei;
- //导航条
- .breadcrumb {
- width: 100%;
- height: 30px;
- line-height: 30px;
- margin-top: 20px;
- margin-bottom: 20px;
- .inner {
- width: 1400px;
- border: 1px solid #ccc;
- color: #000;
- font-size: 16px;
- margin: 0 auto;
- .location {
- margin-right: 20px;
- width: 100px;
- height: 22px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 16px;
- color: #000;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- :deep(.el-breadcrumb__separator) {
- color: #000;
- font-weight: bold;
- margin: 0 9px;
- }
- :deep(.el-breadcrumb) {
- display: inline-block;
- vertical-align: -4px;
- }
- :deep(.el-breadcrumb__inner a),
- :deep(.el-breadcrumb__inner.is-link) {
- color: #000;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
- color: #000;
- }
- span {
- font-weight: 400;
- font-size: 16px;
- color: #000;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- .rycxContent {
- width: 1400px;
- margin: 20px auto;
- display: flex;
- justify-content: space-between;
- .contentLeft {
- display: flex;
- width: 60%;
- height: 405px;
- // height: auto;
- overflow: hidden;
- border: 1px solid #333;
- padding: 20px;
- box-sizing: border-box;
- .conLeft {
- width: 60%;
- .topTitle {
- font-size: 19px;
- color: #000;
- img {
- width: 24px;
- height: 24px;
- margin-right: 10px;
- vertical-align: -4px;
- }
- }
- .con_text {
- // width: 100%;
- height: auto;
- line-height: 30px;
- margin: 20px 0;
- font-size: 16px;
- color: #333;
- }
- .submit {
- width: 100%;
- margin-top: 20px;
- text-align: center;
- .submitBtn {
- width: 100px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 16px;
- color: #fff;
- background-color: #027dc3;
- border: none;
- }
- }
- :deep(.el-form-item__label) {
- font-size: 16px;
- color: #333;
- line-height: 40px;
- }
- :deep(.el-select__wrapper) {
- min-height: 40px;
- }
- :deep(.el-input__inner) {
- height: 38px;
- }
- // :deep(.el-input) {
- // --el-input-border-color: #333;
- // --el-input-hover-border-color: #333;
- // --el-input-clear-hover-color: #333;
- // --el-input-focus-border-color: #333;
- // }
- }
- .conRight {
- width: 38%;
- height: auto;
- float: right;
- overflow: hidden;
- margin-top: 30px;
- margin-left: 20px;
- img {
- width: 100%;
- }
- div {
- width: 100%;
- text-align: center;
- font-size: 16px;
- color: #333;
- line-height: 30px;
- }
- }
- }
- .contentRight {
- width: 38%;
- .right_part1 {
- .part1Title {
- width: 100%;
- height: auto;
- overflow: hidden;
- line-height: 40px;
- font-size: 18px;
- color: #000;
- }
- .part1Text {
- display: block;
- width: 100%;
- height: 70px;
- line-height: 70px;
- text-align: center;
- font-size: 16px;
- color: #333;
- }
- .concent_List {
- width: 100%;
- height: auto;
- line-height: 38px;
- overflow: hidden;
- margin-bottom: 20px;
- font-size: 16px;
- display: flex;
- select {
- width: 63%;
- height: 42px;
- line-height: 42px;
- font-size: 16px;
- color: #333;
- outline: none;
- }
- input {
- width: 60%;
- height: 38px;
- line-height: 38px;
- margin-bottom: 0;
- font-size: 16px;
- color: #333;
- outline: none;
- }
- }
- .selectBox {
- width: 100%;
- height: 70px;
- line-height: 70px;
- text-align: center;
- font-size: 16px;
- color: #333;
- span {
- font-weight: 700;
- margin-right: 10px;
- }
- select {
- min-width: 90px;
- height: 34px;
- line-height: 34px;
- padding: 0 10px;
- box-sizing: border-box;
- margin-right: 10px;
- outline: none;
- border-radius: 4px;
- border-color: #ccc;
- }
- }
- input {
- width: 90%;
- height: 40px;
- line-height: 40px;
- font-size: 16px;
- color: #333;
- padding-left: 10px;
- outline: none;
- margin-bottom: 20px;
- }
- .btnBox {
- width: 220px;
- height: auto;
- overflow: hidden;
- margin: 20px auto;
- .cxbtn {
- float: left;
- display: block;
- width: 90px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 16px;
- color: #fff;
- background: #027dc3;
- outline: none;
- border: none;
- }
- .rebtn {
- background: #ccc;
- border: 1px solid #027dc3;
- color: #027dc3;
- float: right;
- display: block;
- width: 90px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 16px;
- }
- }
- .btnBox1 {
- width: 100%;
- height: auto;
- overflow: hidden;
- margin: 20px auto;
- text-align: center;
- .cxbtn {
- width: 90px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 16px;
- color: #fff;
- background: #027dc3;
- outline: none;
- border: none;
- }
- }
- }
- }
- }
- }
- }
- @media screen and (max-width: 800px) {
- .clcx {
- font-family: '微软雅黑', Microsoft YaHei;
- //导航条
- .breadcrumb {
- width: 100%;
- height: 30px;
- line-height: 30px;
- margin-top: 20px;
- margin-bottom: 20px;
- .inner {
- width: 1400px;
- border: 1px solid #ccc;
- color: #000;
- font-size: 16px;
- margin: 0 auto;
- .location {
- margin-right: 20px;
- width: 100px;
- height: 22px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 16px;
- color: #000;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- :deep(.el-breadcrumb__separator) {
- color: #000;
- font-weight: bold;
- margin: 0 9px;
- }
- :deep(.el-breadcrumb) {
- display: inline-block;
- vertical-align: -4px;
- }
- :deep(.el-breadcrumb__inner a),
- :deep(.el-breadcrumb__inner.is-link) {
- color: #000;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
- color: #000;
- }
- span {
- font-weight: 400;
- font-size: 16px;
- color: #000;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- .rycxContent {
- width: 1400px;
- margin: 20px auto;
- display: flex;
- justify-content: space-between;
- .contentLeft {
- display: flex;
- width: 60%;
- height: 405px;
- // height: auto;
- overflow: hidden;
- border: 1px solid #333;
- padding: 20px;
- box-sizing: border-box;
- .conLeft {
- width: 60%;
- .topTitle {
- font-size: 19px;
- color: #000;
- img {
- width: 24px;
- height: 24px;
- margin-right: 10px;
- vertical-align: -4px;
- }
- }
- .con_text {
- // width: 100%;
- height: auto;
- line-height: 30px;
- margin: 20px 0;
- font-size: 16px;
- color: #333;
- }
- .submit {
- width: 100%;
- margin-top: 20px;
- text-align: center;
- .submitBtn {
- width: 100px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 16px;
- color: #fff;
- background-color: #027dc3;
- border: none;
- }
- }
- :deep(.el-form-item__label) {
- font-size: 16px;
- color: #333;
- line-height: 40px;
- }
- :deep(.el-select__wrapper) {
- min-height: 40px;
- }
- :deep(.el-input__inner) {
- height: 38px;
- }
- // :deep(.el-input) {
- // --el-input-border-color: #333;
- // --el-input-hover-border-color: #333;
- // --el-input-clear-hover-color: #333;
- // --el-input-focus-border-color: #333;
- // }
- }
- .conRight {
- width: 38%;
- height: auto;
- float: right;
- overflow: hidden;
- margin-top: 30px;
- margin-left: 20px;
- img {
- width: 100%;
- }
- div {
- width: 100%;
- text-align: center;
- font-size: 16px;
- color: #333;
- line-height: 30px;
- }
- }
- }
- .contentRight {
- width: 38%;
- .right_part1 {
- .part1Title {
- width: 100%;
- height: auto;
- overflow: hidden;
- line-height: 40px;
- font-size: 18px;
- color: #000;
- }
- .part1Text {
- display: block;
- width: 100%;
- height: 70px;
- line-height: 70px;
- text-align: center;
- font-size: 16px;
- color: #333;
- }
- .concent_List {
- width: 100%;
- height: auto;
- line-height: 38px;
- overflow: hidden;
- margin-bottom: 20px;
- font-size: 16px;
- display: flex;
- select {
- width: 63%;
- height: 42px;
- line-height: 42px;
- font-size: 16px;
- color: #333;
- outline: none;
- }
- input {
- width: 60%;
- height: 38px;
- line-height: 38px;
- margin-bottom: 0;
- font-size: 16px;
- color: #333;
- outline: none;
- }
- }
- .selectBox {
- width: 100%;
- height: 70px;
- line-height: 70px;
- text-align: center;
- font-size: 16px;
- color: #333;
- span {
- font-weight: 700;
- margin-right: 10px;
- }
- select {
- min-width: 90px;
- height: 34px;
- line-height: 34px;
- padding: 0 10px;
- box-sizing: border-box;
- margin-right: 10px;
- outline: none;
- border-radius: 4px;
- border-color: #ccc;
- }
- }
- input {
- width: 90%;
- height: 40px;
- line-height: 40px;
- font-size: 16px;
- color: #333;
- padding-left: 10px;
- outline: none;
- margin-bottom: 20px;
- }
- .btnBox {
- width: 220px;
- height: auto;
- overflow: hidden;
- margin: 20px auto;
- .cxbtn {
- float: left;
- display: block;
- width: 90px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 16px;
- color: #fff;
- background: #027dc3;
- outline: none;
- border: none;
- }
- .rebtn {
- background: #ccc;
- border: 1px solid #027dc3;
- color: #027dc3;
- float: right;
- display: block;
- width: 90px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 16px;
- }
- }
- .btnBox1 {
- width: 100%;
- height: auto;
- overflow: hidden;
- margin: 20px auto;
- text-align: center;
- .cxbtn {
- width: 90px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 16px;
- color: #fff;
- background: #027dc3;
- outline: none;
- border: none;
- }
- }
- }
- }
- }
- }
- }
- </style>
|