jieshaoxinchaxun.vue 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067
  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-long" v-if="showResult == 0">
  20. <div class="search-left-box">
  21. <div>
  22. <span class="search-left-box-text">介绍信编号:</span>
  23. <el-input v-model="letterCode" placeholder="" />
  24. </div>
  25. <div>
  26. <span class="example-link" @click="dialogStatus = true">(查看位置示例)</span>
  27. </div>
  28. <button @click="getLetterInfo">搜索</button>
  29. </div>
  30. <div class="search-right-box">
  31. <img src="@/public/search/jsxcx.png" alt="">
  32. <div>手机扫描查询</div>
  33. </div>
  34. </div>
  35. <!--显示查询结果-->
  36. <div class="search-box" v-if="showResult == 1||showResult == 2">
  37. <div class="search-left-box">
  38. <!--查询结果-->
  39. <div class="search-left-box-result" v-if="showResult == 1">
  40. <!--未查询到结果-->
  41. <div class="no-result-box">
  42. <div class="no-result-image">
  43. <img src="@/public/search/rc.jpg" alt="">
  44. </div>
  45. <div class="no-result-content">
  46. <div class="no-result-title">sorry请您确认后再查询</div>
  47. <div class="no-result-text">您可以通过以下方式继续访问……</div>
  48. <div class="no-result-button" @click="returnSearchPage">返回查询页</div>
  49. </div>
  50. </div>
  51. </div>
  52. <div class="result-img-box" v-if="showResult == 2">
  53. <img :src="letterData.filepath" width="600px">
  54. </div>
  55. <!--人员查询表单-->
  56. <div class="search-left-reset-button">
  57. <div @click="resetLetterQuery">重新查询</div>
  58. </div>
  59. <div class="search-left-box-form">
  60. <div class="search-form1-left-box">
  61. <div class="search-form1-title">
  62. <img src="@/public/search/search.png" alt="">
  63. 查询相关介绍信内容
  64. </div>
  65. <div class="search-form1-text">请输入您要查询的介绍信编号</div>
  66. <div class="search-form1-input-box">
  67. <div class="inputText">介绍信编号:</div>
  68. <el-input v-model="letterCode" placeholder="" style="width: 300px" />
  69. <span class="example-link" @click="dialogStatus = true">(查看位置示例)</span>
  70. <button @click="getLetterInfo">查询</button>
  71. </div>
  72. </div>
  73. </div>
  74. </div>
  75. <div class="search-right-box">
  76. <!--选题查询-->
  77. <div class="search-right-box-form">
  78. <h3>车辆查询</h3>
  79. <div class="search-right-form-text">
  80. 请输入相关工作车辆或车牌号
  81. </div>
  82. <div class="search-right-input-box">
  83. <div class="inputText">车牌:</div>
  84. <el-input v-model="carLicense" placeholder="" />
  85. </div>
  86. <div class="search-right-input-box">
  87. <div class="inputText">车型:</div>
  88. <el-input v-model="carModel" placeholder="" />
  89. </div>
  90. <div class="search-right-button-box">
  91. <button class="submit-button" @click="getCarQuery">查询</button>
  92. </div>
  93. </div>
  94. <!--人员查询-->
  95. <div class="search-right-box-form">
  96. <h3>人员查询</h3>
  97. <div class="search-right-form-text">查询相关工作人员或外聘人员</div>
  98. <!-- <div class="search-right-input-box-2">
  99. <div class="inputText">人员类型:</div>
  100. <el-select v-model="value" placeholder="请选择人员类型" popper-class="custom-select-dropdown">
  101. <el-option label="不限" value="0" />
  102. <el-option label="调研员" value="1" />
  103. <el-option label="法制监督员" value="2" />
  104. <el-option label="特邀评论员" value="3" />
  105. <el-option label="特邀观察员" value="4" />
  106. <el-option label="特邀编辑" value="5" />
  107. <el-option label="信息员" value="6" />
  108. <el-option label="特约通讯员" value="7" />
  109. <el-option label="普法宣传员" value="8" />
  110. <el-option label="工作证" value="9" />
  111. <el-option label="其它工作人员" value="10" />
  112. <el-option label="法制调解员" value="11" />
  113. <el-option label="法制调查员" value="12" />
  114. <el-option label="舆情监测员" value="13" />
  115. </el-select>
  116. </div> -->
  117. <div class="search-right-input-box-2">
  118. <div class="inputText">人员姓名:</div>
  119. <el-input v-model="personName" placeholder="请输入人员姓名" />
  120. </div>
  121. <div class="search-right-input-box-2">
  122. <div class="inputText">证件编号:</div>
  123. <el-input v-model="personNumber" placeholder="请输入证件编号" />
  124. </div>
  125. <div class="search-right-button-box">
  126. <button class="submit-button" @click="getPersonQuery">提交</button>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <!--查看位置示例-->
  132. <el-dialog
  133. v-model="dialogStatus"
  134. title="介绍信编号位置示例"
  135. width="30%"
  136. draggable
  137. overflow >
  138. <div>
  139. <img src="http://oa.znxyw.org.cn/upload/2025-12/25_15354671.jpg" width="100%">
  140. </div>
  141. <template #footer>
  142. <div class="dialog-footer">
  143. <el-button @click="dialogStatus = false">关闭</el-button>
  144. </div>
  145. </template>
  146. </el-dialog>
  147. <!-- 页面底部 -->
  148. <HomeFoot></HomeFoot>
  149. </template>
  150. <script setup>
  151. //1.页面依赖 start ---------------------------------------->
  152. import { onMounted, reactive } from 'vue'
  153. import { ElBreadcrumb, ElBreadcrumbItem, ElMessage, ElInput, ElSelect, ElOption, ElDialog} from 'element-plus'
  154. import { ArrowRight } from '@element-plus/icons-vue'
  155. const nuxtApp = useNuxtApp();
  156. // const route = useRoute();
  157. // const articleId = parseInt(route.params.id);
  158. //1.页面依赖 end ---------------------------------------->
  159. //2.表单 start---------------------------------------->
  160. //2.1介绍信查询 start ---------------------------------------->
  161. //显示查询结果
  162. let showResult = ref(0)//0=不显示查询窗口 1=查无此人 2=查询成功
  163. let dialogStatus = ref(false)//弹窗状态
  164. let letterCode = ref("");//介绍信编号
  165. let letterData = ref("");//介绍信详情
  166. const getLetterInfo = async (id) => {
  167. if(letterCode.value == ""){
  168. ElMessage.error("必须输入介绍信编号!")
  169. }else{
  170. //获得介绍信详情
  171. const letterList = await requestDataPromise('/public/getIntroduce', {
  172. method: 'POST',
  173. body: {
  174. 'ssxmid':10,
  175. 'bianma':letterCode.value
  176. },
  177. });
  178. if(letterList.code == 200){
  179. showResult.value = 2;
  180. //查询成功 测试编号:0559179
  181. letterData.value = letterList.data[0];
  182. }else{
  183. //查询失败
  184. showResult.value = 1;
  185. console.log(letterList.message)
  186. }
  187. }
  188. }
  189. //切换到查询页
  190. const returnSearchPage = () => {
  191. showResult.value = 0;
  192. }
  193. //重置介绍信查询
  194. const resetLetterQuery = () => {
  195. letterCode.value = "";
  196. showResult.value = 0;
  197. }
  198. //2.1介绍信查询 end ---------------------------------------->
  199. //2.2车辆查询 start ---------------------------------------->
  200. let carLicense = ref("");//车牌
  201. let carModel = ref("");//车型
  202. //跳转到车辆查询
  203. const getCarQuery = () => {
  204. navigateTo({
  205. path: '/list-cheliangchaxun.html',
  206. query: {
  207. chepaihao: carLicense.value,
  208. chexing: carModel.value,
  209. }
  210. })
  211. }
  212. //重置车辆查询
  213. let resetCarQuery = () => {
  214. carLicense.value = "";
  215. carModel.value = "";
  216. }
  217. //2.2车辆查询 end ---------------------------------------->
  218. //2.3人员查询 start ---------------------------------------->
  219. let personType = ref("0")//人员类型
  220. let personName = ref("");//人员姓名
  221. let personNumber = ref("");//证件编号
  222. //跳转到车辆查询
  223. const getPersonQuery = () => {
  224. navigateTo({
  225. path: '/list-renyuanchaxun.html',
  226. query: {
  227. zhengshuno: personNumber.value,
  228. name: personName.value,
  229. rylx:personType.value,
  230. }
  231. })
  232. }
  233. //2.3人员查询 end ---------------------------------------->
  234. //2.表单 end---------------------------------------->
  235. </script>
  236. <style lang="less" scoped>
  237. //面包屑
  238. .breadcrumb-box {
  239. width: 1400px;
  240. margin: 0 auto;
  241. .inner {
  242. width: 100%;
  243. height: 22px;
  244. margin-top: 20px;
  245. margin-bottom: 20px;
  246. font-family: Microsoft YaHei, Microsoft YaHei;
  247. font-weight: 400;
  248. font-size: 20px;
  249. color: #666666;
  250. line-height: 23px;
  251. text-align: left;
  252. font-style: normal;
  253. text-transform: none;
  254. display: flex;
  255. align-items: center;
  256. border-bottom: 1px dashed #ccc;
  257. margin-bottom: 10px;
  258. padding: 20px 20px 20px 0;
  259. box-sizing: border-box;
  260. a {
  261. font-size: 16px;
  262. color: #000;
  263. line-height: 20px;
  264. font-weight: normal !important;
  265. &:hover {
  266. color: #333
  267. }
  268. }
  269. span {
  270. font-size: 16px;
  271. color: #000;
  272. line-height: 20px;
  273. &.location {
  274. line-height: 20px;
  275. }
  276. }
  277. }
  278. }
  279. //搜索-原始状态
  280. .search-box-long {
  281. width: 1400px;
  282. margin: 0 auto;
  283. display: flex;
  284. align-items: flex-start;
  285. justify-content: space-between;
  286. .search-left-box {
  287. width: 70%;
  288. display: flex;
  289. align-items: center;
  290. justify-content: space-between;
  291. >div {
  292. display: flex;
  293. align-items: center;
  294. justify-content: flex-start;
  295. white-space: nowrap;
  296. .search-left-box-text {
  297. width: 40%;
  298. text-align: center;
  299. font-size: 16px;
  300. font-weight: bold;
  301. display: block;
  302. }
  303. a {
  304. font-weight: bold;
  305. font-size: 11px;
  306. color: #337ab7;
  307. text-decoration: none;
  308. }
  309. &:first-child {
  310. width: 45%;
  311. }
  312. }
  313. >button {
  314. width: 10%;
  315. display: block;
  316. color: #fff;
  317. background-color: #337ab7;
  318. border-color: #2e6da4;
  319. font-size: 14px;
  320. font-weight: 400;
  321. text-align: center;
  322. white-space: nowrap;
  323. user-select: none;
  324. background-image: none;
  325. border: 1px solid transparent;
  326. border-radius: 4px;
  327. height: 35px;
  328. line-height: 35px;
  329. cursor: pointer;
  330. }
  331. }
  332. .search-right-box {
  333. margin-right: 50px;
  334. width: 20%;
  335. img {
  336. width: 100%;
  337. height: auto;
  338. display: block;
  339. }
  340. >div {
  341. display: block;
  342. width: 100%;
  343. height: 30px;
  344. line-height: 30px;
  345. font-size: 16px;
  346. color: #333;
  347. text-align: center
  348. }
  349. }
  350. }
  351. //搜索-查询状态
  352. .search-box {
  353. width: 1400px;
  354. margin: 0 auto;
  355. display: flex;
  356. align-items: flex-start;
  357. justify-content: space-between;
  358. .search-left-box {
  359. width: 60%;
  360. box-sizing: border-box;
  361. .result-img-box {
  362. margin-top: 30px;
  363. img {
  364. display: block;
  365. margin: 0 auto;
  366. }
  367. }
  368. .no-result-box {
  369. display: flex;
  370. align-items: center;
  371. justify-content: space-between;
  372. width: 100%;
  373. height: auto;
  374. overflow: hidden;
  375. background: #027dc3;
  376. padding: 50px;
  377. margin-bottom: 20px;
  378. box-sizing: border-box;
  379. .no-result-image {
  380. width: 50%;
  381. img {
  382. width: 288px;
  383. height: 288px;
  384. margin: 0 auto;
  385. display: block;
  386. }
  387. }
  388. .no-result-content {
  389. width: 50%;
  390. .no-result-title {
  391. display: block;
  392. width: 100%;
  393. height: 50px;
  394. line-height: 50px;
  395. overflow: hidden;
  396. font-size: 16px;
  397. color: #fff;
  398. text-align: center;
  399. font-weight: bold;
  400. font-size: 18px;
  401. }
  402. .no-result-text {
  403. display: block;
  404. width: 100%;
  405. height: 50px;
  406. line-height: 50px;
  407. overflow: hidden;
  408. font-size: 16px;
  409. color: #fff;
  410. text-align: center;
  411. }
  412. .no-result-button {
  413. display: block;
  414. width: 100px;
  415. height: 40px;
  416. line-height: 40px;
  417. background: #f36420;
  418. margin: 20px auto;
  419. text-align: center;
  420. color: #fff;
  421. font-size: 16px;
  422. cursor: pointer;
  423. }
  424. }
  425. }
  426. .search-left-reset-button {
  427. width: 100%;
  428. height: 40px;
  429. line-height: 40px;
  430. margin-top: 40px;
  431. >div {
  432. width: 100px;
  433. height: 40px;
  434. text-align: center;
  435. background: #007aff;
  436. color: #fff;
  437. font-size: 16px;
  438. cursor: pointer;
  439. }
  440. }
  441. .search-left-box-form {
  442. width: 100%;
  443. height: auto;
  444. overflow: hidden;
  445. border: 1px solid #333;
  446. padding: 20px;
  447. display: flex;
  448. align-items: center;
  449. justify-content: space-between;
  450. box-sizing: border-box;
  451. .search-form1-left-box {
  452. width: 100%;
  453. .search-form1-title {
  454. display: flex;
  455. align-items: center;
  456. font-size: 19px;
  457. color: #000;
  458. img {
  459. display: block;
  460. width: 24px;
  461. height: 24px;
  462. float: left;
  463. margin-right: 10px;
  464. }
  465. }
  466. .search-form1-text {
  467. width: 100%;
  468. height: auto;
  469. line-height: 30px;
  470. margin: 20px 0;
  471. font-size: 16px;
  472. color: #333;
  473. }
  474. .search-form1-input-box {
  475. width: 95%;
  476. display: flex;
  477. align-items: center;
  478. justify-content: space-between;
  479. margin-bottom: 20px;
  480. margin: 0 auto;
  481. div.inputText {
  482. display: block;
  483. color: #333;
  484. font-size: 16px;
  485. white-space: nowrap;
  486. font-weight: bold;
  487. width: 16%;
  488. text-align: center;
  489. }
  490. input {
  491. height: 40px;
  492. line-height: 40px;
  493. }
  494. button {
  495. width: 100px;
  496. height: 40px;
  497. line-height: 40px;
  498. text-align: center;
  499. background: #027dc3;
  500. color: #fff;
  501. font-size: 16px;
  502. display: block;
  503. border: none;
  504. cursor: pointer;
  505. }
  506. .example-link {
  507. display: block;
  508. color: #337ab7;
  509. text-decoration: none;
  510. line-height: 40px;
  511. white-space: nowrap;
  512. font-size: 12px;
  513. cursor: pointer;
  514. }
  515. :deep(.el-input__wrapper) {
  516. height: 40px;
  517. line-height: 40px;
  518. border: 1px solid #000;
  519. box-shadow: none;
  520. border-radius: 2px;
  521. font-size: 16px;
  522. color: #333;
  523. }
  524. :deep(.el-select__wrapper) {
  525. height: 40px;
  526. line-height: 40px;
  527. border: 1px solid #000;
  528. box-shadow: none;
  529. border-radius: 2px;
  530. font-size: 16px;
  531. color: #333;
  532. }
  533. :deep(.el-input__inner) {
  534. color: #000
  535. }
  536. }
  537. }
  538. }
  539. }
  540. .search-right-box {
  541. width: 38%;
  542. box-sizing: border-box;
  543. .search-right-box-form {
  544. h3 {
  545. width: 100%;
  546. line-height: 40px;
  547. font-size: 18px;
  548. color: #000;
  549. }
  550. .search-right-form-text {
  551. display: block;
  552. width: 100%;
  553. height: 70px;
  554. line-height: 70px;
  555. text-align: center;
  556. font-size: 16px;
  557. color: #333;
  558. }
  559. .search-right-input-box {
  560. margin-bottom: 20px;
  561. display: flex;
  562. align-items: center;
  563. justify-content: space-between;
  564. .inputText {
  565. display: block;
  566. color: #333;
  567. font-size: 16px;
  568. white-space: nowrap;
  569. }
  570. :deep(.el-input__wrapper) {
  571. height: 40px;
  572. line-height: 40px;
  573. border: 1px solid #000;
  574. box-shadow: none;
  575. border-radius: 2px;
  576. font-size: 16px;
  577. color: #333;
  578. }
  579. :deep(.el-input__inner) {
  580. color: #000;
  581. }
  582. }
  583. .search-right-input-box-2 {
  584. display: flex;
  585. align-items: center;
  586. justify-content: space-between;
  587. margin-bottom: 20px;
  588. .inputText {
  589. display: block;
  590. color: #333;
  591. font-size: 16px;
  592. white-space: nowrap;
  593. }
  594. :deep(.el-input__wrapper) {
  595. height: 40px;
  596. line-height: 40px;
  597. border: 1px solid #000;
  598. box-shadow: none;
  599. border-radius: 2px;
  600. font-size: 16px;
  601. color: #333;
  602. }
  603. :deep(.el-select__wrapper) {
  604. height: 40px;
  605. line-height: 40px;
  606. border: 1px solid #000;
  607. box-shadow: none;
  608. border-radius: 2px;
  609. font-size: 16px;
  610. color: #333;
  611. }
  612. :deep(.el-select__placeholder) {
  613. color: #000;
  614. font-weight: normal;
  615. }
  616. :deep(.el-input__inner) {
  617. color: #000;
  618. }
  619. }
  620. .search-right-button-box {
  621. text-align: center;
  622. display: flex;
  623. align-items: center;
  624. justify-content: center;
  625. margin-bottom: 20px;
  626. button:first-child {
  627. margin-right: 20px;
  628. }
  629. .submit-button {
  630. display: block;
  631. width: 90px;
  632. height: 40px;
  633. line-height: 40px;
  634. text-align: center;
  635. font-size: 16px;
  636. color: #fff;
  637. background: #027dc3;
  638. outline: none;
  639. border: none;
  640. cursor: pointer;
  641. }
  642. .reset-button {
  643. display: block;
  644. width: 90px;
  645. height: 40px;
  646. line-height: 40px;
  647. text-align: center;
  648. font-size: 16px;
  649. background: #ccc;
  650. border: 1px solid #027dc3;
  651. color: #027dc3;
  652. outline: none;
  653. cursor: pointer;
  654. }
  655. }
  656. .search-right-select-box {
  657. display: flex;
  658. align-items: center;
  659. justify-content: center;
  660. font-weight: bold;
  661. font-size: 16px;
  662. margin-bottom: 20px;
  663. :deep(.el-select__wrapper) {
  664. margin-left: 10px;
  665. }
  666. :deep(.el-select__placeholder) {
  667. color: #000;
  668. }
  669. }
  670. }
  671. }
  672. }
  673. .breadcrumb-box {
  674. width: 1400PX;
  675. margin: 0px auto 0px;
  676. }
  677. .el-breadcrumb {
  678. height: 22PX;
  679. line-height: 22PX;
  680. }
  681. .breadcrumb-box .inner span.location {
  682. font-size: 16PX;
  683. ;
  684. height: 22PX;
  685. ;
  686. line-height: 22PX;
  687. font-weight: normal;
  688. }
  689. .breadcrumb-box .inner a {
  690. font-size: 16PX;
  691. ;
  692. height: 22PX;
  693. line-height: 22PX;
  694. display: inline-block;
  695. font-weight: normal;
  696. }
  697. .breadcrumb-box .phone_breadcrumb_text /deep/.el-breadcrumb__inner {
  698. font-size: 16PX;
  699. ;
  700. height: 22PX;
  701. line-height: 22PX;
  702. font-weight: normal;
  703. }
  704. .breadcrumb-box:deep(.el-icon) {
  705. width: 16PX;
  706. height: 16PX;
  707. }
  708. .breadcrumb-box .inner span {
  709. font-size: 16PX;
  710. ;
  711. height: 22PX;
  712. line-height: 22PX;
  713. }
  714. .search-box-long {
  715. width: 1400PX;
  716. margin: 0px auto 0px;
  717. }
  718. //搜索-查询状态2
  719. .search-box {
  720. width: 1400PX;
  721. .search-left-box {
  722. .no-result-box {
  723. padding: 50PX;
  724. margin-bottom: 20PX;
  725. .no-result-image {
  726. img {
  727. width: 288PX;
  728. height: 288PX;
  729. }
  730. }
  731. .no-result-content {
  732. .no-result-title {
  733. height: auto;
  734. line-height: 22PX;
  735. font-size: 18PX;
  736. }
  737. .no-result-text {
  738. height: auto;
  739. margin-top: 11PX;
  740. line-height: 22PX;
  741. font-size: 16PX;
  742. }
  743. .no-result-button {
  744. width: 100PX;
  745. height: 40PX;
  746. line-height: 40PX;
  747. margin: 20PX auto;
  748. font-size: 16PX;
  749. }
  750. }
  751. }
  752. .search-left-reset-button {
  753. height: 40PX;
  754. line-height: 40PX;
  755. margin-top: 40PX;
  756. >div {
  757. width: 100PX;
  758. height: 40PX;
  759. font-size: 16PX;
  760. }
  761. }
  762. .search-left-box-form {
  763. border: 1PX solid #333;
  764. padding: 20PX;
  765. .search-form1-left-box {
  766. .search-form1-title {
  767. font-size: 19PX;
  768. img {
  769. width: 24PX;
  770. height: 24PX;
  771. margin-right: 10PX;
  772. }
  773. }
  774. .search-form1-text {
  775. line-height: 30PX;
  776. margin: 20PX 0;
  777. font-size: 16PX;
  778. }
  779. .search-form1-input-box {
  780. margin-bottom: 20PX;
  781. div.inputText {
  782. font-size: 16PX;
  783. }
  784. input {
  785. height: 40PX;
  786. line-height: 40PX;
  787. }
  788. button {
  789. width: 100PX;
  790. height: 40PX;
  791. line-height: 40PX;
  792. font-size: 16PX;
  793. }
  794. a {
  795. line-height: 40PX;
  796. font-size: 12PX;
  797. }
  798. :deep(.el-input__wrapper) {
  799. height: 40PX;
  800. line-height: 40PX;
  801. border: 1PX solid #000;
  802. border-radius: 2PX;
  803. font-size: 16PX;
  804. }
  805. :deep(.el-select__wrapper) {
  806. height: 40PX;
  807. line-height: 40PX;
  808. border: 1PX solid #000;
  809. border-radius: 2PX;
  810. font-size: 16PX;
  811. }
  812. }
  813. }
  814. }
  815. }
  816. .search-right-box {
  817. .search-right-box-form {
  818. h3 {
  819. line-height: 40PX;
  820. font-size: 18PX;
  821. }
  822. .search-right-form-text {
  823. height: 70PX;
  824. line-height: 70PX;
  825. font-size: 16PX;
  826. }
  827. .search-right-input-box {
  828. margin-bottom: 20PX;
  829. .inputText {
  830. font-size: 16PX;
  831. }
  832. :deep(.el-input__wrapper) {
  833. height: 40PX;
  834. line-height: 40PX;
  835. border: 1PX solid #000;
  836. border-radius: 2PX;
  837. font-size: 16PX;
  838. }
  839. }
  840. .search-right-input-box-2 {
  841. margin-bottom: 20PX;
  842. .inputText {
  843. font-size: 16PX;
  844. }
  845. :deep(.el-input__wrapper) {
  846. height: 40PX;
  847. line-height: 40PX;
  848. border: 1PX solid #000;
  849. border-radius: 2PX;
  850. font-size: 16PX;
  851. }
  852. :deep(.el-select__wrapper) {
  853. height: 40PX;
  854. line-height: 40PX;
  855. border: 1PX solid #000;
  856. border-radius: 2PX;
  857. font-size: 16PX;
  858. }
  859. }
  860. .search-right-button-box {
  861. margin-bottom: 20PX;
  862. button:first-child {
  863. margin-right: 20PX;
  864. }
  865. .submit-button {
  866. width: 90PX;
  867. height: 40PX;
  868. line-height: 40PX;
  869. font-size: 16PX;
  870. }
  871. .reset-button {
  872. width: 90PX;
  873. height: 40PX;
  874. line-height: 40PX;
  875. font-size: 16PX;
  876. border: 1PX solid #027dc3;
  877. }
  878. }
  879. .search-right-select-box {
  880. font-size: 16PX;
  881. margin-bottom: 20PX;
  882. :deep(.el-select__wrapper) {
  883. margin-left: 10PX;
  884. }
  885. }
  886. }
  887. }
  888. }
  889. //搜索-原始状态2
  890. .search-box-long {
  891. width: 1400PX;
  892. .search-left-box {
  893. >div {
  894. .search-left-box-text {
  895. font-size: 16PX;
  896. }
  897. a {
  898. font-size: 11PX;
  899. }
  900. }
  901. >button {
  902. font-size: 14PX;
  903. border: 1PX solid transparent;
  904. border-radius: 4PX;
  905. height: 35PX;
  906. line-height: 35PX;
  907. }
  908. }
  909. .search-right-box {
  910. margin-right: 50PX;
  911. >div {
  912. height: 30PX;
  913. line-height: 30PX;
  914. font-size: 16PX;
  915. }
  916. }
  917. }
  918. .breadcrumb-box .inner {
  919. height: 22PX;
  920. line-height: 22PX;
  921. padding: 20PX 20PX 20PX 0;
  922. }
  923. .search-left-box :deep(.el-input__wrapper) {
  924. line-height: 33PX;
  925. height: 33PX;
  926. }
  927. .search-left-box .example-link {
  928. font-size: 18PX;
  929. }
  930. @media screen and (min-width: 1401px) {}
  931. @media screen and (max-width: 1400px) {
  932. .breadcrumb-box {
  933. width: 100%;
  934. margin: 0px auto 0px;
  935. box-sizing: border-box;
  936. padding: 0px 10px;
  937. }
  938. .newsList {
  939. width: 100%;
  940. box-sizing: border-box;
  941. padding: 0px 10px;
  942. margin: 0px auto 0px;
  943. }
  944. .search-box-long {
  945. width: 100%;
  946. box-sizing: border-box;
  947. padding: 0px 10px;
  948. margin: 0px auto 0px;
  949. }
  950. .search-box {
  951. width: 100%;
  952. box-sizing: border-box;
  953. padding: 0px 10px;
  954. margin: 0px auto 0px;
  955. }
  956. .search-box .search-left-box .search-left-box-form .search-form1-left-box .search-form1-input-box div.inputText {
  957. width: auto;
  958. }
  959. }
  960. @media screen and (min-width: 801px) and (max-width: 1400px) {}
  961. @media screen and (max-width: 900px) {
  962. .search-box .search-left-box .no-result-box .no-result-content .no-result-title {
  963. margin-top: 133PX;
  964. }
  965. }
  966. @media screen and (max-width: 800px) {
  967. .search-box-long {
  968. display: block;
  969. }
  970. .search-box-long .search-right-box {
  971. width: 222PX;
  972. float: none;
  973. margin: 11PX auto;
  974. }
  975. .search-box {
  976. display: block;
  977. }
  978. .search-box .search-left-box {
  979. width: 100%;
  980. }
  981. .search-box .search-right-box {
  982. width: 100%;
  983. }
  984. .search-box-long .search-left-box>div .search-left-box-text {
  985. width: auto;
  986. float: left;
  987. height: 32PX;
  988. line-height: 32PX;
  989. }
  990. .search-box-long .search-left-box>button {
  991. width: auto;
  992. padding: 0px 10PX;
  993. margin: 0PX 0px 0px 100PX;
  994. }
  995. .search-left-box :deep(.el-input) {
  996. width: 180PX !important;
  997. margin-right: 4PX;
  998. float: left;
  999. }
  1000. :deep(.el-input__wrapper) {
  1001. width: 100%;
  1002. float: left;
  1003. padding: 0px 2PX;
  1004. }
  1005. :deep(.el-input__inner) {
  1006. width: 100%;
  1007. float: left;
  1008. }
  1009. .search-box-long .search-left-box {
  1010. width: 100%;
  1011. display: block;
  1012. margin-top: 22PX;
  1013. }
  1014. .search-box-long .search-left-box>div:first-child {
  1015. width: auto;
  1016. display: block;
  1017. overflow: hidden;
  1018. float: left;
  1019. }
  1020. .search-box-long .search-left-box>div {
  1021. display: block;
  1022. float: left;
  1023. }
  1024. .search-box-long .search-left-box>div a {
  1025. height: 32PX;
  1026. line-height: 32PX;
  1027. float: left;
  1028. }
  1029. .search-box .search-left-box .search-left-box-form .search-form1-left-box .search-form1-input-box {
  1030. width: 100%;
  1031. }
  1032. .search-box .search-left-box .search-left-box-form {
  1033. padding: 10PX;
  1034. }
  1035. }
  1036. </style>
  1037. <style>
  1038. .custom-select-dropdown .el-select-dropdown__item {
  1039. font-size: 16px;
  1040. color: #333;
  1041. }
  1042. .custom-select-dropdown .el-select-dropdown__item:hover {
  1043. background-color: #027dc3;
  1044. color: #fff;
  1045. }
  1046. .el-dialog__header {
  1047. padding-bottom: 4px;
  1048. }
  1049. .el-overlay .el-dialog__title {
  1050. font-size: 22PX;
  1051. }
  1052. .el-button {
  1053. box-sizing: border-box;
  1054. padding: 10PX 10PX;
  1055. height: 44PX;
  1056. line-height: 44PX;
  1057. }
  1058. .el-button>span {
  1059. font-size: 16PX;
  1060. }
  1061. @media screen and (max-width: 800px) {
  1062. .search-left-box .example-link {
  1063. margin: 20px 0px 40px 150px;
  1064. float: left;
  1065. }
  1066. }
  1067. </style>