renyuanchaxun.vue 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867
  1. <template>
  2. <!-- 页面头部 -->
  3. <HomePageHead></HomePageHead>
  4. <!-- 导航栏 -->
  5. <HomePageNavigation></HomePageNavigation>
  6. <!-- 面包屑导航 -->
  7. <div class="breadcrumb-box">
  8. <div class="inner">
  9. <span class="location">当前位置:</span>
  10. <el-breadcrumb :separator-icon="ArrowRight">
  11. <el-breadcrumb-item>
  12. <NuxtLink to="/">首页</NuxtLink>
  13. </el-breadcrumb-item>
  14. <el-breadcrumb-item class="phone_breadcrumb_text">人员查询</el-breadcrumb-item>
  15. </el-breadcrumb>
  16. </div>
  17. </div>
  18. <!-- 查询 -->
  19. <div class="search-box">
  20. <div class="search-left-box">
  21. <!--查询结果-->
  22. <div class="search-left-box-result">
  23. <!--未查询到结果-->
  24. <div class="no-result-box">
  25. <div class="no-result-image">
  26. <img src="@/public/search/rc.jpg" alt="">
  27. </div>
  28. <div class="no-result-content">
  29. <div class="no-result-title">sorry请您确认后再查询</div>
  30. <div class="no-result-text">您可以通过以下方式继续访问……</div>
  31. <div class="no-result-button">返回查询页</div>
  32. </div>
  33. </div>
  34. <!--人员详情-->
  35. <div class="result-box">
  36. <div class="result-title">梁瑞良(<NuxtLink to="/">点击查看详情</NuxtLink>)</div>
  37. <div class="result-content">
  38. <div class="result-content-left">
  39. <div><span>性&emsp;&emsp;别:</span>男</div>
  40. <div><span>出生年月:</span>1978年10月25日</div>
  41. <div><span>证件编号:</span>FZNC240272</div>
  42. <div><span>工作范围:</span>全国</div>
  43. <div><span>职&emsp;&emsp;务:</span>中级调研员(全国)</div>
  44. </div>
  45. <div class="result-content-right">
  46. <img src="@/public/search/user.jpg" alt="">
  47. </div>
  48. </div>
  49. </div>
  50. <!--个人选题-->
  51. <div class="result-topic-box">
  52. <div class="result-topic-title">
  53. <div>个人选题</div>
  54. </div>
  55. <div class="result-topic-content">
  56. <h3>关于耒阳中磊石材有限公司涉嫌非法开矿投诉调研</h3>
  57. <div class="result-topic-content-main">
  58. <div>同行人员:蒋茂林 贺意成</div>
  59. <div>涉及组织机构名称:耒阳市人民政府、耒阳市市委宣传部</div>
  60. </div>
  61. <div class="result-topic-content-bottom">
  62. <div>发布时间:2025-04-10</div>
  63. <div>结束时间:2025-04-29</div>
  64. <div>申报人:梁瑞良</div>
  65. </div>
  66. </div>
  67. </div>
  68. <div class="result-topic-box">
  69. <div class="result-topic-title">
  70. <div>个人选题</div>
  71. </div>
  72. <div class="result-topic-content">
  73. <h3>关于耒阳中磊石材有限公司涉嫌非法开矿投诉调研</h3>
  74. <div class="result-topic-content-main">
  75. <div>同行人员:蒋茂林 贺意成</div>
  76. <div>涉及组织机构名称:耒阳市人民政府、耒阳市市委宣传部</div>
  77. </div>
  78. <div class="result-topic-content-bottom">
  79. <div>发布时间:2025-04-10</div>
  80. <div>结束时间:2025-04-29</div>
  81. <div>申报人:梁瑞良</div>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. <!--人员查询表单-->
  87. <div class="search-left-reset-button">
  88. <div>重新查询</div>
  89. </div>
  90. <div class="search-left-box-form">
  91. <div class="search-form1-left-box">
  92. <div class="search-form1-title">
  93. <img src="@/public/search/search.png" alt="">
  94. 查询相关工作人员或外聘人员
  95. </div>
  96. <div class="search-form1-text">请输入您要查询的工作人员/外聘人员姓名或证件编号</div>
  97. <div class="search-form1-input-box">
  98. <div class="inputText">人员类型:</div>
  99. <el-select v-model="value" placeholder="" popper-class="custom-select-dropdown">
  100. <el-option label="不限" value="1" />
  101. <el-option label="调研员" value="2" />
  102. <el-option label="法制监督员" value="3" />
  103. <el-option label="特邀评论员" value="4" />
  104. <el-option label="特邀观察员" value="5" />
  105. <el-option label="特邀编辑" value="6" />
  106. <el-option label="信息员" value="7" />
  107. <el-option label="特约通讯员" value="8" />
  108. <el-option label="普法宣传员" value="9" />
  109. <el-option label="工作证" value="10" />
  110. <el-option label="其它工作人员" value="11" />
  111. </el-select>
  112. </div>
  113. <div class="search-form1-input-box">
  114. <div class="inputText">人员姓名:</div>
  115. <el-input v-model="input" placeholder="" />
  116. </div>
  117. <div class="search-form1-input-box">
  118. <div class="inputText">证件编号:</div>
  119. <el-input v-model="input" placeholder="" />
  120. </div>
  121. <div class="search-form1-submit-button">
  122. <button>提交</button>
  123. </div>
  124. </div>
  125. <div class="search-form1-wx">
  126. <img src="@/public/search/rycx.png" alt="">
  127. <div>手机扫描查询</div>
  128. </div>
  129. </div>
  130. </div>
  131. <div class="search-right-box">
  132. <!--车辆查询-->
  133. <div class="search-right-box-form">
  134. <h3>车辆查询</h3>
  135. <div class="search-right-form-text">请输入相关工作车辆或车牌号</div>
  136. <div class="search-right-input-box">
  137. <el-input v-model="input" placeholder="车牌" />
  138. </div>
  139. <div class="search-right-input-box">
  140. <el-input v-model="input" placeholder="车型" />
  141. </div>
  142. <div class="search-right-button-box">
  143. <button class="submit-button">查询</button>
  144. <button class="reset-button">重置</button>
  145. </div>
  146. </div>
  147. <!--选题查询-->
  148. <div class="search-right-box-form">
  149. <h3>选题查询</h3>
  150. <div class="search-right-form-text">
  151. 请输入您想要查询的选题
  152. </div>
  153. <div class="search-right-select-box">
  154. 地区:
  155. <el-select v-model="province" placeholder="--" size="large" style="width: 120px" popper-class="custom-select-dropdown">
  156. <el-option v-for="item in provinceList" :key="item.id" :label="item.name"
  157. @click="change(item.id)" :value="item.id" />
  158. </el-select>
  159. <el-select v-model="city" placeholder="--" no-data-text="请先选择省份" size="large"
  160. style="width: 120px" popper-class="custom-select-dropdown">
  161. <el-option v-for="(item, index) in cityList" :key="item.id" :label="item.name"
  162. @click="change1(item.id)" :value="item.id" />
  163. </el-select>
  164. <el-select v-model="region" placeholder="--" no-data-text="请先选择市" size="large"
  165. style="width: 120px" popper-class="custom-select-dropdown">
  166. <el-option v-for="item in regionList" :key="item.id" :label="item.name" :value="item.id" />
  167. </el-select>
  168. </div>
  169. <div class="search-right-input-box">
  170. <el-input v-model="input" placeholder="选题名称" />
  171. </div>
  172. <div class="search-right-button-box">
  173. <button class="submit-button">查询</button>
  174. <button class="reset-button">重置</button>
  175. </div>
  176. </div>
  177. </div>
  178. </div>
  179. <!-- 页面底部 -->
  180. <HomeFoot></HomeFoot>
  181. </template>
  182. <script setup>
  183. //1.页面依赖 start ---------------------------------------->
  184. import { onMounted } from 'vue'
  185. import { ElBreadcrumb, ElBreadcrumbItem,ElMessage,ElInput,ElSelect,ElOption } from 'element-plus'
  186. import { ArrowRight } from '@element-plus/icons-vue'
  187. const nuxtApp = useNuxtApp();
  188. const axios = nuxtApp.$axios;
  189. //1.1 获得跳转过来的id
  190. const route = useRoute();
  191. //获得详情id
  192. const articleId = parseInt(route.params.id); //获得该页面的id
  193. //获得当前的完整路径
  194. const fullPath = route.path;
  195. //拆分,取出来中间这一段,然后提取数字部分
  196. const segments = fullPath.split('/');
  197. const targetSegment = segments[1];
  198. // const numberPart = targetSegment.match(/\d+$/)?.[0];
  199. // let routeId = 20 //排除路径错误可以打开这个
  200. // const routeId = numberPart;
  201. let routeId;
  202. //通过导航路径反向查询导航id
  203. const getRouteId = await requestDataPromise('/web/getWebsiteRoute', {
  204. method: 'GET',
  205. query: {
  206. 'pinyin': targetSegment,
  207. },
  208. });
  209. if(getRouteId.code == 200){
  210. routeId = getRouteId.data.category_id
  211. }else{
  212. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  213. console.log("错误位置:通过url路径查询导航池id")
  214. console.log("后端错误反馈:",getRouteId.message)
  215. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  216. }
  217. //1.2 获得父级栏目的名称、id
  218. const parent_name = ref([]);
  219. const parent_id = ref([]);
  220. const parent_pinyin = ref("");
  221. const parent_children_count = ref(0)
  222. let getParentNav = async () => {
  223. const listData = await requestDataPromise('/web/getOneWebsiteCategory', {
  224. method: 'GET',
  225. query: {
  226. 'catid': routeId
  227. },
  228. });
  229. console.log("获取父级栏目数据")
  230. console.log(listData)
  231. if (listData.code == 200) {
  232. console.log(listData.data);
  233. parent_name.value = listData.data.alias;
  234. parent_id.value = listData.data.parent_id;
  235. parent_pinyin.value = listData.data.aLIas_pinyin;
  236. parent_children_count.value = listData.data.children_count;
  237. } else {
  238. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  239. console.log("错误位置:获取面包屑导航")
  240. console.log("后端错误反馈:", listData.message)
  241. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  242. }
  243. }
  244. //获得父级栏目详情
  245. getParentNav();
  246. //1.页面依赖 end ---------------------------------------->
  247. //2.页面数据 start ---------------------------------------->
  248. //2.1 资讯详情
  249. const newsDetail = ref({})
  250. const routeNewsTtitle = ref("");
  251. //2.2 发布日期
  252. const time = ref("");
  253. //2.3 路径
  254. const routLevelTitle = ref("");
  255. const routLevelId = ref("");
  256. //是否展示投票
  257. const articleChoice = ref(false);
  258. //2.4获取详情
  259. async function getPageData() {
  260. const mkdata = await requestDataPromise('/web/selectWebsiteArticleInfo', {
  261. method: 'GET',
  262. query: {
  263. 'articleid': articleId
  264. },
  265. });
  266. if(mkdata.code==200){
  267. //判断是否显示投票
  268. if(mkdata.data.is_survey==1){
  269. console.log("本篇文章含有投票!")
  270. articleChoice.value = true;
  271. getVoteList();
  272. }
  273. //获取内容
  274. newsDetail.value = mkdata.data;
  275. //获取路径
  276. routLevelTitle.value = newsDetail.value.cat_name;
  277. routLevelId.value = newsDetail.value.category_id;
  278. //获取发布时间
  279. time.value = newsDetail.value.updated_at.split(' ')[0];
  280. //修正标题长度
  281. if (newsDetail.value.title.length >= 30) {
  282. routeNewsTtitle.value = newsDetail.value.title.substr(0, 30) + "...";
  283. } else {
  284. routeNewsTtitle.value = newsDetail.value.title
  285. }
  286. }else{
  287. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  288. console.log("错误位置:获取详情内容")
  289. console.log("后端错误反馈:",mkdata.message)
  290. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  291. }
  292. }
  293. getPageData();
  294. //2.5 获得广告
  295. //广告列表
  296. let adImg1 = ref([]);
  297. onMounted(async () => {
  298. const { $webUrl, $CwebUrl } = useNuxtApp();
  299. //广告1
  300. let url = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=snzxw_detail_0001`
  301. const responseAd1 = await fetch(url, {
  302. headers: {
  303. 'Content-Type': 'application/json',
  304. 'Userurl': $CwebUrl,
  305. 'Origin': $CwebUrl
  306. }
  307. });
  308. const resultAd1 = await responseAd1.json();
  309. adImg1.value = resultAd1.data[0];
  310. })
  311. //2.页面数据 end ---------------------------------------->
  312. //3.设置seo信息 start---------------------------------------->
  313. //3.1 设置seo信息
  314. const setData = await requestDataPromise('/web/selectWebsiteArticleInfo', {
  315. method: 'GET',
  316. query: {
  317. 'articleid': articleId
  318. },
  319. });
  320. if(setData.code==200){
  321. let seoTitle = setData.data.title;
  322. let seoDescription = setData.data.introduce;
  323. let seoKeywords = setData.data.keyword;
  324. let seoSuffix = setData.data.suffix;
  325. let seoName = setData.data.website_name;
  326. useSeoMeta({
  327. title: seoTitle + "_" + seoName + "_" + seoSuffix,
  328. meta: [
  329. { name: 'description', content: seoDescription + "_" + seoName + "_" + seoSuffix , tagPriority: 10 },
  330. { name: 'keywords', content: seoKeywords + "_" + seoName + "_" + seoSuffix , tagPriority: 10 },
  331. { name: 'viewport', content: 'width=device-width,initial-scale=1,user-scalable=no',tagPriority: 10 }
  332. ]
  333. });
  334. }else{
  335. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  336. console.log("错误位置:设置详情页面SEO数据")
  337. console.log("后端错误反馈:",setData.message)
  338. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  339. }
  340. //3.设置seo信息 end---------------------------------------->
  341. //4.展示行政区划 start ---------------------------------------->
  342. //let areaList = ref("")
  343. //4.1 省
  344. let province = ref("")
  345. let provinceid = ref("")
  346. let provinceList = ref("")
  347. //4.2 市
  348. let city = ref("")
  349. let cityid = ref("")
  350. let cityList = ref("")
  351. //4.3 县
  352. let region = ref("")
  353. let regionid = ref("")
  354. let regionList = ref("")
  355. //选择市
  356. let change = async (id) => {
  357. provinceid.value = id;
  358. const shengData = await requestDataPromise('/web/selectWebsiteArea', {
  359. method: 'GET',
  360. query: {
  361. 'pid': id,
  362. },
  363. });
  364. cityList.value = shengData.data;
  365. regionList.value = [];// 清空县
  366. }
  367. //选择县
  368. let change1 = async (id) => {
  369. cityid.value = id;
  370. const xianData = await requestDataPromise('/web/selectWebsiteArea', {
  371. method: 'GET',
  372. query: {
  373. 'pid': id,
  374. },
  375. });
  376. regionList.value = xianData.data;
  377. }
  378. let change2 = async (id) => {
  379. regionid.value = id;
  380. }
  381. onMounted(async () => {
  382. //从客户端获取行政区划
  383. try {
  384. const { $webUrl, $CwebUrl } = useNuxtApp();
  385. const response2 = await fetch($webUrl + '/web/selectWebsiteArea', {
  386. headers: {
  387. 'Content-Type': 'application/json',
  388. 'Userurl': $CwebUrl,
  389. 'Origin': $CwebUrl
  390. }
  391. });
  392. const result2 = await response2.json();
  393. provinceList.value = result2.data;
  394. } catch (error) {
  395. console.error('获取行政区划数据失败:', error);
  396. }
  397. const targetElement = document.querySelector('.pc_none li .router-link-exact-active');
  398. const parentElement = document.querySelector('.nav_in');
  399. if (targetElement && parentElement) {
  400. const targetRect = targetElement.getBoundingClientRect();
  401. const parentRect = parentElement.getBoundingClientRect();
  402. const distanceToParentLeft = targetRect.left - parentRect.left;
  403. const navigationElement = document.querySelector('.partOne .navigationOne');
  404. if (navigationElement) {
  405. navigationElement.scrollLeft = distanceToParentLeft - 66;
  406. }
  407. }
  408. })
  409. //4.展示行政区划 end ---------------------------------------->
  410. //5.表单 start---------------------------------------->
  411. let input = ref("");
  412. let value = ref("1");
  413. const submitForm = () => {
  414. console.log(input.value)
  415. console.log(value.value)
  416. }
  417. //5.表单 end---------------------------------------->
  418. </script>
  419. <style lang="less" scoped>
  420. //@import url('@/assets/css/article/pc.less');
  421. //@import url('@/assets/css/article/yd.less');
  422. //面包屑
  423. .breadcrumb-box {
  424. width: 1400px;
  425. margin: 0 auto;
  426. .inner {
  427. width: 100%;
  428. height: 22px;
  429. margin-top: 20px;
  430. margin-bottom: 20px;
  431. font-family: Microsoft YaHei, Microsoft YaHei;
  432. font-weight: 400;
  433. font-size: 20px;
  434. color: #666666;
  435. line-height: 23px;
  436. text-align: left;
  437. font-style: normal;
  438. text-transform: none;
  439. display: flex;
  440. align-items: center;
  441. border-bottom: 1px dashed #ccc;
  442. margin-bottom: 10px;
  443. padding: 20px 20px 20px 0;
  444. box-sizing: border-box;
  445. a {
  446. font-size: 16px;
  447. line-height: 20px;
  448. font-weight: normal!important;
  449. &:hover {
  450. color:#333
  451. }
  452. }
  453. span {
  454. font-size: 16px;
  455. color: #000;
  456. line-height: 20px;
  457. &.location {
  458. line-height: 20px;
  459. }
  460. }
  461. }
  462. }
  463. //搜索
  464. .search-box {
  465. width: 1400px;
  466. margin: 0 auto;
  467. display: flex;
  468. align-items: flex-start;
  469. justify-content: space-between;
  470. .search-left-box {
  471. width: 60%;
  472. box-sizing: border-box;
  473. .no-result-box {
  474. display: flex;
  475. align-items: center;
  476. justify-content: space-between;
  477. width: 100%;
  478. height: auto;
  479. overflow: hidden;
  480. background: #027dc3;
  481. padding: 50px;
  482. margin-bottom: 20px;
  483. box-sizing: border-box;
  484. .no-result-image {
  485. width: 50%;
  486. img {
  487. width: 288px;
  488. height: 288px;
  489. margin: 0 auto;
  490. display: block;
  491. }
  492. }
  493. .no-result-content {
  494. width: 50%;
  495. .no-result-title {
  496. display: block;
  497. width: 100%;
  498. height: 50px;
  499. line-height: 50px;
  500. overflow: hidden;
  501. font-size: 16px;
  502. color: #fff;
  503. text-align: center;
  504. font-weight: bold;
  505. font-size: 18px;
  506. }
  507. .no-result-text {
  508. display: block;
  509. width: 100%;
  510. height: 50px;
  511. line-height: 50px;
  512. overflow: hidden;
  513. font-size: 16px;
  514. color: #fff;
  515. text-align: center;
  516. }
  517. .no-result-button {
  518. display: block;
  519. width: 100px;
  520. height: 40px;
  521. line-height: 40px;
  522. background: #f36420;
  523. margin: 20px auto;
  524. text-align: center;
  525. color: #fff;
  526. font-size: 16px;
  527. }
  528. }
  529. }
  530. .search-left-box-result {
  531. .result-box {
  532. .result-title {
  533. display: block;
  534. width: 100%;
  535. height: 40px;
  536. line-height: 40px;
  537. text-align: center;
  538. font-size: 18px;
  539. color: #000;
  540. a {
  541. font-size: 18px;
  542. color: #000;
  543. }
  544. }
  545. .result-content {
  546. margin: 20px 0;
  547. display: flex;
  548. align-items: center;
  549. justify-content: space-between;
  550. .result-content-left {
  551. width: 50%;
  552. div {
  553. display: flex;
  554. width: 100%;
  555. height: 40px;
  556. line-height: 40px;
  557. padding-left: 70px;
  558. font-size: 16px;
  559. color: #000;
  560. }
  561. }
  562. .result-content-right {
  563. width: 50%;
  564. text-align: center;
  565. img {
  566. width: 120px;
  567. height: 166px;
  568. margin-top: 10px;
  569. }
  570. }
  571. }
  572. }
  573. .result-topic-box {
  574. margin: 20px 0;
  575. .result-topic-title {
  576. border-bottom: 1px solid #ccc;
  577. >div {
  578. width: 100px;
  579. height: 40px;
  580. text-align: center;
  581. line-height: 40px;
  582. background: #007aff;
  583. color: #fff;
  584. font-size: 16px;
  585. }
  586. }
  587. .result-topic-content {
  588. border-bottom: 1px solid #ccc;
  589. margin: 20px 0;
  590. h3 {
  591. font-size: 18px;
  592. font-weight: bold;
  593. }
  594. .result-topic-content-main {
  595. width: 99%;
  596. height: auto;
  597. overflow: hidden;
  598. border: 1px solid #ccc;
  599. margin: 10px 0;
  600. padding: 10px;
  601. box-sizing: border-box;
  602. >div {
  603. display: block;
  604. width: 100%;
  605. height: auto;
  606. line-height: 30px;
  607. font-size: 16px;
  608. color: #000;
  609. }
  610. }
  611. .result-topic-content-bottom {
  612. display: flex;
  613. align-items: center;
  614. div {
  615. padding: 0 10px;
  616. font-size: 14px;
  617. color: #000;
  618. line-height: 30px;
  619. }
  620. }
  621. }
  622. }
  623. }
  624. .search-left-reset-button {
  625. width: 100%;
  626. height: 40px;
  627. line-height: 40px;
  628. margin-top: 40px;
  629. >div {
  630. width: 100px;
  631. height: 40px;
  632. text-align: center;
  633. background: #007aff;
  634. color: #fff;
  635. font-size: 16px;
  636. }
  637. }
  638. .search-left-box-form {
  639. width: 100%;
  640. height: auto;
  641. overflow: hidden;
  642. border: 1px solid #333;
  643. padding: 20px;
  644. display: flex;
  645. align-items: center;
  646. justify-content: space-between;
  647. box-sizing: border-box;
  648. .search-form1-left-box {
  649. .search-form1-title {
  650. display: flex;
  651. align-items: center;
  652. font-size: 19px;
  653. color: #000;
  654. img {
  655. display: block;
  656. width: 24px;
  657. height: 24px;
  658. float: left;
  659. margin-right: 10px;
  660. }
  661. }
  662. .search-form1-text {
  663. width: 100%;
  664. height: auto;
  665. line-height: 30px;
  666. margin: 20px 0;
  667. font-size: 16px;
  668. color: #333;
  669. }
  670. .search-form1-input-box {
  671. display: flex;
  672. align-items: center;
  673. margin-bottom: 20px;
  674. div.inputText {
  675. display: block;
  676. color: #333;
  677. font-size: 16px;
  678. white-space: nowrap;
  679. }
  680. input {
  681. height: 40px;
  682. line-height: 40px;
  683. }
  684. :deep(.el-input__wrapper) {
  685. height: 40px;
  686. line-height: 40px;
  687. border:1px solid #000;
  688. box-shadow: none;
  689. border-radius: 2px;
  690. font-size: 16px;
  691. color: #333;
  692. }
  693. :deep(.el-select__wrapper) {
  694. height: 40px;
  695. line-height: 40px;
  696. border:1px solid #000;
  697. box-shadow: none;
  698. border-radius: 2px;
  699. font-size: 16px;
  700. color: #333;
  701. }
  702. :deep(.el-input__inner) {
  703. color: #000;
  704. }
  705. :deep(.el-select__placeholder) {
  706. color: #000;
  707. }
  708. }
  709. }
  710. .search-form1-wx {
  711. width: 38%;
  712. img {
  713. width: 100%;
  714. }
  715. >div {
  716. display: block;
  717. width: 100%;
  718. height: 30px;
  719. line-height: 30px;
  720. font-size: 16px;
  721. color: #333;
  722. text-align: center;
  723. }
  724. }
  725. }
  726. }
  727. .search-right-box {
  728. width: 38%;
  729. box-sizing: border-box;
  730. .search-right-box-form {
  731. h3 {
  732. width: 100%;
  733. line-height: 40px;
  734. font-size: 18px;
  735. color: #000;
  736. }
  737. .search-right-form-text {
  738. display: block;
  739. width: 100%;
  740. height: 70px;
  741. line-height: 70px;
  742. text-align: center;
  743. font-size: 16px;
  744. color: #333;
  745. }
  746. .search-right-input-box {
  747. margin-bottom: 20px;
  748. :deep(.el-input__wrapper) {
  749. height: 40px;
  750. line-height: 40px;
  751. border:1px solid #000;
  752. box-shadow: none;
  753. border-radius: 2px;
  754. font-size: 16px;
  755. color: #333;
  756. }
  757. :deep(.el-select__wrapper) {
  758. height: 40px;
  759. line-height: 40px;
  760. border:1px solid #000;
  761. box-shadow: none;
  762. border-radius: 2px;
  763. font-size: 16px;
  764. color: #333;
  765. }
  766. :deep(.el-input__inner) {
  767. color: #000;
  768. }
  769. }
  770. .search-right-button-box {
  771. text-align: center;
  772. display: flex;
  773. align-items: center;
  774. justify-content: center;
  775. margin-bottom: 20px;
  776. button:first-child {
  777. margin-right: 20px;
  778. }
  779. .submit-button {
  780. display: block;
  781. width: 90px;
  782. height: 40px;
  783. line-height: 40px;
  784. text-align: center;
  785. font-size: 16px;
  786. color: #fff;
  787. background: #027dc3;
  788. outline: none;
  789. border: none;
  790. cursor: pointer;
  791. }
  792. .reset-button {
  793. display: block;
  794. width: 90px;
  795. height: 40px;
  796. line-height: 40px;
  797. text-align: center;
  798. font-size: 16px;
  799. background: #ccc;
  800. border: 1px solid #027dc3;
  801. color: #027dc3;
  802. outline: none;
  803. cursor: pointer;
  804. }
  805. }
  806. .search-right-select-box {
  807. display: flex;
  808. align-items: center;
  809. justify-content: center;
  810. font-weight: bold;
  811. font-size: 16px;
  812. margin-bottom: 20px;
  813. :deep(.el-select__wrapper) {
  814. margin-left: 10px;
  815. }
  816. :deep(.el-select__placeholder) {
  817. color: #000;
  818. }
  819. }
  820. }
  821. }
  822. .search-form1-submit-button {
  823. text-align: center;
  824. button {
  825. width: 100px;
  826. height: 40px;
  827. line-height: 40px;
  828. text-align: center;
  829. background: #027dc3;
  830. color: #fff;
  831. font-size: 16px;
  832. margin: 0 auto;
  833. display: block;
  834. border: none;
  835. cursor: pointer;
  836. }
  837. }
  838. }
  839. </style>
  840. <style>
  841. .custom-select-dropdown .el-select-dropdown__item {
  842. font-size: 16px;
  843. color: #333;
  844. }
  845. .custom-select-dropdown .el-select-dropdown__item:hover {
  846. background-color: #027dc3;
  847. color: #fff;
  848. }
  849. </style>