index.vue 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928
  1. <template>
  2. <div class="rycx">
  3. <!-- 页面头部 -->
  4. <HomePageHead></HomePageHead>
  5. <!-- 页面导航 -->
  6. <HomePageNavigation></HomePageNavigation>
  7. <!-- 面包屑导航 -->
  8. <div class="breadcrumb">
  9. <div class="inner">
  10. <span class="location">当前位置:</span>
  11. <el-breadcrumb :separator-icon="ArrowRight">
  12. <el-breadcrumb-item>
  13. <NuxtLink to="/">首页</NuxtLink>
  14. </el-breadcrumb-item>
  15. <el-breadcrumb-item>
  16. <NuxtLink to="/">人员查询</NuxtLink>
  17. </el-breadcrumb-item>
  18. </el-breadcrumb>
  19. </div>
  20. </div>
  21. <!-- 人员查询内容 -->
  22. <div class="rycxContent">
  23. <div class="contentLeft">
  24. <div class="conLeft">
  25. <div class="topTitle">
  26. <img src="../../public/index/search.png" alt="">
  27. 查询相关工作人员或外聘人员
  28. </div>
  29. <div class="con_text">请输入您要查询的工作人员/外聘人员姓名或证件编号</div>
  30. <el-form :model="form" label-width="auto" style="max-width: 375px">
  31. <el-form-item label="人员类型:">
  32. <el-select v-model="form.region" placeholder="请选择人员类型">
  33. <el-option label="不限" value="shanghai" />
  34. <el-option label="调研员" value="beijing" />
  35. </el-select>
  36. </el-form-item>
  37. <el-form-item label="人员姓名:">
  38. <el-input v-model="form.name" placeholder="请输入人员姓名" />
  39. </el-form-item>
  40. <el-form-item label="证件编号:">
  41. <el-input v-model="form.cardID" placeholder="请输入证件编号" />
  42. </el-form-item>
  43. </el-form>
  44. <div class="submit">
  45. <button class="submitBtn">提交</button>
  46. </div>
  47. </div>
  48. <div class="conRight">
  49. <img src="../../public/index/index.png" alt="">
  50. <div>手机扫描查询</div>
  51. </div>
  52. </div>
  53. <div class="contentRight">
  54. <div class="right_part1">
  55. <div class="part1Title">车辆查询</div>
  56. <div class="part1Text">请输入相关工作车辆或车牌号</div>
  57. <input type="text" name="" id="" placeholder="车牌">
  58. <input type="text" name="" id="" placeholder="车型">
  59. <div class="btnBox">
  60. <button class="cxbtn">查询</button>
  61. <button class="rebtn">重置</button>
  62. </div>
  63. </div>
  64. <div class="right_part1">
  65. <div class="part1Title">选题查询</div>
  66. <div class="part1Text">请输入你想要查询的选题</div>
  67. <div class="selectBox">
  68. <span>地区:</span>
  69. <select name="" id="">
  70. <option value="shanghai">--</option>
  71. <option value="beijing">地区1</option>
  72. <option value="guangzhou">地区2</option>
  73. </select>
  74. <select name="" id="">
  75. <option value="shanghai">--</option>
  76. <option value="beijing">地区1</option>
  77. <option value="guangzhou">地区2</option>
  78. </select>
  79. <select name="" id="">
  80. <option value="shanghai">--</option>
  81. <option value="beijing">地区1</option>
  82. <option value="guangzhou">地区2</option>
  83. </select>
  84. </div>
  85. <input type="text" name="" id="" placeholder="选题名称">
  86. <div class="btnBox">
  87. <button class="cxbtn">查询</button>
  88. <button class="rebtn">重置</button>
  89. </div>
  90. </div>
  91. </div>
  92. </div>
  93. <!-- 页面底部 -->
  94. <HomeFoot></HomeFoot>
  95. </div>
  96. </template>
  97. <script setup>
  98. import { ref, onMounted } from 'vue'
  99. import { ElBreadcrumb, ElBreadcrumbItem, ElForm, ElFormItem, ElInput, ElSelect, ElOption, ElButton } from 'element-plus'
  100. import { ArrowRight } from '@element-plus/icons-vue'
  101. const form = ref({
  102. name: '',
  103. region: '',
  104. cardID: '',
  105. })
  106. </script>
  107. <style lang="less" scoped>
  108. @media screen and (min-width: 1401px) {
  109. .rycx {
  110. font-family: '微软雅黑', Microsoft YaHei;
  111. //导航条
  112. .breadcrumb {
  113. width: 100%;
  114. height: 30PX;
  115. line-height: 30PX;
  116. margin-top: 20PX;
  117. margin-bottom: 20PX;
  118. .inner {
  119. width: 1400PX;
  120. border: 1PX solid #ccc;
  121. color: #000;
  122. font-size: 16PX;
  123. margin: 0 auto;
  124. .location {
  125. margin-right: 20PX;
  126. width: 100PX;
  127. height: 22PX;
  128. font-family: Microsoft YaHei, Microsoft YaHei;
  129. font-weight: 400;
  130. font-size: 16PX;
  131. color: #000;
  132. line-height: 23PX;
  133. text-align: left;
  134. font-style: normal;
  135. text-transform: none;
  136. }
  137. }
  138. :deep(.el-breadcrumb__separator) {
  139. color: #000;
  140. font-weight: bold;
  141. margin: 0 9PX;
  142. }
  143. :deep(.el-breadcrumb) {
  144. display: inline-block;
  145. vertical-align: -4PX;
  146. }
  147. :deep(.el-breadcrumb__inner a),
  148. :deep(.el-breadcrumb__inner.is-link) {
  149. color: #000;
  150. font-weight: 400;
  151. text-decoration: none;
  152. transition: var(--el-transition-color);
  153. }
  154. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
  155. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
  156. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
  157. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
  158. color: #000;
  159. }
  160. span {
  161. font-weight: 400;
  162. font-size: 16PX;
  163. color: #000;
  164. line-height: 23PX;
  165. text-align: left;
  166. font-style: normal;
  167. text-transform: none;
  168. }
  169. }
  170. .rycxContent {
  171. width: 1400PX;
  172. margin: 20PX auto;
  173. display: flex;
  174. justify-content: space-between;
  175. .contentLeft {
  176. display: flex;
  177. width: 60%;
  178. height: 405PX;
  179. // height: auto;
  180. overflow: hidden;
  181. border: 1PX solid #333;
  182. padding: 20PX;
  183. box-sizing: border-box;
  184. .conLeft {
  185. width: 60%;
  186. .topTitle {
  187. font-size: 19PX;
  188. color: #000;
  189. img {
  190. width: 24PX;
  191. height: 24PX;
  192. margin-right: 10PX;
  193. vertical-align: -4PX;
  194. }
  195. }
  196. .con_text {
  197. // width: 100%;
  198. height: auto;
  199. line-height: 30PX;
  200. margin: 20PX 0;
  201. font-size: 16PX;
  202. color: #333;
  203. }
  204. .submit {
  205. width: 100%;
  206. margin-top: 20PX;
  207. text-align: center;
  208. .submitBtn {
  209. width: 100PX;
  210. height: 40PX;
  211. line-height: 40PX;
  212. text-align: center;
  213. font-size: 16PX;
  214. color: #fff;
  215. background-color: #027dc3;
  216. border: none;
  217. }
  218. }
  219. :deep(.el-form-item__label) {
  220. font-size: 16PX;
  221. color: #333;
  222. line-height: 40PX;
  223. }
  224. :deep(.el-select__wrapper) {
  225. min-height: 40PX;
  226. }
  227. :deep(.el-input__inner) {
  228. height: 38PX;
  229. }
  230. // :deep(.el-input) {
  231. // --el-input-border-color: #333;
  232. // --el-input-hover-border-color: #333;
  233. // --el-input-clear-hover-color: #333;
  234. // --el-input-focus-border-color: #333;
  235. // }
  236. }
  237. .conRight {
  238. width: 38%;
  239. height: auto;
  240. float: right;
  241. overflow: hidden;
  242. margin-top: 30PX;
  243. margin-left: 20PX;
  244. img {
  245. width: 100%;
  246. }
  247. div {
  248. width: 100%;
  249. text-align: center;
  250. font-size: 16PX;
  251. color: #333;
  252. line-height: 30PX;
  253. }
  254. }
  255. }
  256. .contentRight {
  257. width: 38%;
  258. .right_part1 {
  259. .part1Title {
  260. width: 100%;
  261. height: auto;
  262. overflow: hidden;
  263. line-height: 40PX;
  264. font-size: 18PX;
  265. color: #000;
  266. }
  267. .part1Text {
  268. display: block;
  269. width: 100%;
  270. height: 70PX;
  271. line-height: 70PX;
  272. text-align: center;
  273. font-size: 16PX;
  274. color: #333;
  275. }
  276. .selectBox {
  277. width: 100%;
  278. height: 70PX;
  279. line-height: 70PX;
  280. text-align: center;
  281. font-size: 16PX;
  282. color: #333;
  283. span {
  284. font-weight: 700;
  285. margin-right: 10PX;
  286. }
  287. select {
  288. min-width: 90PX;
  289. height: 34PX;
  290. line-height: 34PX;
  291. padding: 0 10PX;
  292. box-sizing: border-box;
  293. margin-right: 10PX;
  294. outline: none;
  295. border-radius: 4PX;
  296. border-color: #ccc;
  297. }
  298. }
  299. input {
  300. width: 90%;
  301. height: 40PX;
  302. line-height: 40PX;
  303. font-size: 16PX;
  304. color: #333;
  305. padding-left: 10PX;
  306. outline: none;
  307. margin-bottom: 20PX;
  308. }
  309. .btnBox {
  310. width: 220PX;
  311. height: auto;
  312. overflow: hidden;
  313. margin: 20PX auto;
  314. .cxbtn {
  315. float: left;
  316. display: block;
  317. width: 90PX;
  318. height: 40PX;
  319. line-height: 40PX;
  320. text-align: center;
  321. font-size: 16PX;
  322. color: #fff;
  323. background: #027dc3;
  324. outline: none;
  325. border: none;
  326. }
  327. .rebtn {
  328. background: #ccc;
  329. border: 1PX solid #027dc3;
  330. color: #027dc3;
  331. float: right;
  332. display: block;
  333. width: 90PX;
  334. height: 40PX;
  335. line-height: 40PX;
  336. text-align: center;
  337. font-size: 16PX;
  338. }
  339. }
  340. }
  341. }
  342. }
  343. }
  344. }
  345. @media screen and (min-width: 801px) and (max-width: 1400px) {
  346. .rycx {
  347. font-family: '微软雅黑', Microsoft YaHei;
  348. //导航条
  349. .breadcrumb {
  350. width: 100%;
  351. height: 30px;
  352. line-height: 30px;
  353. margin-top: 20px;
  354. margin-bottom: 20px;
  355. .inner {
  356. width: 1400px;
  357. border: 1px solid #ccc;
  358. color: #000;
  359. font-size: 16px;
  360. .location {
  361. margin-right: 20px;
  362. width: 100px;
  363. height: 22px;
  364. font-family: Microsoft YaHei, Microsoft YaHei;
  365. font-weight: 400;
  366. font-size: 16px;
  367. color: #000;
  368. line-height: 23px;
  369. text-align: left;
  370. font-style: normal;
  371. text-transform: none;
  372. }
  373. }
  374. :deep(.el-breadcrumb__separator) {
  375. color: #000;
  376. font-weight: bold;
  377. margin: 0 9px;
  378. }
  379. :deep(.el-breadcrumb) {
  380. display: inline-block;
  381. vertical-align: -4px;
  382. }
  383. :deep(.el-breadcrumb__inner a),
  384. :deep(.el-breadcrumb__inner.is-link) {
  385. color: #000;
  386. font-weight: 400;
  387. text-decoration: none;
  388. transition: var(--el-transition-color);
  389. }
  390. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
  391. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
  392. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
  393. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
  394. color: #000;
  395. }
  396. span {
  397. font-weight: 400;
  398. font-size: 16px;
  399. color: #000;
  400. line-height: 23px;
  401. text-align: left;
  402. font-style: normal;
  403. text-transform: none;
  404. }
  405. }
  406. .rycxContent {
  407. width: 1400px;
  408. margin: 20px auto;
  409. display: flex;
  410. justify-content: space-between;
  411. .contentLeft {
  412. display: flex;
  413. width: 60%;
  414. height: 405px;
  415. // height: auto;
  416. overflow: hidden;
  417. border: 1px solid #333;
  418. padding: 20px;
  419. box-sizing: border-box;
  420. .conLeft {
  421. width: 60%;
  422. .topTitle {
  423. font-size: 19px;
  424. color: #000;
  425. img {
  426. width: 24px;
  427. height: 24px;
  428. margin-right: 10px;
  429. vertical-align: -4px;
  430. }
  431. }
  432. .con_text {
  433. // width: 100%;
  434. height: auto;
  435. line-height: 30px;
  436. margin: 20px 0;
  437. font-size: 16px;
  438. color: #333;
  439. }
  440. .submit {
  441. width: 100%;
  442. margin-top: 20px;
  443. text-align: center;
  444. .submitBtn {
  445. width: 100px;
  446. height: 40px;
  447. line-height: 40px;
  448. text-align: center;
  449. font-size: 16px;
  450. color: #fff;
  451. background-color: #027dc3;
  452. border: none;
  453. }
  454. }
  455. :deep(.el-form-item__label) {
  456. font-size: 16px;
  457. color: #333;
  458. line-height: 40px;
  459. }
  460. :deep(.el-select__wrapper) {
  461. min-height: 40px;
  462. }
  463. :deep(.el-input__inner) {
  464. height: 38px;
  465. }
  466. // :deep(.el-input) {
  467. // --el-input-border-color: #333;
  468. // --el-input-hover-border-color: #333;
  469. // --el-input-clear-hover-color: #333;
  470. // --el-input-focus-border-color: #333;
  471. // }
  472. }
  473. .conRight {
  474. width: 38%;
  475. height: auto;
  476. float: right;
  477. overflow: hidden;
  478. margin-top: 30px;
  479. margin-left: 20px;
  480. img {
  481. width: 100%;
  482. }
  483. div {
  484. width: 100%;
  485. text-align: center;
  486. font-size: 16px;
  487. color: #333;
  488. line-height: 30px;
  489. }
  490. }
  491. }
  492. .contentRight {
  493. width: 38%;
  494. .right_part1 {
  495. .part1Title {
  496. width: 100%;
  497. height: auto;
  498. overflow: hidden;
  499. line-height: 40px;
  500. font-size: 18px;
  501. color: #000;
  502. }
  503. .part1Text {
  504. display: block;
  505. width: 100%;
  506. height: 70px;
  507. line-height: 70px;
  508. text-align: center;
  509. font-size: 16px;
  510. color: #333;
  511. }
  512. .selectBox {
  513. width: 100%;
  514. height: 70px;
  515. line-height: 70px;
  516. text-align: center;
  517. font-size: 16px;
  518. color: #333;
  519. span {
  520. font-weight: 700;
  521. margin-right: 10px;
  522. }
  523. select {
  524. min-width: 90px;
  525. height: 34px;
  526. line-height: 34px;
  527. padding: 0 10px;
  528. box-sizing: border-box;
  529. margin-right: 10px;
  530. outline: none;
  531. border-radius: 4px;
  532. border-color: #ccc;
  533. }
  534. }
  535. input {
  536. width: 90%;
  537. height: 40px;
  538. line-height: 40px;
  539. font-size: 16px;
  540. color: #333;
  541. padding-left: 10px;
  542. outline: none;
  543. margin-bottom: 20px;
  544. }
  545. .btnBox {
  546. width: 220px;
  547. height: auto;
  548. overflow: hidden;
  549. margin: 20px auto;
  550. .cxbtn {
  551. float: left;
  552. display: block;
  553. width: 90px;
  554. height: 40px;
  555. line-height: 40px;
  556. text-align: center;
  557. font-size: 16px;
  558. color: #fff;
  559. background: #027dc3;
  560. outline: none;
  561. border: none;
  562. }
  563. .rebtn {
  564. background: #ccc;
  565. border: 1px solid #027dc3;
  566. color: #027dc3;
  567. float: right;
  568. display: block;
  569. width: 90px;
  570. height: 40px;
  571. line-height: 40px;
  572. text-align: center;
  573. font-size: 16px;
  574. }
  575. }
  576. }
  577. }
  578. }
  579. }
  580. }
  581. @media screen and (max-width: 800px) {
  582. .rycx {
  583. font-family: '微软雅黑', Microsoft YaHei;
  584. //导航条
  585. .breadcrumb {
  586. width: 100%;
  587. height: 30px;
  588. line-height: 30px;
  589. margin-top: 20px;
  590. margin-bottom: 20px;
  591. .inner {
  592. width: 1400px;
  593. border: 1px solid #ccc;
  594. color: #000;
  595. font-size: 16px;
  596. .location {
  597. margin-right: 20px;
  598. width: 100px;
  599. height: 22px;
  600. font-family: Microsoft YaHei, Microsoft YaHei;
  601. font-weight: 400;
  602. font-size: 16px;
  603. color: #000;
  604. line-height: 23px;
  605. text-align: left;
  606. font-style: normal;
  607. text-transform: none;
  608. }
  609. }
  610. :deep(.el-breadcrumb__separator) {
  611. color: #000;
  612. font-weight: bold;
  613. margin: 0 9px;
  614. }
  615. :deep(.el-breadcrumb) {
  616. display: inline-block;
  617. vertical-align: -4px;
  618. }
  619. :deep(.el-breadcrumb__inner a),
  620. :deep(.el-breadcrumb__inner.is-link) {
  621. color: #000;
  622. font-weight: 400;
  623. text-decoration: none;
  624. transition: var(--el-transition-color);
  625. }
  626. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
  627. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
  628. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
  629. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
  630. color: #000;
  631. }
  632. span {
  633. font-weight: 400;
  634. font-size: 16px;
  635. color: #000;
  636. line-height: 23px;
  637. text-align: left;
  638. font-style: normal;
  639. text-transform: none;
  640. }
  641. }
  642. .rycxContent {
  643. width: 1400px;
  644. margin: 20px auto;
  645. display: flex;
  646. justify-content: space-between;
  647. .contentLeft {
  648. display: flex;
  649. width: 60%;
  650. height: 405px;
  651. // height: auto;
  652. overflow: hidden;
  653. border: 1px solid #333;
  654. padding: 20px;
  655. box-sizing: border-box;
  656. .conLeft {
  657. width: 60%;
  658. .topTitle {
  659. font-size: 19px;
  660. color: #000;
  661. img {
  662. width: 24px;
  663. height: 24px;
  664. margin-right: 10px;
  665. vertical-align: -4px;
  666. }
  667. }
  668. .con_text {
  669. // width: 100%;
  670. height: auto;
  671. line-height: 30px;
  672. margin: 20px 0;
  673. font-size: 16px;
  674. color: #333;
  675. }
  676. .submit {
  677. width: 100%;
  678. margin-top: 20px;
  679. text-align: center;
  680. .submitBtn {
  681. width: 100px;
  682. height: 40px;
  683. line-height: 40px;
  684. text-align: center;
  685. font-size: 16px;
  686. color: #fff;
  687. background-color: #027dc3;
  688. border: none;
  689. }
  690. }
  691. :deep(.el-form-item__label) {
  692. font-size: 16px;
  693. color: #333;
  694. line-height: 40px;
  695. }
  696. :deep(.el-select__wrapper) {
  697. min-height: 40px;
  698. }
  699. :deep(.el-input__inner) {
  700. height: 38px;
  701. }
  702. // :deep(.el-input) {
  703. // --el-input-border-color: #333;
  704. // --el-input-hover-border-color: #333;
  705. // --el-input-clear-hover-color: #333;
  706. // --el-input-focus-border-color: #333;
  707. // }
  708. }
  709. .conRight {
  710. width: 38%;
  711. height: auto;
  712. float: right;
  713. overflow: hidden;
  714. margin-top: 30px;
  715. margin-left: 20px;
  716. img {
  717. width: 100%;
  718. }
  719. div {
  720. width: 100%;
  721. text-align: center;
  722. font-size: 16px;
  723. color: #333;
  724. line-height: 30px;
  725. }
  726. }
  727. }
  728. .contentRight {
  729. width: 38%;
  730. .right_part1 {
  731. .part1Title {
  732. width: 100%;
  733. height: auto;
  734. overflow: hidden;
  735. line-height: 40px;
  736. font-size: 18px;
  737. color: #000;
  738. }
  739. .part1Text {
  740. display: block;
  741. width: 100%;
  742. height: 70px;
  743. line-height: 70px;
  744. text-align: center;
  745. font-size: 16px;
  746. color: #333;
  747. }
  748. .selectBox {
  749. width: 100%;
  750. height: 70px;
  751. line-height: 70px;
  752. text-align: center;
  753. font-size: 16px;
  754. color: #333;
  755. span {
  756. font-weight: 700;
  757. margin-right: 10px;
  758. }
  759. select {
  760. min-width: 90px;
  761. height: 34px;
  762. line-height: 34px;
  763. padding: 0 10px;
  764. box-sizing: border-box;
  765. margin-right: 10px;
  766. outline: none;
  767. border-radius: 4px;
  768. border-color: #ccc;
  769. }
  770. }
  771. input {
  772. width: 90%;
  773. height: 40px;
  774. line-height: 40px;
  775. font-size: 16px;
  776. color: #333;
  777. padding-left: 10px;
  778. outline: none;
  779. margin-bottom: 20px;
  780. }
  781. .btnBox {
  782. width: 220px;
  783. height: auto;
  784. overflow: hidden;
  785. margin: 20px auto;
  786. .cxbtn {
  787. float: left;
  788. display: block;
  789. width: 90px;
  790. height: 40px;
  791. line-height: 40px;
  792. text-align: center;
  793. font-size: 16px;
  794. color: #fff;
  795. background: #027dc3;
  796. outline: none;
  797. border: none;
  798. }
  799. .rebtn {
  800. background: #ccc;
  801. border: 1px solid #027dc3;
  802. color: #027dc3;
  803. float: right;
  804. display: block;
  805. width: 90px;
  806. height: 40px;
  807. line-height: 40px;
  808. text-align: center;
  809. font-size: 16px;
  810. }
  811. }
  812. }
  813. }
  814. }
  815. }
  816. }
  817. </style>