网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

907 lines
15 KiB

  1. .auction_hall_condition {
  2. width: 1200px;
  3. /* height: 300px; */
  4. margin: 25px auto;
  5. background: #f8f8f8;
  6. padding: 25px;
  7. }
  8. .auction_hall_condition p{
  9. color: #535252;
  10. margin-bottom: 25px;
  11. }
  12. .auction_hall_condition table {
  13. width: 100%;
  14. height: 100%;
  15. font-size: 14px;
  16. }
  17. .auction_hall_condition table .auction_tr {
  18. height: 42px;
  19. }
  20. .auction_hall_condition table tr td {
  21. text-align: center;
  22. }
  23. .auction_hall_condition table tr .auction_td {
  24. background: #F8F8F8;
  25. color: #535252;
  26. width: 80px;
  27. text-align: left;
  28. }
  29. .auction_hall_table_tab {
  30. position: relative;
  31. float: left;
  32. padding: 1px 8px;
  33. margin-left: 15px;
  34. font-size: 14px;
  35. color: #666666;
  36. cursor: pointer;
  37. margin-bottom: 10px;
  38. }
  39. .auction_hot_icon {
  40. position: absolute;
  41. left: -10px;
  42. top: 2px;
  43. width: 14px;
  44. height: 16px;
  45. }
  46. .auction_hot_icon img {
  47. width: 100%;
  48. height: 100%;
  49. }
  50. .auction_hall_table_tab_select {
  51. color: #FFFFFF!important;
  52. background: var(--color)!important;
  53. }
  54. .data_input, .data_input2, .data_input3, .data_input4 {
  55. float: left;
  56. width: 190px;
  57. height: 26px;
  58. background: #F6F6F6;
  59. border: 1px solid #E5E5E5;
  60. border-radius: 4px;
  61. text-indent: 10px;
  62. margin-left: 15px;
  63. font-size: 14px;
  64. }
  65. .data_input2, .data_input4 {
  66. margin-left: 0;
  67. }
  68. .datas_input::-webkit-input-placeholder {
  69. color: #999;
  70. }
  71. .datas_input:-moz-placeholder {
  72. color: #999;
  73. }
  74. .datas_input:-ms-input-placeholder {
  75. color: #999;
  76. }
  77. .input_data_icon {
  78. position: absolute;
  79. width: 22px;
  80. left: 178px;
  81. top: 9px;
  82. }
  83. .input_data_icon2 {
  84. left: 395px;
  85. }
  86. .data_input_line {
  87. float: left;
  88. width: 15px;
  89. height: 1px;
  90. margin: 12.5px 5px;
  91. background: #BEBEBE;
  92. }
  93. .input_data_btn {
  94. float: left;
  95. width: 63px;
  96. height: 28px;
  97. background: var(--color);
  98. font-size: 14px;
  99. color: #FFFFFF;
  100. line-height: 28px;
  101. margin-left: 25px;
  102. cursor: pointer;
  103. }
  104. .input_data_btn_clear {
  105. float: left;
  106. width: 63px;
  107. height: 28px;
  108. background: #ebebeb;
  109. font-size: 14px;
  110. color: #6e6e6e;
  111. line-height: 28px;
  112. margin-left: 25px;
  113. cursor: pointer;
  114. }
  115. input[type=text]{
  116. background: #fff;
  117. }
  118. .auction_all_left {
  119. float: left;
  120. width: 60px;
  121. height: 95%;
  122. margin-top: 8px;
  123. }
  124. .auction_hall_table_tab:hover {
  125. color: #FFFFFF;
  126. background: var(--color);
  127. }
  128. .auction_add_area .auction_hall_table_tab:hover {
  129. color: var(--color);
  130. background: transparent;
  131. }
  132. .auction_all_right {
  133. float: left;
  134. width: 93%;
  135. padding-bottom: 10px;
  136. }
  137. .auction_all_right .auction_hall_table_tab {
  138. margin-top: 8px;
  139. }
  140. .auction_add_area {
  141. float: left;
  142. line-height: 20px;
  143. width: 96.5%;
  144. margin-top: 5px;
  145. padding-bottom: 5px;
  146. background: #F6F6F6;
  147. display: none;
  148. }
  149. .pageNum{
  150. margin-top: 45px;
  151. text-align: center;
  152. }
  153. .pageNum li{
  154. width: 25px;
  155. height: 25px;
  156. text-align: center;
  157. line-height: 25px;
  158. margin-right: 5px;
  159. display: inline-block;
  160. }
  161. .pageNum p{
  162. height: 25px;
  163. text-align: center;
  164. line-height: 25px;
  165. margin-right: 5px;
  166. display: inline-block;
  167. }
  168. .pageNum li.active{
  169. background-color: var(--color);
  170. color: #ffffff;
  171. border-radius: 2px;
  172. }
  173. .pageNum li:hover{
  174. background-color: var(--color);
  175. color: #ffffff;
  176. border-radius: 2px;
  177. cursor:pointer;
  178. }
  179. .importantText{
  180. color: #636363;
  181. padding: 18px;
  182. background-color: #f8f8f8;
  183. }
  184. .titIndex{
  185. background-color: #f8f8f8;
  186. padding: 18px 18px 0px 18px;
  187. color: #535252;
  188. }
  189. .swiperDiv{
  190. /*border: 1px solid #eaeaea;*/
  191. margin-top: 20px;
  192. }
  193. .pc-slide {
  194. width: 500px;
  195. margin: 0 auto;
  196. }
  197. .view .swiper-container {
  198. width: 500px;
  199. height: 350px;
  200. }
  201. .view .arrow-left {
  202. background: url(../../images/feel3.png) no-repeat left top;
  203. position: absolute;
  204. left: 10px;
  205. top: 50%;
  206. margin-top: -25px;
  207. width: 30px;
  208. height: 30px;
  209. z-index: 10;
  210. background-size: 100%;
  211. }
  212. .view .arrow-right {
  213. background: url(../../images/feel4.png) no-repeat left bottom;
  214. position: absolute;
  215. right: 10px;
  216. top: 50%;
  217. margin-top: -25px;
  218. width: 30px;
  219. height: 30px;
  220. z-index: 10;
  221. background-size: 100%;
  222. }
  223. .preview {
  224. width: 100%;
  225. margin-top: 10px;
  226. position: relative;
  227. }
  228. .preview .swiper-container {
  229. width: 430px;
  230. height: 82px;
  231. margin-left: 35px;
  232. }
  233. .preview .swiper-slide {
  234. width: 87px;
  235. height: 82px;
  236. }
  237. .preview .slide6 {
  238. width: 82px;
  239. }
  240. .preview .arrow-left {
  241. background: url(../../images/feel6.png) no-repeat left top;
  242. position: absolute;
  243. left: 10px;
  244. top: 50%;
  245. margin-top: -9px;
  246. width: 9px;
  247. height: 18px;
  248. z-index: 10;
  249. }
  250. .preview .arrow-right {
  251. background: url(../../images/feel5.png) no-repeat left bottom;
  252. position: absolute;
  253. right: 10px;
  254. top: 50%;
  255. margin-top: -9px;
  256. width: 9px;
  257. height: 18px;
  258. z-index: 10;
  259. }
  260. .preview img {
  261. padding: 1px;
  262. }
  263. .preview .active-nav img {
  264. padding: 0;
  265. border: 1px solid #F00;
  266. }
  267. .swiperDetail{
  268. width: 665px;
  269. }
  270. .swiperTit{
  271. font-size: 24px;
  272. margin-top: 18px;
  273. margin-bottom: 20px;
  274. }
  275. .swiperTit span{
  276. font-size: 14px;
  277. border: none;
  278. font-weight: normal;
  279. padding: 2px 6px;
  280. text-align: center;
  281. display: inline-block;
  282. vertical-align: middle;
  283. }
  284. .swiperTable{
  285. border-collapse: collapse;
  286. }
  287. .swiperTable tr:nth-child(1) td{
  288. padding-top: 0;
  289. padding-bottom: 20px;
  290. }
  291. .swiperTable tr:nth-child(2) td{
  292. color: #FFF!important;
  293. padding: 0 15px;
  294. line-height: 60px;
  295. }
  296. .swiperTable tr:nth-child(2) td:nth-child(1){
  297. text-align: center;
  298. width: 15%;
  299. background: #c71622;
  300. }
  301. .swiperTable tr:nth-child(2) td:nth-child(2){
  302. background-image: linear-gradient(to right, #e82d2d , #f6a4ab);
  303. }
  304. .swiperTable tr td{
  305. padding-top: 20px;
  306. }
  307. .swiperTable tr td:nth-child(2){
  308. color:#fb4230;
  309. /*padding-left: 28px;*/
  310. }
  311. .swiperTable tr td:nth-child(2) span{
  312. font-size: 28px;
  313. font-weight: bold;
  314. }
  315. .swiperTable2 tr td:nth-child(2){
  316. padding-top: 20px;
  317. /*padding-left: 28px;*/
  318. }
  319. .swiperTable2 tr td:nth-child(2) span{
  320. font-size: 18px;
  321. }
  322. .swiperTable2 tr td:nth-child(1){
  323. width: 15%;
  324. padding-top: 20px;
  325. }
  326. .swiperTable2{
  327. border-collapse: collapse;
  328. }
  329. .swiperInput{
  330. padding: 12px 14px;
  331. background-color: #f3f3f3;margin-top: 20px;
  332. }
  333. nput::-webkit-outer-spin-button,
  334. input::-webkit-inner-spin-button {
  335. -webkit-appearance: none;
  336. }
  337. .swiperInput input[type='number']{
  338. background-color: #e5e5e5;
  339. width: 244px;
  340. height: 40px;
  341. border: 1px solid #c6c6c6;
  342. padding-left: 20px;
  343. font-size: 24px;
  344. margin-left: 10px;
  345. -moz-appearance: textfield;
  346. }
  347. .swiperInput input[type='button']{
  348. background-color: #e5e5e5;
  349. width: 28px;
  350. height: 19px;
  351. font-size: 24px;
  352. border:none;
  353. line-height: 20px;
  354. color: #7C7C7C;
  355. display: block;
  356. margin-left: 2px;
  357. }
  358. .swiperInput input[type='button']:nth-child(2){
  359. margin-top: 2px;
  360. }
  361. .swiperInput inputTit{
  362. line-height: 42px;
  363. }
  364. .swiperInput .sign{
  365. background-color: #c21f3a;
  366. color: #FFFFFF;
  367. padding: 6px 0px;
  368. text-align: center;
  369. width: 244px;
  370. margin-left: 10px;
  371. margin-top: 12px;
  372. }
  373. .swiperInput .sign p:nth-child(1){
  374. font-size: 16px;
  375. }
  376. .swiperInput .sign p:nth-child(2){
  377. font-size: 12px;
  378. }
  379. .swiperInput table tr:last-child td:nth-child(2) img{
  380. margin-left: 10px;
  381. margin-top: 8px;
  382. }
  383. .ts{
  384. background-color: #c21f3a;
  385. width: 18px;
  386. height: 18px;
  387. border-radius: 50%;
  388. display: inline-block;
  389. text-align: center;
  390. color: #FFFFFF;
  391. margin-right: 5px;
  392. }
  393. .signTit{
  394. margin-top: 32px;
  395. margin-left: 10px;
  396. }
  397. .tableTime{
  398. margin-top: 5px;
  399. }
  400. .tableTime tr td{
  401. padding: 6px 0px;
  402. }
  403. .tableTime tr td:nth-child(2){
  404. padding-left: 25px;
  405. }
  406. .wh{
  407. display: inline-block;
  408. background-color: #c7c7c7;
  409. color: #FFFFFF;
  410. border-radius: 50%;
  411. width: 18px;
  412. height: 18px;
  413. text-align: center;
  414. margin-left: 5px;
  415. cursor: pointer;
  416. }
  417. .tabTable{
  418. margin-top: 25px;
  419. margin-bottom: 40px;
  420. }
  421. .tabTable ul li{
  422. border-right: 1px solid #ececec;
  423. border-top: 1px solid #ececec;
  424. border-bottom: 1px solid #ececec;
  425. padding: 8px 25px;
  426. float: left;
  427. }
  428. .tabTable ul li:first-child{
  429. border-left: 1px solid #ececec;
  430. }
  431. .tabTable .active{
  432. background-color: var(--color);
  433. color: #FFFFFF;
  434. }
  435. .tabTable ul li:hover{
  436. background-color: var(--color);
  437. color: #FFFFFF;
  438. cursor: pointer;
  439. }
  440. #tabDetail2 img{
  441. width: 596px;
  442. display: inline-block;
  443. float: left;
  444. margin-right: 8px;
  445. margin-top: 8px;
  446. }
  447. #tabDetail2 img:nth-child(2n){
  448. margin-right: 0;
  449. }
  450. #tabDetail3{
  451. border: 1px solid #ececec;
  452. padding: 10px;
  453. }
  454. #tabDetail3 p{
  455. text-indent: 2em;
  456. line-height: 35px;
  457. }
  458. #tabDetail3 h3{
  459. line-height: 35px;
  460. font-weight: bold;
  461. }
  462. #tabDetail3 h1,#tabDetail4 h1{
  463. padding-bottom: 20px;
  464. margin-bottom: 10px;
  465. border-bottom: 1px solid #ececec;
  466. color: var(--color);
  467. }
  468. #tabDetail4{
  469. border: 1px solid #ececec;
  470. padding: 10px;
  471. }
  472. #tabDetail4 table{
  473. width: 100%;
  474. }
  475. #tabDetail4 table tr:first-child td{
  476. background-color: #e8e8e8;
  477. border-bottom: none;
  478. }
  479. #tabDetail4 table tr td{
  480. text-align: center;
  481. padding: 15px 0px;
  482. border-bottom: 1px solid #ececec;
  483. }
  484. #tabDetail4 table tr:last-child td{
  485. border-bottom: none;
  486. }
  487. #tabDetail4 table tr:nth-child(2) td:nth-child(4){
  488. color: #ac2925;
  489. }
  490. #tabDetail1 table tr td{
  491. line-height: 36px;
  492. border: 1px solid #000000;
  493. }
  494. .s0 td {
  495. border: none!important;
  496. }
  497. #tabDetail1 table {
  498. line-height: 25px;
  499. text-align: center;
  500. border-collapse: collapse;
  501. }
  502. .proTittle{
  503. font-size: 24px;
  504. font-weight: bold;
  505. text-align: center;
  506. }
  507. .centerLeft-center-middle{
  508. margin-right: 60px;
  509. }
  510. .centerLeft-center-middle:nth-child(4n){
  511. margin-right: 0px;
  512. }
  513. .clickBtm{
  514. border-top: 1px solid #e0e0e0;
  515. margin-top: 10px;
  516. padding: 2px 0;
  517. color: #a6a6a6;
  518. }
  519. .clickBtm:hover{
  520. background: #EEEEEE;
  521. color: #cccccc;
  522. }
  523. .bondTable tr td{
  524. padding: 5px 0px;
  525. }
  526. .bondTable tr td:nth-child(odd){
  527. width: 10%;
  528. text-align: right;
  529. }
  530. .bondTable input[type='text']{
  531. border: 1px solid #e3e3e3;
  532. width: 30%;
  533. height: 30px;
  534. margin-left: 10px;
  535. padding-left: 10px;
  536. }
  537. .bondTable tr td span{
  538. color: red;
  539. }
  540. .preservation{
  541. color: #ffffff;
  542. background: var(--color);
  543. border-radius: 0;
  544. width: 30%;
  545. margin: 0 auto;
  546. border: none;
  547. padding: 8px;
  548. margin-left: 10px;
  549. }
  550. .rule p{
  551. font-size: 12px;
  552. margin-top: 10px;
  553. }
  554. .projectInformation{
  555. padding: 15px 20px;
  556. ine-height: 40px;
  557. background: #f9f9f9;
  558. border: 1px solid #e8e8e8;
  559. }
  560. .signUpYes{
  561. /*background: linear-gradient(to right, #e82d2d , #f6a4ab);*/
  562. background-color: #c21f3a;
  563. color: #FFFFFF;
  564. padding: 6px 0px;
  565. text-align: center;
  566. width: 244px;
  567. line-height: 50px;
  568. }
  569. .dialog{
  570. width: 100%;
  571. height: 100vh;
  572. position: fixed;
  573. top: 0;
  574. left: 0;
  575. z-index: 999999999;
  576. }
  577. .bg-mengban{
  578. width: 100%;
  579. height: 100vh;
  580. }
  581. .dialog_content{
  582. position: absolute;
  583. top: 50%;
  584. left: 50%;
  585. transform: translate(-50%,-50%);
  586. background: #ffffff;
  587. width: 50%;
  588. padding: 2vh;
  589. border-radius: 10px;
  590. }
  591. .dialog_content_center{
  592. height: 40vh;
  593. overflow-y: scroll;
  594. }
  595. .dialog_tt{
  596. font-size: 32px;
  597. font-weight: bold;
  598. line-height: 32px;
  599. margin-bottom: 2vh;
  600. text-align: center;
  601. }
  602. .dialog_content p{
  603. line-height: 32px;
  604. }
  605. .close_dialog{
  606. text-align: center;
  607. }
  608. .close_dialog p{
  609. display: inline-block;
  610. padding: 0px 35px;
  611. background: var(--color);
  612. color: #ffffff;
  613. margin: 0 auto;
  614. border-radius: 50px;
  615. }
  616. #timeDown{
  617. font-size: 14px;
  618. margin-left: 15px;
  619. }
  620. .centerLeft_center{
  621. display: flex;
  622. margin-top: 25px;
  623. }
  624. .centerLeft_center img{
  625. display: block;
  626. width: 300px;
  627. height: 174px;
  628. margin-right: 25px;
  629. flex-shrink: 0;
  630. }
  631. .centerLeft-center-middle-money {
  632. font-size: 14px;
  633. color: #d21313;
  634. display: -webkit-box;
  635. -webkit-box-orient: vertical;
  636. -webkit-line-clamp: 1;
  637. word-break: break-all;
  638. overflow: hidden;
  639. }
  640. .centerLeft-center-middle-money i{
  641. font-size: 18px;
  642. color: #d21313;
  643. font-weight: bold;
  644. }
  645. .centerLeft-center-middle-block{
  646. display: flex;
  647. justify-content: space-between;
  648. align-items: center;
  649. }
  650. .centerLeft-center-middle-block .centerLeft-center-middle-tit01{
  651. font-size: 20px;
  652. font-weight: bold;
  653. color: #333333;
  654. display: flex;
  655. align-items: center;
  656. flex: 1;
  657. }
  658. .centerLeft-center-middle-block .centerLeft-center-middle-tit01 strong{
  659. flex: 1;
  660. display: -webkit-box;
  661. -webkit-box-orient: vertical;
  662. -webkit-line-clamp: 1;
  663. word-break: break-all;
  664. overflow: hidden;
  665. }
  666. .centerLeft-center-middle-block .centerLeft-center-middle-tit01 span{
  667. font-size: 14px;
  668. border: none;
  669. font-weight: normal;
  670. padding: 2px 6px;
  671. text-align: center;
  672. display: inline-block;
  673. }
  674. .centerLeft-center-middle-block .centerLeft-center-middle-money i{
  675. font-size: 28px;
  676. }
  677. .centerLeft-center-middle-block .centerLeft-center-middle-money{
  678. line-height: 1;
  679. flex-shrink: 0;
  680. }
  681. .centerLeft_center .centerLeft-center-middle-ul li p span{
  682. color: #535252;
  683. font-size: 16px;
  684. }
  685. .centerLeft_center .centerLeft-center-middle-ul li p{
  686. color: #535252;
  687. font-size: 16px;
  688. }
  689. .center_tap{
  690. display: flex;
  691. justify-content: right;
  692. width: 100%;
  693. padding: 10px 0;
  694. border-bottom: 1px solid #f1f1f1;
  695. }
  696. .center_tap img{
  697. display: block;
  698. margin-left: 10px;
  699. cursor: pointer;
  700. }
  701. .tableHead{
  702. margin-top: 0;
  703. }
  704. .tableHead tr td:first-child{
  705. padding-left: 15px;
  706. }
  707. .tableList table tr td:first-child{
  708. padding-left: 15px;
  709. }
  710. .tableList table tr td:last-child{
  711. width: 5%;
  712. }
  713. .tableList table tr td:last-child span{
  714. margin: 0!important;
  715. }
  716. .tableHead tr td:last-child{
  717. width: 5%;
  718. }
  719. .centerLeft .centerLeft-center .tableList table tr:hover td{
  720. border-top: 1px solid #d0d0d0;
  721. border-bottom: 1px solid #d0d0d0;
  722. color: var(--color);
  723. }
  724. .centerLeft .centerLeft-center .tableList table tr:hover td:first-child{
  725. border-left: 1px solid #d0d0d0;
  726. }
  727. .centerLeft .centerLeft-center .tableList table tr:hover td:last-child{
  728. border-right: 1px solid #d0d0d0;
  729. }
  730. .color-d7d7d7{
  731. background: #d7d7d7;
  732. color: #626262;
  733. }
  734. .color-ffe5d5{
  735. background: #ffe5d5;
  736. color: #ff7b2b;
  737. }
  738. .color-d0e1f6{
  739. background: #d0e1f6;
  740. color: #1269d3;
  741. }
  742. .color-d1f1e1{
  743. background: #d1f1e1;
  744. color: #19b867;
  745. }
  746. .color-fad3d3{
  747. background: #fad3d3;
  748. color: #e62121;
  749. }
  750. .color-d7d7d7-hover{
  751. background: #626262;
  752. color: #ffffff;
  753. }
  754. .color-ffe5d5-hover{
  755. background: #ff7b2b;
  756. color: #ffffff;
  757. }
  758. .color-d0e1f6-hover{
  759. background: #1269d3;
  760. color: #ffffff;
  761. }
  762. .color-d1f1e1-hover{
  763. background: #19b867;
  764. color: #ffffff;
  765. }
  766. .color-fad3d3-hover{
  767. background: #e62121;
  768. color: #ffffff;
  769. }