index.vue 31 KB

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