kfzx.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768
  1. .warp_public_nav{display: none;}
  2. .footer ul{
  3. color: #fff !important;
  4. background: #494949 !important;
  5. }
  6. .footer ul a{
  7. color: #fff;
  8. }
  9. a:hover {
  10. color: currentColor;
  11. }
  12. .tab_title {
  13. overflow: auto;
  14. margin-top: 16px;
  15. margin-bottom: 20px;
  16. }
  17. .tab_title a:hover{
  18. background:#F6F6F6 ;
  19. }
  20. .tab_title a {
  21. font-size: 21px;
  22. font-weight: bold;
  23. display: block;
  24. width: 300px;
  25. height: 100px;
  26. float: left;
  27. text-align: center;
  28. display: flex;
  29. line-height: 100px;
  30. vertical-align: middle;
  31. justify-content: center;
  32. align-items: center;
  33. }
  34. .tab_title a img {
  35. position: relative;
  36. }
  37. .tab_title>a:first-child> img{
  38. margin-right: 16px;
  39. }
  40. .tab_title .active{
  41. background:#F6F6F6 ;
  42. }
  43. .warp_content {
  44. width: 100%;
  45. height: 438px;
  46. border: 1px solid #eee;
  47. margin-bottom: 20px;
  48. }
  49. /* 账号申诉 */
  50. form.zhss_form {
  51. width: 358px;
  52. margin: auto;
  53. font-size: 12px;
  54. color: #494949;
  55. margin-top: 55px;
  56. line-height: 32px;
  57. }
  58. .zhss_form span {
  59. display: block;
  60. float: left;
  61. width: 84px;
  62. text-align: right;
  63. line-height: 32px;
  64. }
  65. .zhss_form input[type="text"] {
  66. width: 254px;
  67. height: 28px;
  68. line-height: 31px;
  69. padding-left: 10px;
  70. border: 1px solid #EEEEEE;
  71. }
  72. select{
  73. width: 266px;
  74. height: 32px;
  75. line-height: 31px;
  76. padding-left: 10px;
  77. border: 1px solid #EEEEEE;
  78. }
  79. .zhss_form p {
  80. color: #FC5E5B;
  81. font-size: 12px;
  82. line-height: 28px;
  83. padding-left: 84px;
  84. display: none;
  85. }
  86. .remember p{
  87. padding-left: 0px;
  88. line-height: 20px;
  89. }
  90. .sszh,.phonenum,.reasons,.remember,.mailnum{
  91. height: 60.5px;
  92. }
  93. .mailnum{display: none;}
  94. .appeal{
  95. height:50px;
  96. }
  97. label{
  98. line-height: 20px;
  99. display: inline-block;
  100. margin-left: 5px;
  101. margin-right:15px;
  102. color: #777;
  103. }
  104. .radio_type{
  105. width: 20px;
  106. height:20px;
  107. appearance: none;
  108. -webkit-appearance: none;
  109. position: relative;
  110. top: -2px;
  111. }
  112. .radio_type:before{
  113. content: '';
  114. width: 13px;
  115. height: 13px;
  116. border: 1px solid #D2D2D2;
  117. display: inline-block;
  118. border-radius: 50%;
  119. vertical-align: middle;
  120. }
  121. .radio_type:after{
  122. content: '';
  123. width: 7px;
  124. height: 7px;
  125. text-align: center;
  126. background:#D2D2D2;
  127. border-radius: 50%;
  128. display: block;
  129. position: absolute;
  130. top: 13px;
  131. left: 4px;
  132. }
  133. .radio_type:checked:before{
  134. content: '';
  135. width: 13px;
  136. height: 13px;
  137. border: 1px solid #51a7ff;
  138. display: inline-block;
  139. border-radius: 50%;
  140. vertical-align: middle;
  141. }
  142. .radio_type:checked:after{
  143. content: '';
  144. width: 7px;
  145. height:7px;
  146. text-align: center;
  147. background:#51a7ff;
  148. border-radius: 50%;
  149. display: block;
  150. position: absolute;
  151. top: 13px;
  152. left: 4px;
  153. }
  154. .radio_type:checked+label{
  155. color: #51a7ff;
  156. }
  157. .zhss_form .next {
  158. font-size: 16px;
  159. width: 265px;
  160. height: 44px;
  161. color: #fff;
  162. background: #51a7ff;
  163. border: none;
  164. border-radius: 2px;
  165. margin-left: 84px;
  166. cursor: pointer;
  167. }
  168. .remember input {
  169. display: none;
  170. }
  171. .remember label {
  172. display: inline-block;
  173. width: 14px;
  174. height: 14px;
  175. background: url(../images/icon/hook-01.png) no-repeat;
  176. background-size: 14px 14px;
  177. }
  178. .remember {
  179. padding-left: 84px;
  180. height: 50px;
  181. }
  182. .remember label {
  183. margin: 0;
  184. position: relative;
  185. margin-right: 6px;
  186. top: 3px;
  187. }
  188. .remember a:hover{
  189. color: #51a7ff;
  190. }
  191. .zhss_form b {
  192. color: #FC5351;
  193. position: relative;
  194. top: -2px;
  195. }
  196. /* 申诉验证 */
  197. .check {
  198. width: 375px;
  199. margin: auto;
  200. margin-top: 100px;
  201. }
  202. .check p{
  203. font-size: 14px;
  204. line-height: 30px;
  205. color: #494949;
  206. }
  207. .check span{
  208. color: #EE656C;
  209. }
  210. .getcode {
  211. margin-top: 25px;
  212. height: 62px;
  213. }
  214. .getcode_img {
  215. position: absolute;
  216. width: 30px;
  217. height: 31px;
  218. background: #d2d2d2;
  219. }
  220. .getcode_img img {
  221. width: 17px;
  222. margin: 7px;
  223. }
  224. #getcode {
  225. width: 139px;
  226. height: 28px;
  227. border: 1px solid #eee;
  228. padding-left: 39px;
  229. }
  230. button.sendcode {
  231. width: 84px;
  232. height: 31px;
  233. font-size: 12px;
  234. color: #fff;
  235. background: #51a7ff;
  236. border: none;
  237. border-radius: 2px;
  238. cursor: pointer;
  239. }
  240. .code_erro {
  241. font-size: 12px !important;
  242. color: #EE656C !important;
  243. display: none;
  244. }
  245. .check a {
  246. font-size: 12px;
  247. color: #B2B2B2;
  248. }
  249. .check a:hover{
  250. color: #51a7ff;
  251. }
  252. input.determine {
  253. width: 265px;
  254. height: 44px;
  255. font-size: 16px;
  256. color: #fff;
  257. background: #51a7ff;
  258. border: none;
  259. border-radius: 2px;
  260. display: block;
  261. margin-top: 10px;
  262. cursor: pointer;
  263. }
  264. /* 账号信息 */
  265. .warp_content_1{
  266. border: 1px solid #eee;
  267. width: 100%;
  268. height: 815px ;
  269. margin-bottom: 20px;
  270. }
  271. ul.text-center {
  272. width: 662px;
  273. margin: auto;
  274. overflow: auto;
  275. margin-top: 20px;
  276. }
  277. .box-num,.step1, .step2, .step3{
  278. text-align: center;
  279. }
  280. .warp_zhxx {
  281. width: 710px;
  282. margin: auto;
  283. font-size: 14px;
  284. color: #B2B2B2;
  285. line-height: 41px;
  286. }
  287. .warp_zhxx div span:first-child {
  288. width: 128px;
  289. display: block;
  290. color: #494949;
  291. float: left;
  292. text-align: right;
  293. margin-right: 12px;
  294. line-height: 41px;
  295. }
  296. .warp_zhxx div span b{
  297. color:#EE656C ;
  298. }
  299. .warp_zhxx input {
  300. width: 272px;
  301. height: 39px;
  302. padding-left: 10px;
  303. border: 1px solid #eeee;
  304. }
  305. .address select {
  306. width: 134px;
  307. height: 41px;
  308. display: block;
  309. float: left;
  310. }
  311. .address{
  312. width: 436px;
  313. }
  314. .warp_seclect,.warp_recharge_game,.warp_source_game,.layui-form-select,.layui-select-title{
  315. height: auto !important;
  316. }
  317. .address .layui-unselect {
  318. display: none;
  319. }
  320. select#input_province {
  321. margin-right: 17px;
  322. }
  323. #source_game, #recharge_game {
  324. width: 284px;
  325. height: 41px;
  326. }
  327. .tip{
  328. line-height: 20px !important;
  329. width: 270px;
  330. display: block;
  331. float: right;
  332. }
  333. .warp_zhxx div {
  334. height: 67px;
  335. }
  336. .warp_zhxx p {
  337. font-size: 12px;
  338. color: #EE656C;
  339. padding-left: 144px;
  340. line-height: 25px;
  341. display: none;
  342. }
  343. input.next_step {
  344. width: 285px;
  345. height: 44px;
  346. font-size: 16px;
  347. color: #fff;
  348. background: #51a7ff;
  349. border-radius: 2px;
  350. border: none;
  351. margin-left: 139px;
  352. cursor: pointer;
  353. }
  354. ul.text-center{
  355. margin-top: 60px;
  356. margin-bottom: 20px;
  357. }
  358. /* 历史信息 */
  359. .warp_content_2{
  360. border: 1px solid #eee;
  361. width: 100%;
  362. margin-bottom: 20px;
  363. }
  364. .history_form {
  365. width: 540px;
  366. margin: auto;
  367. margin-top: 50px;
  368. margin-bottom: 100px;
  369. font-size: 14px;
  370. color: #494949;
  371. line-height: 41px;
  372. }
  373. .history_form div span {
  374. width: 110px;
  375. display: block;
  376. float: left;
  377. text-align: right;
  378. margin-right: 10px;
  379. position: relative;
  380. line-height: 41px;
  381. color: #494949;
  382. }
  383. .history_form div span b {
  384. color: #FC5351;
  385. position: absolute;
  386. top: -6px;
  387. }
  388. .history_form div input {
  389. width: 270px;
  390. height: 37px;
  391. border: 1px solid #eee;
  392. padding-left: 12px;
  393. }
  394. .history_form div{height: 67px;}
  395. .history_form div p {
  396. color: #EE656C;
  397. padding-left: 120px;
  398. line-height: 25px;
  399. display: none;
  400. }
  401. select.logined_game {
  402. width: 285px;
  403. height: 41px;
  404. }
  405. .warp_time {
  406. height: auto !important;
  407. overflow: auto;
  408. }
  409. .money,.time ,.time_selcet,.money_num {
  410. float: left;
  411. }
  412. .time input ,.time_selcet input{
  413. width: 145px !important;
  414. }
  415. .money input,.money_num input {
  416. width: 115px !important;
  417. }
  418. .password4,.password5,.mail2,.mail3,.mail4,.mail5,.phone2,.phone3,.phone4,.phone5,.logined2,.logined3,.logined4,.logined5{display: none;}
  419. .history_form a {
  420. padding-left: 120px;
  421. font-size: 14px;
  422. color: #494949;
  423. }
  424. .history_form a:hover{color: #51a7ff;}
  425. .time_tip{padding-left: 120px;}
  426. .time_tip span{color: #EE656C;}
  427. input.submit_1 {
  428. width: 284px;
  429. height: 44px;
  430. border: none;
  431. background: #51a7ff;
  432. font-size: 16px;
  433. color: #fff;
  434. display: block;
  435. margin-left: 120px;
  436. cursor: pointer;
  437. }
  438. /* 申诉结果 */
  439. .tj_success {
  440. width: 470px;
  441. margin: 60px auto;
  442. font-size: 14px;
  443. line-height: 35px;
  444. text-align: center;
  445. }
  446. .tj_fail {
  447. width: 510px;
  448. margin: 60px auto;
  449. font-size: 14px;
  450. line-height: 35px;
  451. text-align: center;
  452. }
  453. .tj_success span, .tj_fail span{
  454. color: #EE656C;
  455. }
  456. .tj_success a{
  457. color: #51a7ff;
  458. }
  459. .tj_success a:hover{
  460. border-bottom: 1px solid #51a7ff;
  461. }
  462. #tj_success, #tj_fail {
  463. width: 284px;
  464. height: 44px;
  465. color: #fff;
  466. font-size: 16px;
  467. background: #51a7ff;
  468. border: none;
  469. border-radius: 2px;
  470. margin-top: 30px;
  471. cursor: pointer;
  472. }
  473. .tj_success img, .tj_fail img {
  474. /* float: left;
  475. position: relative;
  476. top: 6px;
  477. right: 7px; */
  478. margin-right: 7px;
  479. margin-bottom: 7px;
  480. }
  481. /* 申诉查询 */
  482. .ssxx {
  483. width: 265px;
  484. margin: 90px auto;
  485. font-size: 12px;
  486. line-height: 20px;
  487. color: #494949;
  488. }
  489. .appeal_code {
  490. margin-top: 25px;
  491. height: 63px;
  492. }
  493. .coder_icon {
  494. width: 30px;
  495. height: 33px;
  496. position: absolute;
  497. background: #d2d2d2;
  498. }
  499. .coder_icon img {
  500. width: 17px;
  501. margin: 7px;
  502. }
  503. input.appealcode {
  504. width: 224px;
  505. height: 31px;
  506. border: 1px solid #eee;
  507. padding-left: 40px;
  508. }
  509. input.query {
  510. width: 265px;
  511. height: 44px;
  512. font-size: 16px;
  513. color: #fff;
  514. background: #51a7ff;
  515. border: none;
  516. border-radius: 2px;
  517. cursor: pointer;
  518. }
  519. .no_code {
  520. color: #FC5351;
  521. line-height: 30px;
  522. display: none;
  523. }
  524. .warp_ssjg {
  525. width: 620px;
  526. margin: 100px auto;
  527. }
  528. .warp_ssjg h4{
  529. font-size: 16px;
  530. color: #EE656C;
  531. margin-bottom: 25px;
  532. font-weight: bold;
  533. }
  534. .warp_ssjg p{
  535. font-size: 14px;
  536. color: #494949;
  537. line-height: 30px;
  538. }
  539. .warp_ssjg span{
  540. color: #EE656C;
  541. }
  542. .warp_ssjg a {
  543. display: block;
  544. width: 284px;
  545. height: 44px;
  546. color: #fff;
  547. font-size: 16px;
  548. background: #51a7ff;
  549. text-align: center;
  550. line-height: 44px;
  551. border-radius: 2px;
  552. margin: auto;
  553. margin-top: 30px;
  554. }
  555. .warp_voucher {
  556. width: 280px;
  557. height: 106px;
  558. margin: auto;
  559. }
  560. .voucher {
  561. width: 252px;
  562. height: 32px;
  563. border: 1px solid #eee;
  564. padding-left: 12px;
  565. margin-top: 40px;
  566. }
  567. .voucher_error {
  568. font-size: 12px !important;
  569. color: #EE656C !important;
  570. display: none;
  571. }
  572. input.ss_complete {
  573. width: 265px;
  574. height: 44px;
  575. font-size: 16px;
  576. color: #fff;
  577. background: #51a7ff;
  578. border: none;
  579. border-radius: 2px;
  580. display: block;
  581. margin: auto;
  582. cursor: pointer;
  583. }
  584. .complete{width: 460px;}
  585. .finished { width: 500px;}
  586. .wxss{
  587. text-align: center;
  588. margin: 40px 0;
  589. }
  590. .wxss img{
  591. width: 180px;
  592. height: 180px;
  593. }
  594. .wxss p{
  595. font-size: 16px;
  596. color: #494949;
  597. }
  598. /* 常见问题 */
  599. .warp_problem {
  600. margin-bottom: 20px;
  601. }
  602. .warp_tab {
  603. border: 1px solid #eee;
  604. }
  605. .tab_problem {
  606. width: 100%;
  607. height: 37px;
  608. background: #f6f6f6;
  609. border-bottom: 1px solid #eee;
  610. }
  611. .tab_problem a {
  612. display: block;
  613. float: left;
  614. font-size: 16px;
  615. font-weight: bold;
  616. width: 136px;
  617. text-align: center;
  618. line-height: 36px;
  619. margin-left: -1px;
  620. border-top: 3px solid #f6f6f6;
  621. border-left: 1px solid #f6f6f6;
  622. border-right: 1px solid #f6f6f6;
  623. }
  624. .tab_problem a:hover{
  625. border-top: 3px solid #51a7ff !important;
  626. }
  627. .current_page{
  628. background: #fff;
  629. border-top: 3px solid #51a7ff !important;
  630. border-left: 1px solid #eee !important;
  631. border-right: 1px solid #eee !important;
  632. }
  633. .problem_cont {
  634. padding: 40px 35px;
  635. border-bottom: 1px solid #eee;
  636. }
  637. .warp_problem_cont {
  638. border: 1px solid #eee;
  639. border-top: none;
  640. margin-bottom: 20px;
  641. }
  642. .problem_cont:last-child{border: none;}
  643. .problem_cont h4 {
  644. font-size: 14px;
  645. color: #494949;
  646. font-weight: bold;
  647. margin-bottom: 25px;
  648. }
  649. .problem_cont p {
  650. font-size: 14px;
  651. color: #b2b2b2;
  652. line-height: 25px;
  653. }
  654. .problem_cont b{color: #494949;}
  655. /* 分页 */
  656. .page {
  657. width: 100%;
  658. text-align: center;
  659. }
  660. .pagination {
  661. height: 33px;
  662. margin: auto;
  663. width: max-content;
  664. display:inline-block;
  665. *display:inline;
  666. *zoom:1;
  667. display: flex;
  668. }
  669. .pagination li {
  670. float: left;
  671. }
  672. .pagination li a,.pagination li span{
  673. font-size: 14px;
  674. padding: 6px 13px;
  675. color: #494949;
  676. border-radius: 4px;
  677. border: 1px solid #eee;
  678. margin: 0 5px;
  679. cursor: pointer;
  680. }
  681. .pagination li a:hover{
  682. color: #fff;
  683. background: #51a7ff;
  684. border: 1px solid #51a7ff;
  685. }
  686. .pagination .active span{
  687. color: #fff;
  688. background: #51a7ff;
  689. border: 1px solid #51a7ff;
  690. }
  691. .pagination .disabled span{
  692. color: #fff;
  693. background: #eee;
  694. }
  695. .pagination .disabled span:hover{
  696. color: #fff;
  697. background: #eee;
  698. }
  699. .rows {
  700. margin: 24px 0 44px 0;
  701. color: #B2B2B2;
  702. font-size: 14px;
  703. }
  704. /* 重置密码 */
  705. .resetpwd{
  706. margin-top: 80px;
  707. }
  708. .resetpwd h1{
  709. font-size: 28px;
  710. color: #494949;
  711. text-align: center;
  712. margin-bottom: 40px;
  713. }
  714. .result {
  715. width: 267px;
  716. margin: 140px auto;
  717. text-align: center;
  718. position: relative;
  719. }
  720. .result img {
  721. width: 16px;
  722. height: 16px;
  723. position: relative;
  724. top: 0px;
  725. }
  726. .result span {
  727. font-size: 16px;
  728. }
  729. .result p {
  730. font-size: 14px;
  731. color: #B2B2B2;
  732. margin: 40px 0;
  733. }
  734. .result a {
  735. display: block;
  736. width: 265px;
  737. height: 44px;
  738. line-height: 44px;
  739. color: #fff;
  740. font-size: 16px;
  741. background: #51a7ff;
  742. border-radius: 2px;
  743. }
  744. .result a:hover{
  745. color: #fff !important;
  746. }
  747. select {
  748. padding: 6px 0;
  749. vertical-align: middle;
  750. }