| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078 |
- <template>
- <!-- 页面头部 -->
- <HomePageHead></HomePageHead>
- <!-- 导航栏 -->
- <HomePageNavigation></HomePageNavigation>
- <!-- 面包屑导航 -->
- <div class="breadcrumb-box">
- <div class="inner">
- <span class="location">当前位置:</span>
- <el-breadcrumb :separator-icon="ArrowRight">
- <el-breadcrumb-item>
- <NuxtLink to="/">首页</NuxtLink>
- </el-breadcrumb-item>
- <el-breadcrumb-item class="phone_breadcrumb_text">人员查询</el-breadcrumb-item>
- </el-breadcrumb>
- </div>
- </div>
- <!-- 查询 -->
- <div class="search-box">
- <div class="search-left-box">
- <!--查询结果-->
- <div class="search-left-box-result">
- <!--未查询到结果-->
- <div class="no-result-box" v-if="showResult == 1">
- <div class="no-result-image">
- <img src="@/public/search/rc.jpg" alt="">
- </div>
- <div class="no-result-content">
- <div class="no-result-title">sorry请您确认后再查询</div>
- <div class="no-result-text">您可以通过以下方式继续访问……</div>
- <div class="no-result-button">返回查询页</div>
- </div>
- </div>
- <!--人员详情-->
- <div v-if="showResult == 2">
- <div class="result-box">
- <div class="result-title">梁瑞良(<NuxtLink to="/">点击查看详情</NuxtLink>)</div>
- <div class="result-content">
- <div class="result-content-left">
- <div><span>性  别:</span>男</div>
- <div><span>出生年月:</span>1978年10月25日</div>
- <div><span>证件编号:</span>FZNC240272</div>
- <div><span>工作范围:</span>全国</div>
- <div><span>职  务:</span>中级调研员(全国)</div>
- </div>
- <div class="result-content-right">
- <img src="@/public/search/user.jpg" alt="">
- </div>
- </div>
- </div>
- <!--个人选题-->
- <div class="result-topic-box" v-if="showResult == 2">
- <div class="result-topic-title">
- <div>个人选题</div>
- </div>
- <div class="result-topic-content">
- <h3>关于耒阳中磊石材有限公司涉嫌非法开矿投诉调研</h3>
- <div class="result-topic-content-main">
- <div>同行人员:蒋茂林 贺意成</div>
- <div>涉及组织机构名称:耒阳市人民政府、耒阳市市委宣传部</div>
- </div>
- <div class="result-topic-content-bottom">
- <div>发布时间:2025-04-10</div>
- <div>结束时间:2025-04-29</div>
- <div>申报人:梁瑞良</div>
- </div>
- </div>
- </div>
- <div class="result-topic-box">
- <div class="result-topic-title">
- <div>个人选题</div>
- </div>
- <div class="result-topic-content">
- <h3>关于耒阳中磊石材有限公司涉嫌非法开矿投诉调研</h3>
- <div class="result-topic-content-main">
- <div>同行人员:蒋茂林 贺意成</div>
- <div>涉及组织机构名称:耒阳市人民政府、耒阳市市委宣传部</div>
- </div>
- <div class="result-topic-content-bottom">
- <div>发布时间:2025-04-10</div>
- <div>结束时间:2025-04-29</div>
- <div>申报人:梁瑞良</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--人员查询表单-->
- <div class="search-left-reset-button" v-if="showResult == 2 || showResult == 1">
- <div>重新查询</div>
- </div>
- <div class="search-left-box-form">
- <div class="search-form1-left-box">
- <div class="search-form1-title">
- <img src="@/public/search/search.png" alt="">
- 查询相关工作人员或外聘人员
- </div>
- <div class="search-form1-text">请输入您要查询的工作人员/外聘人员姓名或证件编号</div>
- <div class="search-form1-input-box">
- <div class="inputText">人员类型:</div>
- <el-select v-model="rylx" placeholder="" popper-class="custom-select-dropdown">
- <el-option label="不限" value="" />
- <el-option label="调研员" value="1" />
- <el-option label="法制监督员" value="2" />
- <el-option label="特邀评论员" value="3" />
- <el-option label="特邀观察员" value="4" />
- <el-option label="特邀编辑" value="5" />
- <el-option label="信息员" value="6" />
- <el-option label="特约通讯员" value="7" />
- <el-option label="普法宣传员" value="8" />
- <el-option label="工作证" value="9" />
- <el-option label="其它工作人员" value="10" />
- <el-option label="法制调解员" value="11" />
- <el-option label="法制调查员" value="12" />
- <el-option label="舆情监测员" value="13" />
- </el-select>
- </div>
- <div class="search-form1-input-box">
- <div class="inputText">人员姓名:</div>
- <el-input v-model="yxxm" placeholder="" />
- </div>
- <div class="search-form1-input-box">
- <div class="inputText">证件编号:</div>
- <el-input v-model="zjbh" placeholder="" />
- </div>
- <div class="search-form1-submit-button">
- <button @click="submitFormRYCX">提交</button>
- </div>
- </div>
- <div class="search-form1-wx">
- <img src="@/public/search/rycx.png" alt="">
- <div>手机扫描查询</div>
- </div>
- </div>
- </div>
- <div class="search-right-box">
- <!--车辆查询-->
- <div class="search-right-box-form">
- <h3>车辆查询</h3>
- <div class="search-right-form-text">请输入相关工作车辆或车牌号</div>
- <div class="search-right-input-box">
- <el-input v-model="cp" placeholder="车牌" />
- </div>
- <div class="search-right-input-box">
- <el-input v-model="cx" placeholder="车型" />
- </div>
- <div class="search-right-button-box">
- <button class="submit-button">查询</button>
- <button class="reset-button">重置</button>
- </div>
- </div>
- <!--选题查询-->
- <div class="search-right-box-form">
- <h3>选题查询</h3>
- <div class="search-right-form-text">
- 请输入您想要查询的选题
- </div>
- <div class="search-right-select-box">
- 地区:
- <el-select v-model="province" placeholder="--" size="large" style="width: 120px"
- popper-class="custom-select-dropdown">
- <el-option v-for="item in provinceList" :key="item.id" :label="item.name"
- @click="change(item.id)" :value="item.id" />
- </el-select>
- <el-select v-model="city" placeholder="--" no-data-text="请先选择省份" size="large" style="width: 120px"
- popper-class="custom-select-dropdown">
- <el-option v-for="(item, index) in cityList" :key="item.id" :label="item.name"
- @click="change1(item.id)" :value="item.id" />
- </el-select>
- <el-select v-model="region" placeholder="--" no-data-text="请先选择市" size="large" style="width: 120px"
- popper-class="custom-select-dropdown">
- <el-option v-for="item in regionList" :key="item.id" :label="item.name" :value="item.id" />
- </el-select>
- </div>
- <div class="search-right-input-box">
- <el-input v-model="xtmc" placeholder="选题名称" />
- </div>
- <div class="search-right-button-box">
- <button class="submit-button" @click="submitFormXTCX">查询</button>
- <button class="reset-button">重置</button>
- </div>
- </div>
- </div>
- </div>
- <!-- 页面底部 -->
- <HomeFoot></HomeFoot>
- </template>
- <script setup>
- //1.页面依赖 start ---------------------------------------->
- import { onMounted } from 'vue'
- import { ElBreadcrumb, ElBreadcrumbItem, ElMessage, ElInput, ElSelect, ElOption } from 'element-plus'
- import { ArrowRight } from '@element-plus/icons-vue'
- const nuxtApp = useNuxtApp();
- //1.页面依赖 end ---------------------------------------->
- //2.展示行政区划 start ---------------------------------------->
- //let areaList = ref("")
- //2.1 省
- let province = ref("")
- let provinceid = ref("")
- let provinceList = ref("")
- //2.2 市
- let city = ref("")
- let cityid = ref("")
- let cityList = ref("")
- //2.3 县
- let region = ref("")
- let regionid = ref("")
- let regionList = ref("")
- //2.4选择市
- let change = async (id) => {
- provinceid.value = id;
- const shengData = await requestDataPromise('/web/selectWebsiteArea', {
- method: 'GET',
- query: {
- 'pid': id,
- },
- });
- cityList.value = shengData.data;
- regionList.value = [];// 清空县
- }
- //2.5选择县
- let change1 = async (id) => {
- cityid.value = id;
- const xianData = await requestDataPromise('/web/selectWebsiteArea', {
- method: 'GET',
- query: {
- 'pid': id,
- },
- });
- regionList.value = xianData.data;
- }
- let change2 = async (id) => {
- regionid.value = id;
- }
- onMounted(async () => {
- //从客户端获取行政区划
- try {
- const { $webUrl, $CwebUrl } = useNuxtApp();
- const response2 = await fetch($webUrl + '/web/selectWebsiteArea', {
- headers: {
- 'Content-Type': 'application/json',
- 'Userurl': $CwebUrl,
- 'Origin': $CwebUrl
- }
- });
- const result2 = await response2.json();
- provinceList.value = result2.data;
- } catch (error) {
- console.error('获取行政区划数据失败:', error);
- }
- const targetElement = document.querySelector('.pc_none li .router-link-exact-active');
- const parentElement = document.querySelector('.nav_in');
- if (targetElement && parentElement) {
- const targetRect = targetElement.getBoundingClientRect();
- const parentRect = parentElement.getBoundingClientRect();
- const distanceToParentLeft = targetRect.left - parentRect.left;
- const navigationElement = document.querySelector('.partOne .navigationOne');
- if (navigationElement) {
- navigationElement.scrollLeft = distanceToParentLeft - 66;
- }
- }
-
- //发起人员查询
-
- //重新查询
-
- })
- //3.展示行政区划 end ---------------------------------------->
- //4.表单 start---------------------------------------->
- //4.1人员查询
- let rylx = ref("")//人员类型
- let yxxm = ref("");//人员姓名
- let zjbh = ref("");//证件编号
- const submitFormRYCX = () => {
- console.log(rylx.value)
- console.log(yxxm.value)
- console.log(zjbh.value)
- }
- //显示查询结果
- let showResult = ref(0)//0=不显示查询窗口 1=查无此人 2=查询成功
- //4.2车辆查询
- let cp = ref("")
- let cx = ref("")
- //4.3选题查询
- const xtmc = ref("")
- const submitFormXTCX = () => {
- navigateTo({
- path: '/list-cheliangchaxun.html',
- query: {
- keyword: 'nuxt'
- }
- })
- }
- //4.表单 end---------------------------------------->
- </script>
- <style lang="less" scoped>
- //@import url('@/assets/css/article/pc.less');
- //@import url('@/assets/css/article/yd.less');
- //面包屑
- .breadcrumb-box {
- width: 1400px;
- margin: 0 auto;
- .inner {
- width: 100%;
- height: 22px;
- margin-top: 20px;
- margin-bottom: 20px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #666666;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- display: flex;
- align-items: center;
- border-bottom: 1px dashed #ccc;
- margin-bottom: 10px;
- padding: 20px 20px 20px 0;
- box-sizing: border-box;
- a {
- font-size: 16px;
- line-height: 20px;
- font-weight: normal !important;
- &:hover {
- color: #333
- }
- }
- span {
- font-size: 16px;
- color: #000;
- line-height: 20px;
- &.location {
- line-height: 20px;
- }
- }
- }
- }
- //搜索
- .search-box {
- width: 1400px;
- margin: 0 auto;
- display: flex;
- align-items: flex-start;
- justify-content: space-between;
- .search-left-box {
- width: 60%;
- box-sizing: border-box;
- .no-result-box {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- height: auto;
- overflow: hidden;
- background: #027dc3;
- padding: 50px;
- margin-bottom: 20px;
- box-sizing: border-box;
- .no-result-image {
- width: 50%;
- img {
- width: 288px;
- height: 288px;
- margin: 0 auto;
- display: block;
- }
- }
- .no-result-content {
- width: 50%;
- .no-result-title {
- display: block;
- width: 100%;
- height: 50px;
- line-height: 50px;
- overflow: hidden;
- font-size: 16px;
- color: #fff;
- text-align: center;
- font-weight: bold;
- font-size: 18px;
- }
- .no-result-text {
- display: block;
- width: 100%;
- height: 50px;
- line-height: 50px;
- overflow: hidden;
- font-size: 16px;
- color: #fff;
- text-align: center;
- }
- .no-result-button {
- display: block;
- width: 100px;
- height: 40px;
- line-height: 40px;
- background: #f36420;
- margin: 20px auto;
- text-align: center;
- color: #fff;
- font-size: 16px;
- }
- }
- }
- .search-left-box-result {
- .result-box {
- .result-title {
- display: block;
- width: 100%;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 18px;
- color: #000;
- a {
- font-size: 18px;
- color: #000;
- }
- }
- .result-content {
- margin: 20px 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- .result-content-left {
- width: 50%;
- div {
- display: flex;
- width: 100%;
- height: 40px;
- line-height: 40px;
- padding-left: 70px;
- font-size: 16px;
- color: #000;
- }
- }
- .result-content-right {
- width: 50%;
- text-align: center;
- img {
- width: 120px;
- height: 166px;
- margin-top: 10px;
- }
- }
- }
- }
- .result-topic-box {
- margin: 20px 0;
- .result-topic-title {
- border-bottom: 1px solid #ccc;
- >div {
- width: 100px;
- height: 40px;
- text-align: center;
- line-height: 40px;
- background: #007aff;
- color: #fff;
- font-size: 16px;
- }
- }
- .result-topic-content {
- border-bottom: 1px solid #ccc;
- margin: 20px 0;
- h3 {
- font-size: 18px;
- font-weight: bold;
- }
- .result-topic-content-main {
- width: 99%;
- height: auto;
- overflow: hidden;
- border: 1px solid #ccc;
- margin: 10px 0;
- padding: 10px;
- box-sizing: border-box;
- >div {
- display: block;
- width: 100%;
- height: auto;
- line-height: 30px;
- font-size: 16px;
- color: #000;
- }
- }
- .result-topic-content-bottom {
- display: flex;
- align-items: center;
- div {
- padding: 0 10px;
- font-size: 14px;
- color: #000;
- line-height: 30px;
- }
- }
- }
- }
- }
- .search-left-reset-button {
- width: 100%;
- height: 40px;
- line-height: 40px;
- margin-top: 40px;
- >div {
- width: 100px;
- height: 40px;
- text-align: center;
- background: #007aff;
- color: #fff;
- font-size: 16px;
- }
- }
- .search-left-box-form {
- width: 100%;
- height: auto;
- overflow: hidden;
- border: 1px solid #333;
- padding: 20px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- .search-form1-left-box {
- .search-form1-title {
- display: flex;
- align-items: center;
- font-size: 19px;
- color: #000;
- img {
- display: block;
- width: 24px;
- height: 24px;
- float: left;
- margin-right: 10px;
- }
- }
- .search-form1-text {
- width: 100%;
- height: auto;
- line-height: 30px;
- margin: 20px 0;
- font-size: 16px;
- color: #333;
- }
- .search-form1-input-box {
- display: flex;
- align-items: center;
- margin-bottom: 20px;
- div.inputText {
- display: block;
- color: #333;
- font-size: 16px;
- white-space: nowrap;
- }
- input {
- height: 40px;
- line-height: 40px;
- }
- :deep(.el-input__wrapper) {
- height: 40px;
- line-height: 40px;
- border: 1px solid #000;
- box-shadow: none;
- border-radius: 2px;
- font-size: 16px;
- color: #333;
- }
- :deep(.el-select__wrapper) {
- height: 40px;
- line-height: 40px;
- border: 1px solid #000;
- box-shadow: none;
- border-radius: 2px;
- font-size: 16px;
- color: #333;
- }
- :deep(.el-input__inner) {
- color: #000;
- }
- :deep(.el-select__placeholder) {
- color: #000;
- }
- }
- }
- .search-form1-wx {
- width: 38%;
- img {
- width: 100%;
- }
- >div {
- display: block;
- width: 100%;
- height: 30px;
- line-height: 30px;
- font-size: 16px;
- color: #333;
- text-align: center;
- }
- }
- }
- }
- .search-right-box {
- width: 38%;
- box-sizing: border-box;
- .search-right-box-form {
- h3 {
- width: 100%;
- line-height: 40px;
- font-size: 18px;
- color: #000;
- }
- .search-right-form-text {
- display: block;
- width: 100%;
- height: 70px;
- line-height: 70px;
- text-align: center;
- font-size: 16px;
- color: #333;
- }
- .search-right-input-box {
- margin-bottom: 20px;
- :deep(.el-input__wrapper) {
- height: 40px;
- line-height: 40px;
- border: 1px solid #000;
- box-shadow: none;
- border-radius: 2px;
- font-size: 16px;
- color: #333;
- }
- :deep(.el-select__wrapper) {
- height: 40px;
- line-height: 40px;
- border: 1px solid #000;
- box-shadow: none;
- border-radius: 2px;
- font-size: 16px;
- color: #333;
- }
- :deep(.el-input__inner) {
- color: #000;
- }
- }
- .search-right-button-box {
- text-align: center;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 20px;
- button:first-child {
- margin-right: 20px;
- }
- .submit-button {
- display: block;
- width: 90px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 16px;
- color: #fff;
- background: #027dc3;
- outline: none;
- border: none;
- cursor: pointer;
- }
- .reset-button {
- display: block;
- width: 90px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 16px;
- background: #ccc;
- border: 1px solid #027dc3;
- color: #027dc3;
- outline: none;
- cursor: pointer;
- }
- }
- .search-right-select-box {
- word-break: keep-all;
- white-space: nowrap;
- display: flex;
- align-items: center;
- justify-content: center;
- font-weight: bold;
- font-size: 16px;
- margin-bottom: 20px;
- :deep(.el-select__wrapper) {
- margin-left: 10px;
- }
- :deep(.el-select__placeholder) {
- color: #000;
- }
- }
- }
- }
- .search-form1-submit-button {
- text-align: center;
- button {
- width: 100px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- background: #027dc3;
- color: #fff;
- font-size: 16px;
- margin: 0 auto;
- display: block;
- border: none;
- cursor: pointer;
- }
- }
- }
- .breadcrumb-box {
- width: 1400PX;
- margin: 0px auto 0px;
- }
- .el-breadcrumb {
- height: 22PX;
- line-height: 22PX;
- }
- .breadcrumb-box .inner span.location {
- font-size: 16PX;
- ;
- height: 22PX;
- ;
- line-height: 22PX;
- font-weight: normal;
- }
- .breadcrumb-box .inner a {
- font-size: 16PX;
- ;
- height: 22PX;
- line-height: 22PX;
- display: inline-block;
- font-weight: normal;
- }
- .breadcrumb-box .phone_breadcrumb_text /deep/.el-breadcrumb__inner {
- font-size: 16PX;
- ;
- height: 22PX;
- line-height: 22PX;
- font-weight: normal;
- }
- .breadcrumb-box:deep(.el-icon) {
- width: 16PX;
- height: 16PX;
- }
- .breadcrumb-box .inner span {
- font-size: 16PX;
- ;
- height: 22PX;
- line-height: 22PX;
- }
- .search-box {
- width: 1400PX;
- .search-left-box {
- width: 60%;
- .no-result-box {
- padding: 40PX;
- margin-bottom: 20PX;
- .no-result-image {
- img {
- width: 288PX;
- height: 288PX;
- }
- }
- .no-result-content {
- width: 50%;
- .no-result-title {
- height: auto;
- line-height: 22PX;
- font-size: 18PX;
- }
- .no-result-text {
- height: auto;
- margin-top: 11PX;
- line-height: 22PX;
- font-size: 16PX;
- }
- .no-result-button {
- width: 100PX;
- height: 40PX;
- line-height: 40PX;
- margin: 20PX auto;
- font-size: 16PX;
- }
- }
- }
- .search-left-box-result {
- .result-box {
- .result-title {
- height: 40PX;
- line-height: 40PX;
- font-size: 18PX;
- a {
- font-size: 18PX;
- }
- }
- .result-content {
- margin: 20PX 0;
- .result-content-left {
- div {
- height: 40PX;
- line-height: 40PX;
- padding-left: 70PX;
- font-size: 16PX;
- }
- }
- .result-content-right {
- width: 50%;
- img {
- width: 120PX;
- height: 166PX;
- margin-top: 10PX;
- }
- }
- }
- }
- .result-topic-box {
- margin: 20PX 0;
- .result-topic-title {
- border-bottom: 1PX solid #ccc;
- >div {
- width: 100PX;
- height: 40PX;
- line-height: 40PX;
- font-size: 16PX;
- }
- }
- .result-topic-content {
- border-bottom: 1PX solid #ccc;
- margin: 20PX 0;
- h3 {
- font-size: 18PX;
- }
- .result-topic-content-main {
- border: 1PX solid #ccc;
- margin: 10PX 0;
- padding: 10PX;
- >div {
- width: 100%;
- line-height: 30PX;
- font-size: 16PX;
- }
- }
- .result-topic-content-bottom {
- div {
- padding: 0 10PX;
- font-size: 14PX;
- line-height: 30PX;
- }
- }
- }
- }
- }
- .search-left-reset-button {
- width: 100%;
- height: 40PX;
- line-height: 40PX;
- margin-top: 40PX;
- >div {
- width: 100PX;
- height: 40PX;
- font-size: 16PX;
- }
- }
- .search-left-box-form {
- width: 100%;
- border: 1PX solid #333;
- padding: 20PX;
- .search-form1-left-box {
- .search-form1-title {
- font-size: 19PX;
- img {
- width: 24PX;
- height: 24PX;
- margin-right: 10PX;
- }
- }
- .search-form1-text {
- line-height: 30PX;
- margin: 20PX 0;
- font-size: 16PX;
- }
- .search-form1-input-box {
- margin-bottom: 20PX;
- div.inputText {
- font-size: 16PX;
- }
- input {
- height: 40PX;
- line-height: 40PX;
- }
- :deep(.el-input__wrapper) {
- height: 40PX;
- line-height: 40PX;
- border: 1PX solid #000;
- border-radius: 2PX;
- font-size: 16PX;
- }
- :deep(.el-select__wrapper) {
- height: 40PX;
- line-height: 40PX;
- border: 1PX solid #000;
- border-radius: 2PX;
- font-size: 16PX;
- }
- }
- }
- .search-form1-wx {
- >div {
- height: 30PX;
- line-height: 30PX;
- font-size: 16PX;
- }
- }
- }
- }
- .search-right-box {
- .search-right-box-form {
- h3 {
- line-height: 40PX;
- font-size: 18PX;
- }
- .search-right-form-text {
- height: 70PX;
- line-height: 70PX;
- font-size: 16PX;
- }
- .search-right-input-box {
- margin-bottom: 20PX;
- :deep(.el-input__wrapper) {
- height: 40PX;
- line-height: 40PX;
- border: 1PX solid #000;
- border-radius: 2PX;
- font-size: 16PX;
- }
- :deep(.el-select__wrapper) {
- height: 40PX;
- line-height: 40PX;
- border: 1PX solid #000;
- border-radius: 2PX;
- font-size: 16PX;
- }
- }
- .search-right-button-box {
- margin-bottom: 20PX;
- button:first-child {
- margin-right: 20PX;
- }
- .submit-button {
- width: 90PX;
- height: 40PX;
- line-height: 40PX;
- font-size: 16PX;
- color: #fff;
- }
- .reset-button {
- width: 90PX;
- height: 40PX;
- line-height: 40PX;
- font-size: 16PX;
- border: 1PX solid #027dc3;
- }
- }
- .search-right-select-box {
- font-size: 16PX;
- margin-bottom: 20PX;
- :deep(.el-select__wrapper) {
- margin-left: 10PX;
- }
- }
- }
- }
- .search-form1-submit-button {
- button {
- width: 100PX;
- height: 40PX;
- line-height: 40PX;
- font-size: 16PX;
- }
- }
- }
- @media screen and (min-width: 1401px) {
- //你的样式
- }
- @media screen and (max-width: 1400px) {
- .breadcrumb-box {
- width: 100%;
- margin: 0px auto 0px;
- box-sizing: border-box;
- padding: 0px 10px;
- }
- .newsList {
- width: 100%;
- box-sizing: border-box;
- padding: 0px 10px;
- margin: 0px auto 0px;
- }
- .search-box {
- width: 100%;
- box-sizing: border-box;
- padding: 0px 10px;
- margin: 0px auto 0px;
- }
- .search-left-box {
- margin-bottom: 11px;
- }
- }
- @media screen and (min-width: 801px) and (max-width: 1400px) {
- //你的样式
- }
- @media screen and (max-width: 900px) {
- .search-box .search-left-box .no-result-box .no-result-content .no-result-title {
- margin-top: 133PX;
- }
- }
- @media screen and (max-width: 800px) {
- //你的样式
- .search-box {
- display: block;
- }
- .search-box .search-left-box {
- width: 100%;
- float: none;
- }
- .search-box .search-right-box {
- width: 100%;
- float: none;
- }
- .search-box .search-left-box .search-left-box-result .result-box .result-content .result-content-left div {
- padding-left: 4PX;
- }
- .search-box .search-left-box .search-left-box-result .result-box .result-content .result-content-left div span {
- word-break: keep-all;
- white-space: nowrap;
- }
- .search-box .search-left-box .search-left-box-result .result-box .result-content .result-content-left {
- width: 56%;
- }
- .search-box .search-left-box .search-left-box-result .result-box .result-content .result-content-right {
- width: 40%;
- }
- .search-box .search-left-box .search-left-box-result .result-box .result-content .result-content-left div {
- line-height: 40PX;
- height: auto;
- word-break: break-all;
- word-wrap: break-word;
- overflow-wrap: break-word;
- }
- .search-box .search-left-box .search-left-box-result .result-topic-box .result-topic-content .result-topic-content-bottom div {
- font-size: 14px;
- padding: 0px 8px;
- }
- }
- </style>
- <style>
- .custom-select-dropdown .el-select-dropdown__item {
- font-size: 16px;
- color: #333;
- }
- .custom-select-dropdown .el-select-dropdown__item:hover {
- background-color: #027dc3;
- color: #fff;
- }
- </style>
|