renyuanchaxun.vue 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196
  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"
  156. popper-class="custom-select-dropdown">
  157. <el-option v-for="item in provinceList" :key="item.id" :label="item.name"
  158. @click="change(item.id)" :value="item.id" />
  159. </el-select>
  160. <el-select v-model="city" placeholder="--" no-data-text="请先选择省份" size="large" style="width: 120px"
  161. popper-class="custom-select-dropdown">
  162. <el-option v-for="(item, index) in cityList" :key="item.id" :label="item.name"
  163. @click="change1(item.id)" :value="item.id" />
  164. </el-select>
  165. <el-select v-model="region" placeholder="--" no-data-text="请先选择市" size="large" style="width: 120px"
  166. popper-class="custom-select-dropdown">
  167. <el-option v-for="item in regionList" :key="item.id" :label="item.name" :value="item.id" />
  168. </el-select>
  169. </div>
  170. <div class="search-right-input-box">
  171. <el-input v-model="input" placeholder="选题名称" />
  172. </div>
  173. <div class="search-right-button-box">
  174. <button class="submit-button">查询</button>
  175. <button class="reset-button">重置</button>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. <!-- 页面底部 -->
  181. <HomeFoot></HomeFoot>
  182. </template>
  183. <script setup>
  184. //1.页面依赖 start ---------------------------------------->
  185. import { onMounted } from 'vue'
  186. import { ElBreadcrumb, ElBreadcrumbItem, ElMessage, ElInput, ElSelect, ElOption } from 'element-plus'
  187. import { ArrowRight } from '@element-plus/icons-vue'
  188. const nuxtApp = useNuxtApp();
  189. const axios = nuxtApp.$axios;
  190. //1.1 获得跳转过来的id
  191. const route = useRoute();
  192. //获得详情id
  193. const articleId = parseInt(route.params.id); //获得该页面的id
  194. //获得当前的完整路径
  195. const fullPath = route.path;
  196. //拆分,取出来中间这一段,然后提取数字部分
  197. const segments = fullPath.split('/');
  198. const targetSegment = segments[1];
  199. // const numberPart = targetSegment.match(/\d+$/)?.[0];
  200. // let routeId = 20 //排除路径错误可以打开这个
  201. // const routeId = numberPart;
  202. let routeId;
  203. //通过导航路径反向查询导航id
  204. const getRouteId = await requestDataPromise('/web/getWebsiteRoute', {
  205. method: 'GET',
  206. query: {
  207. 'pinyin': targetSegment,
  208. },
  209. });
  210. if (getRouteId.code == 200) {
  211. routeId = getRouteId.data.category_id
  212. } else {
  213. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  214. console.log("错误位置:通过url路径查询导航池id")
  215. console.log("后端错误反馈:", getRouteId.message)
  216. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  217. }
  218. //1.2 获得父级栏目的名称、id
  219. const parent_name = ref([]);
  220. const parent_id = ref([]);
  221. const parent_pinyin = ref("");
  222. const parent_children_count = ref(0)
  223. let getParentNav = async () => {
  224. const listData = await requestDataPromise('/web/getOneWebsiteCategory', {
  225. method: 'GET',
  226. query: {
  227. 'catid': routeId
  228. },
  229. });
  230. console.log("获取父级栏目数据")
  231. console.log(listData)
  232. if (listData.code == 200) {
  233. console.log(listData.data);
  234. parent_name.value = listData.data.alias;
  235. parent_id.value = listData.data.parent_id;
  236. parent_pinyin.value = listData.data.aLIas_pinyin;
  237. parent_children_count.value = listData.data.children_count;
  238. } else {
  239. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  240. console.log("错误位置:获取面包屑导航")
  241. console.log("后端错误反馈:", listData.message)
  242. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  243. }
  244. }
  245. //获得父级栏目详情
  246. getParentNav();
  247. //1.页面依赖 end ---------------------------------------->
  248. //2.页面数据 start ---------------------------------------->
  249. //2.1 资讯详情
  250. const newsDetail = ref({})
  251. const routeNewsTtitle = ref("");
  252. //2.2 发布日期
  253. const time = ref("");
  254. //2.3 路径
  255. const routLevelTitle = ref("");
  256. const routLevelId = ref("");
  257. //是否展示投票
  258. const articleChoice = ref(false);
  259. //2.4获取详情
  260. async function getPageData() {
  261. const mkdata = await requestDataPromise('/web/selectWebsiteArticleInfo', {
  262. method: 'GET',
  263. query: {
  264. 'articleid': articleId
  265. },
  266. });
  267. if (mkdata.code == 200) {
  268. //判断是否显示投票
  269. if (mkdata.data.is_survey == 1) {
  270. console.log("本篇文章含有投票!")
  271. articleChoice.value = true;
  272. getVoteList();
  273. }
  274. //获取内容
  275. newsDetail.value = mkdata.data;
  276. //获取路径
  277. routLevelTitle.value = newsDetail.value.cat_name;
  278. routLevelId.value = newsDetail.value.category_id;
  279. //获取发布时间
  280. time.value = newsDetail.value.updated_at.split(' ')[0];
  281. //修正标题长度
  282. if (newsDetail.value.title.length >= 30) {
  283. routeNewsTtitle.value = newsDetail.value.title.substr(0, 30) + "...";
  284. } else {
  285. routeNewsTtitle.value = newsDetail.value.title
  286. }
  287. } else {
  288. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  289. console.log("错误位置:获取详情内容")
  290. console.log("后端错误反馈:", mkdata.message)
  291. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  292. }
  293. }
  294. getPageData();
  295. //2.5 获得广告
  296. //广告列表
  297. let adImg1 = ref([]);
  298. onMounted(async () => {
  299. const { $webUrl, $CwebUrl } = useNuxtApp();
  300. //广告1
  301. let url = `${$webUrl}/web/getWebsiteAdvertisement?ad_tag=snzxw_detail_0001`
  302. const responseAd1 = await fetch(url, {
  303. headers: {
  304. 'Content-Type': 'application/json',
  305. 'Userurl': $CwebUrl,
  306. 'Origin': $CwebUrl
  307. }
  308. });
  309. const resultAd1 = await responseAd1.json();
  310. adImg1.value = resultAd1.data[0];
  311. })
  312. //2.页面数据 end ---------------------------------------->
  313. //3.设置seo信息 start---------------------------------------->
  314. //3.1 设置seo信息
  315. const setData = await requestDataPromise('/web/selectWebsiteArticleInfo', {
  316. method: 'GET',
  317. query: {
  318. 'articleid': articleId
  319. },
  320. });
  321. if (setData.code == 200) {
  322. let seoTitle = setData.data.title;
  323. let seoDescription = setData.data.introduce;
  324. let seoKeywords = setData.data.keyword;
  325. let seoSuffix = setData.data.suffix;
  326. let seoName = setData.data.website_name;
  327. useSeoMeta({
  328. title: seoTitle + "_" + seoName + "_" + seoSuffix,
  329. meta: [
  330. { name: 'description', content: seoDescription + "_" + seoName + "_" + seoSuffix, tagPriority: 10 },
  331. { name: 'keywords', content: seoKeywords + "_" + seoName + "_" + seoSuffix, tagPriority: 10 },
  332. { name: 'viewport', content: 'width=device-width,initial-scale=1,user-scalable=no', tagPriority: 10 }
  333. ]
  334. });
  335. } else {
  336. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  337. console.log("错误位置:设置详情页面SEO数据")
  338. console.log("后端错误反馈:", setData.message)
  339. console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
  340. }
  341. //3.设置seo信息 end---------------------------------------->
  342. //4.展示行政区划 start ---------------------------------------->
  343. //let areaList = ref("")
  344. //4.1 省
  345. let province = ref("")
  346. let provinceid = ref("")
  347. let provinceList = ref("")
  348. //4.2 市
  349. let city = ref("")
  350. let cityid = ref("")
  351. let cityList = ref("")
  352. //4.3 县
  353. let region = ref("")
  354. let regionid = ref("")
  355. let regionList = ref("")
  356. //选择市
  357. let change = async (id) => {
  358. provinceid.value = id;
  359. const shengData = await requestDataPromise('/web/selectWebsiteArea', {
  360. method: 'GET',
  361. query: {
  362. 'pid': id,
  363. },
  364. });
  365. cityList.value = shengData.data;
  366. regionList.value = [];// 清空县
  367. }
  368. //选择县
  369. let change1 = async (id) => {
  370. cityid.value = id;
  371. const xianData = await requestDataPromise('/web/selectWebsiteArea', {
  372. method: 'GET',
  373. query: {
  374. 'pid': id,
  375. },
  376. });
  377. regionList.value = xianData.data;
  378. }
  379. let change2 = async (id) => {
  380. regionid.value = id;
  381. }
  382. onMounted(async () => {
  383. //从客户端获取行政区划
  384. try {
  385. const { $webUrl, $CwebUrl } = useNuxtApp();
  386. const response2 = await fetch($webUrl + '/web/selectWebsiteArea', {
  387. headers: {
  388. 'Content-Type': 'application/json',
  389. 'Userurl': $CwebUrl,
  390. 'Origin': $CwebUrl
  391. }
  392. });
  393. const result2 = await response2.json();
  394. provinceList.value = result2.data;
  395. } catch (error) {
  396. console.error('获取行政区划数据失败:', error);
  397. }
  398. const targetElement = document.querySelector('.pc_none li .router-link-exact-active');
  399. const parentElement = document.querySelector('.nav_in');
  400. if (targetElement && parentElement) {
  401. const targetRect = targetElement.getBoundingClientRect();
  402. const parentRect = parentElement.getBoundingClientRect();
  403. const distanceToParentLeft = targetRect.left - parentRect.left;
  404. const navigationElement = document.querySelector('.partOne .navigationOne');
  405. if (navigationElement) {
  406. navigationElement.scrollLeft = distanceToParentLeft - 66;
  407. }
  408. }
  409. })
  410. //4.展示行政区划 end ---------------------------------------->
  411. //5.表单 start---------------------------------------->
  412. let input = ref("");
  413. let value = ref("1");
  414. const submitForm = () => {
  415. console.log(input.value)
  416. console.log(value.value)
  417. }
  418. //5.表单 end---------------------------------------->
  419. </script>
  420. <style lang="less" scoped>
  421. //@import url('@/assets/css/article/pc.less');
  422. //@import url('@/assets/css/article/yd.less');
  423. //面包屑
  424. .breadcrumb-box {
  425. width: 1400px;
  426. margin: 0 auto;
  427. .inner {
  428. width: 100%;
  429. height: 22px;
  430. margin-top: 20px;
  431. margin-bottom: 20px;
  432. font-family: Microsoft YaHei, Microsoft YaHei;
  433. font-weight: 400;
  434. font-size: 20px;
  435. color: #666666;
  436. line-height: 23px;
  437. text-align: left;
  438. font-style: normal;
  439. text-transform: none;
  440. display: flex;
  441. align-items: center;
  442. border-bottom: 1px dashed #ccc;
  443. margin-bottom: 10px;
  444. padding: 20px 20px 20px 0;
  445. box-sizing: border-box;
  446. a {
  447. font-size: 16px;
  448. line-height: 20px;
  449. font-weight: normal !important;
  450. &:hover {
  451. color: #333
  452. }
  453. }
  454. span {
  455. font-size: 16px;
  456. color: #000;
  457. line-height: 20px;
  458. &.location {
  459. line-height: 20px;
  460. }
  461. }
  462. }
  463. }
  464. //搜索
  465. .search-box {
  466. width: 1400px;
  467. margin: 0 auto;
  468. display: flex;
  469. align-items: flex-start;
  470. justify-content: space-between;
  471. .search-left-box {
  472. width: 60%;
  473. box-sizing: border-box;
  474. .no-result-box {
  475. display: flex;
  476. align-items: center;
  477. justify-content: space-between;
  478. width: 100%;
  479. height: auto;
  480. overflow: hidden;
  481. background: #027dc3;
  482. padding: 50px;
  483. margin-bottom: 20px;
  484. box-sizing: border-box;
  485. .no-result-image {
  486. width: 50%;
  487. img {
  488. width: 288px;
  489. height: 288px;
  490. margin: 0 auto;
  491. display: block;
  492. }
  493. }
  494. .no-result-content {
  495. width: 50%;
  496. .no-result-title {
  497. display: block;
  498. width: 100%;
  499. height: 50px;
  500. line-height: 50px;
  501. overflow: hidden;
  502. font-size: 16px;
  503. color: #fff;
  504. text-align: center;
  505. font-weight: bold;
  506. font-size: 18px;
  507. }
  508. .no-result-text {
  509. display: block;
  510. width: 100%;
  511. height: 50px;
  512. line-height: 50px;
  513. overflow: hidden;
  514. font-size: 16px;
  515. color: #fff;
  516. text-align: center;
  517. }
  518. .no-result-button {
  519. display: block;
  520. width: 100px;
  521. height: 40px;
  522. line-height: 40px;
  523. background: #f36420;
  524. margin: 20px auto;
  525. text-align: center;
  526. color: #fff;
  527. font-size: 16px;
  528. }
  529. }
  530. }
  531. .search-left-box-result {
  532. .result-box {
  533. .result-title {
  534. display: block;
  535. width: 100%;
  536. height: 40px;
  537. line-height: 40px;
  538. text-align: center;
  539. font-size: 18px;
  540. color: #000;
  541. a {
  542. font-size: 18px;
  543. color: #000;
  544. }
  545. }
  546. .result-content {
  547. margin: 20px 0;
  548. display: flex;
  549. align-items: center;
  550. justify-content: space-between;
  551. .result-content-left {
  552. width: 50%;
  553. div {
  554. display: flex;
  555. width: 100%;
  556. height: 40px;
  557. line-height: 40px;
  558. padding-left: 70px;
  559. font-size: 16px;
  560. color: #000;
  561. }
  562. }
  563. .result-content-right {
  564. width: 50%;
  565. text-align: center;
  566. img {
  567. width: 120px;
  568. height: 166px;
  569. margin-top: 10px;
  570. }
  571. }
  572. }
  573. }
  574. .result-topic-box {
  575. margin: 20px 0;
  576. .result-topic-title {
  577. border-bottom: 1px solid #ccc;
  578. >div {
  579. width: 100px;
  580. height: 40px;
  581. text-align: center;
  582. line-height: 40px;
  583. background: #007aff;
  584. color: #fff;
  585. font-size: 16px;
  586. }
  587. }
  588. .result-topic-content {
  589. border-bottom: 1px solid #ccc;
  590. margin: 20px 0;
  591. h3 {
  592. font-size: 18px;
  593. font-weight: bold;
  594. }
  595. .result-topic-content-main {
  596. width: 99%;
  597. height: auto;
  598. overflow: hidden;
  599. border: 1px solid #ccc;
  600. margin: 10px 0;
  601. padding: 10px;
  602. box-sizing: border-box;
  603. >div {
  604. display: block;
  605. width: 100%;
  606. height: auto;
  607. line-height: 30px;
  608. font-size: 16px;
  609. color: #000;
  610. }
  611. }
  612. .result-topic-content-bottom {
  613. display: flex;
  614. align-items: center;
  615. div {
  616. padding: 0 10px;
  617. font-size: 14px;
  618. color: #000;
  619. line-height: 30px;
  620. }
  621. }
  622. }
  623. }
  624. }
  625. .search-left-reset-button {
  626. width: 100%;
  627. height: 40px;
  628. line-height: 40px;
  629. margin-top: 40px;
  630. >div {
  631. width: 100px;
  632. height: 40px;
  633. text-align: center;
  634. background: #007aff;
  635. color: #fff;
  636. font-size: 16px;
  637. }
  638. }
  639. .search-left-box-form {
  640. width: 100%;
  641. height: auto;
  642. overflow: hidden;
  643. border: 1px solid #333;
  644. padding: 20px;
  645. display: flex;
  646. align-items: center;
  647. justify-content: space-between;
  648. box-sizing: border-box;
  649. .search-form1-left-box {
  650. .search-form1-title {
  651. display: flex;
  652. align-items: center;
  653. font-size: 19px;
  654. color: #000;
  655. img {
  656. display: block;
  657. width: 24px;
  658. height: 24px;
  659. float: left;
  660. margin-right: 10px;
  661. }
  662. }
  663. .search-form1-text {
  664. width: 100%;
  665. height: auto;
  666. line-height: 30px;
  667. margin: 20px 0;
  668. font-size: 16px;
  669. color: #333;
  670. }
  671. .search-form1-input-box {
  672. display: flex;
  673. align-items: center;
  674. margin-bottom: 20px;
  675. div.inputText {
  676. display: block;
  677. color: #333;
  678. font-size: 16px;
  679. white-space: nowrap;
  680. }
  681. input {
  682. height: 40px;
  683. line-height: 40px;
  684. }
  685. :deep(.el-input__wrapper) {
  686. height: 40px;
  687. line-height: 40px;
  688. border: 1px solid #000;
  689. box-shadow: none;
  690. border-radius: 2px;
  691. font-size: 16px;
  692. color: #333;
  693. }
  694. :deep(.el-select__wrapper) {
  695. height: 40px;
  696. line-height: 40px;
  697. border: 1px solid #000;
  698. box-shadow: none;
  699. border-radius: 2px;
  700. font-size: 16px;
  701. color: #333;
  702. }
  703. :deep(.el-input__inner) {
  704. color: #000;
  705. }
  706. :deep(.el-select__placeholder) {
  707. color: #000;
  708. }
  709. }
  710. }
  711. .search-form1-wx {
  712. width: 38%;
  713. img {
  714. width: 100%;
  715. }
  716. >div {
  717. display: block;
  718. width: 100%;
  719. height: 30px;
  720. line-height: 30px;
  721. font-size: 16px;
  722. color: #333;
  723. text-align: center;
  724. }
  725. }
  726. }
  727. }
  728. .search-right-box {
  729. width: 38%;
  730. box-sizing: border-box;
  731. .search-right-box-form {
  732. h3 {
  733. width: 100%;
  734. line-height: 40px;
  735. font-size: 18px;
  736. color: #000;
  737. }
  738. .search-right-form-text {
  739. display: block;
  740. width: 100%;
  741. height: 70px;
  742. line-height: 70px;
  743. text-align: center;
  744. font-size: 16px;
  745. color: #333;
  746. }
  747. .search-right-input-box {
  748. margin-bottom: 20px;
  749. :deep(.el-input__wrapper) {
  750. height: 40px;
  751. line-height: 40px;
  752. border: 1px solid #000;
  753. box-shadow: none;
  754. border-radius: 2px;
  755. font-size: 16px;
  756. color: #333;
  757. }
  758. :deep(.el-select__wrapper) {
  759. height: 40px;
  760. line-height: 40px;
  761. border: 1px solid #000;
  762. box-shadow: none;
  763. border-radius: 2px;
  764. font-size: 16px;
  765. color: #333;
  766. }
  767. :deep(.el-input__inner) {
  768. color: #000;
  769. }
  770. }
  771. .search-right-button-box {
  772. text-align: center;
  773. display: flex;
  774. align-items: center;
  775. justify-content: center;
  776. margin-bottom: 20px;
  777. button:first-child {
  778. margin-right: 20px;
  779. }
  780. .submit-button {
  781. display: block;
  782. width: 90px;
  783. height: 40px;
  784. line-height: 40px;
  785. text-align: center;
  786. font-size: 16px;
  787. color: #fff;
  788. background: #027dc3;
  789. outline: none;
  790. border: none;
  791. cursor: pointer;
  792. }
  793. .reset-button {
  794. display: block;
  795. width: 90px;
  796. height: 40px;
  797. line-height: 40px;
  798. text-align: center;
  799. font-size: 16px;
  800. background: #ccc;
  801. border: 1px solid #027dc3;
  802. color: #027dc3;
  803. outline: none;
  804. cursor: pointer;
  805. }
  806. }
  807. .search-right-select-box {
  808. word-break: keep-all;
  809. white-space: nowrap;
  810. display: flex;
  811. align-items: center;
  812. justify-content: center;
  813. font-weight: bold;
  814. font-size: 16px;
  815. margin-bottom: 20px;
  816. :deep(.el-select__wrapper) {
  817. margin-left: 10px;
  818. }
  819. :deep(.el-select__placeholder) {
  820. color: #000;
  821. }
  822. }
  823. }
  824. }
  825. .search-form1-submit-button {
  826. text-align: center;
  827. button {
  828. width: 100px;
  829. height: 40px;
  830. line-height: 40px;
  831. text-align: center;
  832. background: #027dc3;
  833. color: #fff;
  834. font-size: 16px;
  835. margin: 0 auto;
  836. display: block;
  837. border: none;
  838. cursor: pointer;
  839. }
  840. }
  841. }
  842. .breadcrumb-box {
  843. width: 1400PX;
  844. margin: 0px auto 0px;
  845. }
  846. .el-breadcrumb {
  847. height: 22PX;
  848. line-height: 22PX;
  849. }
  850. .breadcrumb-box .inner span.location {
  851. font-size: 16PX;
  852. ;
  853. height: 22PX;
  854. ;
  855. line-height: 22PX;
  856. font-weight: normal;
  857. }
  858. .breadcrumb-box .inner a {
  859. font-size: 16PX;
  860. ;
  861. height: 22PX;
  862. line-height: 22PX;
  863. display: inline-block;
  864. font-weight: normal;
  865. }
  866. .breadcrumb-box .phone_breadcrumb_text /deep/.el-breadcrumb__inner {
  867. font-size: 16PX;
  868. ;
  869. height: 22PX;
  870. line-height: 22PX;
  871. font-weight: normal;
  872. }
  873. .breadcrumb-box:deep(.el-icon) {
  874. width: 16PX;
  875. height: 16PX;
  876. }
  877. .breadcrumb-box .inner span {
  878. font-size: 16PX;
  879. ;
  880. height: 22PX;
  881. line-height: 22PX;
  882. }
  883. .search-box {
  884. width: 1400PX;
  885. .search-left-box {
  886. width: 60%;
  887. .no-result-box {
  888. padding: 40PX;
  889. margin-bottom: 20PX;
  890. .no-result-image {
  891. img {
  892. width: 288PX;
  893. height: 288PX;
  894. }
  895. }
  896. .no-result-content {
  897. width: 50%;
  898. .no-result-title {
  899. height: auto;
  900. line-height: 22PX;
  901. font-size: 18PX;
  902. }
  903. .no-result-text {
  904. height: auto;
  905. margin-top: 11PX;
  906. line-height: 22PX;
  907. font-size: 16PX;
  908. }
  909. .no-result-button {
  910. width: 100PX;
  911. height: 40PX;
  912. line-height: 40PX;
  913. margin: 20PX auto;
  914. font-size: 16PX;
  915. }
  916. }
  917. }
  918. .search-left-box-result {
  919. .result-box {
  920. .result-title {
  921. height: 40PX;
  922. line-height: 40PX;
  923. font-size: 18PX;
  924. a {
  925. font-size: 18PX;
  926. }
  927. }
  928. .result-content {
  929. margin: 20PX 0;
  930. .result-content-left {
  931. div {
  932. height: 40PX;
  933. line-height: 40PX;
  934. padding-left: 70PX;
  935. font-size: 16PX;
  936. }
  937. }
  938. .result-content-right {
  939. width: 50%;
  940. img {
  941. width: 120PX;
  942. height: 166PX;
  943. margin-top: 10PX;
  944. }
  945. }
  946. }
  947. }
  948. .result-topic-box {
  949. margin: 20PX 0;
  950. .result-topic-title {
  951. border-bottom: 1PX solid #ccc;
  952. >div {
  953. width: 100PX;
  954. height: 40PX;
  955. line-height: 40PX;
  956. font-size: 16PX;
  957. }
  958. }
  959. .result-topic-content {
  960. border-bottom: 1PX solid #ccc;
  961. margin: 20PX 0;
  962. h3 {
  963. font-size: 18PX;
  964. }
  965. .result-topic-content-main {
  966. border: 1PX solid #ccc;
  967. margin: 10PX 0;
  968. padding: 10PX;
  969. >div {
  970. width: 100%;
  971. line-height: 30PX;
  972. font-size: 16PX;
  973. }
  974. }
  975. .result-topic-content-bottom {
  976. div {
  977. padding: 0 10PX;
  978. font-size: 14PX;
  979. line-height: 30PX;
  980. }
  981. }
  982. }
  983. }
  984. }
  985. .search-left-reset-button {
  986. width: 100%;
  987. height: 40PX;
  988. line-height: 40PX;
  989. margin-top: 40PX;
  990. >div {
  991. width: 100PX;
  992. height: 40PX;
  993. font-size: 16PX;
  994. }
  995. }
  996. .search-left-box-form {
  997. width: 100%;
  998. border: 1PX solid #333;
  999. padding: 20PX;
  1000. .search-form1-left-box {
  1001. .search-form1-title {
  1002. font-size: 19PX;
  1003. img {
  1004. width: 24PX;
  1005. height: 24PX;
  1006. margin-right: 10PX;
  1007. }
  1008. }
  1009. .search-form1-text {
  1010. line-height: 30PX;
  1011. margin: 20PX 0;
  1012. font-size: 16PX;
  1013. }
  1014. .search-form1-input-box {
  1015. margin-bottom: 20PX;
  1016. div.inputText {
  1017. font-size: 16PX;
  1018. }
  1019. input {
  1020. height: 40PX;
  1021. line-height: 40PX;
  1022. }
  1023. :deep(.el-input__wrapper) {
  1024. height: 40PX;
  1025. line-height: 40PX;
  1026. border: 1PX solid #000;
  1027. border-radius: 2PX;
  1028. font-size: 16PX;
  1029. }
  1030. :deep(.el-select__wrapper) {
  1031. height: 40PX;
  1032. line-height: 40PX;
  1033. border: 1PX solid #000;
  1034. border-radius: 2PX;
  1035. font-size: 16PX;
  1036. }
  1037. }
  1038. }
  1039. .search-form1-wx {
  1040. >div {
  1041. height: 30PX;
  1042. line-height: 30PX;
  1043. font-size: 16PX;
  1044. }
  1045. }
  1046. }
  1047. }
  1048. .search-right-box {
  1049. .search-right-box-form {
  1050. h3 {
  1051. line-height: 40PX;
  1052. font-size: 18PX;
  1053. }
  1054. .search-right-form-text {
  1055. height: 70PX;
  1056. line-height: 70PX;
  1057. font-size: 16PX;
  1058. }
  1059. .search-right-input-box {
  1060. margin-bottom: 20PX;
  1061. :deep(.el-input__wrapper) {
  1062. height: 40PX;
  1063. line-height: 40PX;
  1064. border: 1PX solid #000;
  1065. border-radius: 2PX;
  1066. font-size: 16PX;
  1067. }
  1068. :deep(.el-select__wrapper) {
  1069. height: 40PX;
  1070. line-height: 40PX;
  1071. border: 1PX solid #000;
  1072. border-radius: 2PX;
  1073. font-size: 16PX;
  1074. }
  1075. }
  1076. .search-right-button-box {
  1077. margin-bottom: 20PX;
  1078. button:first-child {
  1079. margin-right: 20PX;
  1080. }
  1081. .submit-button {
  1082. width: 90PX;
  1083. height: 40PX;
  1084. line-height: 40PX;
  1085. font-size: 16PX;
  1086. color: #fff;
  1087. }
  1088. .reset-button {
  1089. width: 90PX;
  1090. height: 40PX;
  1091. line-height: 40PX;
  1092. font-size: 16PX;
  1093. border: 1PX solid #027dc3;
  1094. }
  1095. }
  1096. .search-right-select-box {
  1097. font-size: 16PX;
  1098. margin-bottom: 20PX;
  1099. :deep(.el-select__wrapper) {
  1100. margin-left: 10PX;
  1101. }
  1102. }
  1103. }
  1104. }
  1105. .search-form1-submit-button {
  1106. button {
  1107. width: 100PX;
  1108. height: 40PX;
  1109. line-height: 40PX;
  1110. font-size: 16PX;
  1111. }
  1112. }
  1113. }
  1114. @media screen and (min-width: 1401px) {
  1115. //你的样式
  1116. }
  1117. @media screen and (max-width: 1400px) {
  1118. .breadcrumb-box {
  1119. width: 100%;
  1120. margin: 0px auto 0px;
  1121. box-sizing: border-box;
  1122. padding: 0px 10px;
  1123. }
  1124. .newsList {
  1125. width: 100%;
  1126. box-sizing: border-box;
  1127. padding: 0px 10px;
  1128. margin: 0px auto 0px;
  1129. }
  1130. .search-box {
  1131. width: 100%;
  1132. box-sizing: border-box;
  1133. padding: 0px 10px;
  1134. margin: 0px auto 0px;
  1135. }
  1136. .search-left-box {
  1137. margin-bottom: 11px;
  1138. }
  1139. }
  1140. @media screen and (min-width: 801px) and (max-width: 1400px) {
  1141. //你的样式
  1142. }
  1143. @media screen and (max-width: 900px) {
  1144. .search-box .search-left-box .no-result-box .no-result-content .no-result-title {
  1145. margin-top: 133PX;
  1146. }
  1147. }
  1148. @media screen and (max-width: 800px) {
  1149. //你的样式
  1150. .search-box {
  1151. display: block;
  1152. }
  1153. .search-box .search-left-box {
  1154. width: 100%;
  1155. float: none;
  1156. }
  1157. .search-box .search-right-box {
  1158. width: 100%;
  1159. float: none;
  1160. }
  1161. .search-box .search-left-box .search-left-box-result .result-box .result-content .result-content-left div {
  1162. padding-left: 4PX;
  1163. }
  1164. .search-box .search-left-box .search-left-box-result .result-box .result-content .result-content-left div span {
  1165. word-break: keep-all;
  1166. white-space: nowrap;
  1167. }
  1168. .search-box .search-left-box .search-left-box-result .result-box .result-content .result-content-left {
  1169. width: 56%;
  1170. }
  1171. .search-box .search-left-box .search-left-box-result .result-box .result-content .result-content-right {
  1172. width: 40%;
  1173. }
  1174. .search-box .search-left-box .search-left-box-result .result-box .result-content .result-content-left div {
  1175. line-height: 40PX;
  1176. height: auto;
  1177. word-break: break-all;
  1178. word-wrap: break-word;
  1179. overflow-wrap: break-word;
  1180. }
  1181. .search-box .search-left-box .search-left-box-result .result-topic-box .result-topic-content .result-topic-content-bottom div {
  1182. font-size: 14px;
  1183. padding: 0px 8px;
  1184. }
  1185. }
  1186. </style>
  1187. <style>
  1188. .custom-select-dropdown .el-select-dropdown__item {
  1189. font-size: 16px;
  1190. color: #333;
  1191. }
  1192. .custom-select-dropdown .el-select-dropdown__item:hover {
  1193. background-color: #027dc3;
  1194. color: #fff;
  1195. }
  1196. </style>