网站
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

835 Zeilen
14 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. }
  188. .swiperDiv{
  189. /*border: 1px solid #eaeaea;*/
  190. margin-top: 20px;
  191. }
  192. .pc-slide {
  193. width: 500px;
  194. margin: 0 auto;
  195. }
  196. .view .swiper-container {
  197. width: 500px;
  198. height: 350px;
  199. }
  200. .view .arrow-left {
  201. background: url(../../images/feel3.png) no-repeat left top;
  202. position: absolute;
  203. left: 10px;
  204. top: 50%;
  205. margin-top: -25px;
  206. width: 30px;
  207. height: 30px;
  208. z-index: 10;
  209. background-size: 100%;
  210. }
  211. .view .arrow-right {
  212. background: url(../../images/feel4.png) no-repeat left bottom;
  213. position: absolute;
  214. right: 10px;
  215. top: 50%;
  216. margin-top: -25px;
  217. width: 30px;
  218. height: 30px;
  219. z-index: 10;
  220. background-size: 100%;
  221. }
  222. .preview {
  223. width: 100%;
  224. margin-top: 10px;
  225. position: relative;
  226. }
  227. .preview .swiper-container {
  228. width: 430px;
  229. height: 82px;
  230. margin-left: 35px;
  231. }
  232. .preview .swiper-slide {
  233. width: 87px;
  234. height: 82px;
  235. }
  236. .preview .slide6 {
  237. width: 82px;
  238. }
  239. .preview .arrow-left {
  240. background: url(../../images/feel6.png) no-repeat left top;
  241. position: absolute;
  242. left: 10px;
  243. top: 50%;
  244. margin-top: -9px;
  245. width: 9px;
  246. height: 18px;
  247. z-index: 10;
  248. }
  249. .preview .arrow-right {
  250. background: url(../../images/feel5.png) no-repeat left bottom;
  251. position: absolute;
  252. right: 10px;
  253. top: 50%;
  254. margin-top: -9px;
  255. width: 9px;
  256. height: 18px;
  257. z-index: 10;
  258. }
  259. .preview img {
  260. padding: 1px;
  261. }
  262. .preview .active-nav img {
  263. padding: 0;
  264. border: 1px solid #F00;
  265. }
  266. .swiperDetail{
  267. width: 665px;
  268. }
  269. .swiperTit{
  270. font-size: 24px;
  271. margin-top: 18px;
  272. margin-bottom: 20px;
  273. }
  274. .swiperTable{
  275. border-collapse: collapse;
  276. }
  277. .swiperTable tr:nth-child(1) td{
  278. padding-top: 0;
  279. padding-bottom: 20px;
  280. }
  281. .swiperTable tr:nth-child(2) td{
  282. color: #FFF!important;
  283. padding: 0 15px;
  284. line-height: 60px;
  285. }
  286. .swiperTable tr:nth-child(2) td:nth-child(1){
  287. text-align: center;
  288. width: 15%;
  289. background: #c71622;
  290. }
  291. .swiperTable tr:nth-child(2) td:nth-child(2){
  292. background-image: linear-gradient(to right, #e82d2d , #f6a4ab);
  293. }
  294. .swiperTable tr td{
  295. padding-top: 20px;
  296. }
  297. .swiperTable tr td:nth-child(2){
  298. color:#fb4230;
  299. /*padding-left: 28px;*/
  300. }
  301. .swiperTable tr td:nth-child(2) span{
  302. font-size: 28px;
  303. font-weight: bold;
  304. }
  305. .swiperTable2 tr td:nth-child(2){
  306. padding-top: 20px;
  307. /*padding-left: 28px;*/
  308. }
  309. .swiperTable2 tr td:nth-child(2) span{
  310. font-size: 18px;
  311. }
  312. .swiperTable2 tr td:nth-child(1){
  313. width: 15%;
  314. padding-top: 20px;
  315. }
  316. .swiperTable2{
  317. border-collapse: collapse;
  318. }
  319. .swiperInput{
  320. padding: 12px 14px;
  321. background-color: #f3f3f3;margin-top: 20px;
  322. }
  323. nput::-webkit-outer-spin-button,
  324. input::-webkit-inner-spin-button {
  325. -webkit-appearance: none;
  326. }
  327. .swiperInput input[type='number']{
  328. background-color: #e5e5e5;
  329. width: 244px;
  330. height: 40px;
  331. border: 1px solid #c6c6c6;
  332. padding-left: 20px;
  333. font-size: 24px;
  334. margin-left: 10px;
  335. -moz-appearance: textfield;
  336. }
  337. .swiperInput input[type='button']{
  338. background-color: #e5e5e5;
  339. width: 28px;
  340. height: 19px;
  341. font-size: 24px;
  342. border:none;
  343. line-height: 20px;
  344. color: #7C7C7C;
  345. display: block;
  346. margin-left: 2px;
  347. }
  348. .swiperInput input[type='button']:nth-child(2){
  349. margin-top: 2px;
  350. }
  351. .swiperInput inputTit{
  352. line-height: 42px;
  353. }
  354. .swiperInput .sign{
  355. background-color: #c21f3a;
  356. color: #FFFFFF;
  357. padding: 6px 0px;
  358. text-align: center;
  359. width: 244px;
  360. margin-left: 10px;
  361. margin-top: 12px;
  362. }
  363. .swiperInput .sign p:nth-child(1){
  364. font-size: 16px;
  365. }
  366. .swiperInput .sign p:nth-child(2){
  367. font-size: 12px;
  368. }
  369. .swiperInput table tr:last-child td:nth-child(2) img{
  370. margin-left: 10px;
  371. margin-top: 8px;
  372. }
  373. .ts{
  374. background-color: #c21f3a;
  375. width: 18px;
  376. height: 18px;
  377. border-radius: 50%;
  378. display: inline-block;
  379. text-align: center;
  380. color: #FFFFFF;
  381. margin-right: 5px;
  382. }
  383. .signTit{
  384. margin-top: 32px;
  385. margin-left: 10px;
  386. }
  387. .tableTime{
  388. margin-top: 5px;
  389. }
  390. .tableTime tr td{
  391. padding: 6px 0px;
  392. }
  393. .tableTime tr td:nth-child(2){
  394. padding-left: 25px;
  395. }
  396. .wh{
  397. display: inline-block;
  398. background-color: #c7c7c7;
  399. color: #FFFFFF;
  400. border-radius: 50%;
  401. width: 18px;
  402. height: 18px;
  403. text-align: center;
  404. margin-left: 5px;
  405. cursor: pointer;
  406. }
  407. .tabTable{
  408. margin-top: 25px;
  409. margin-bottom: 40px;
  410. }
  411. .tabTable ul li{
  412. border-right: 1px solid #ececec;
  413. border-top: 1px solid #ececec;
  414. border-bottom: 1px solid #ececec;
  415. padding: 8px 25px;
  416. float: left;
  417. }
  418. .tabTable ul li:first-child{
  419. border-left: 1px solid #ececec;
  420. }
  421. .tabTable .active{
  422. background-color: var(--color);
  423. color: #FFFFFF;
  424. }
  425. .tabTable ul li:hover{
  426. background-color: var(--color);
  427. color: #FFFFFF;
  428. cursor: pointer;
  429. }
  430. #tabDetail2 img{
  431. width: 596px;
  432. display: inline-block;
  433. float: left;
  434. margin-right: 8px;
  435. margin-top: 8px;
  436. }
  437. #tabDetail2 img:nth-child(2n){
  438. margin-right: 0;
  439. }
  440. #tabDetail3{
  441. border: 1px solid #ececec;
  442. padding: 10px;
  443. }
  444. #tabDetail3 p{
  445. text-indent: 2em;
  446. line-height: 35px;
  447. }
  448. #tabDetail3 h3{
  449. line-height: 35px;
  450. font-weight: bold;
  451. }
  452. #tabDetail3 h1,#tabDetail4 h1{
  453. padding-bottom: 20px;
  454. margin-bottom: 10px;
  455. border-bottom: 1px solid #ececec;
  456. color: var(--color);
  457. }
  458. #tabDetail4{
  459. border: 1px solid #ececec;
  460. padding: 10px;
  461. }
  462. #tabDetail4 table{
  463. width: 100%;
  464. }
  465. #tabDetail4 table tr:first-child td{
  466. background-color: #e8e8e8;
  467. border-bottom: none;
  468. }
  469. #tabDetail4 table tr td{
  470. text-align: center;
  471. padding: 15px 0px;
  472. border-bottom: 1px solid #ececec;
  473. }
  474. #tabDetail4 table tr:last-child td{
  475. border-bottom: none;
  476. }
  477. #tabDetail4 table tr:nth-child(2) td:nth-child(4){
  478. color: #ac2925;
  479. }
  480. #tabDetail1 table tr td{
  481. line-height: 36px;
  482. border: 1px solid #000000;
  483. }
  484. .s0 td {
  485. border: none!important;
  486. }
  487. #tabDetail1 table {
  488. line-height: 25px;
  489. text-align: center;
  490. border-collapse: collapse;
  491. }
  492. .proTittle{
  493. font-size: 24px;
  494. font-weight: bold;
  495. text-align: center;
  496. }
  497. .centerLeft-center-middle{
  498. margin-right: 60px;
  499. }
  500. .centerLeft-center-middle:nth-child(4n){
  501. margin-right: 0px;
  502. }
  503. .clickBtm{
  504. border-top: 1px solid #e0e0e0;
  505. margin-top: 10px;
  506. padding: 2px 0;
  507. color: #a6a6a6;
  508. }
  509. .clickBtm:hover{
  510. background: #EEEEEE;
  511. color: #cccccc;
  512. }
  513. .bondTable tr td{
  514. padding: 5px 0px;
  515. }
  516. .bondTable tr td:nth-child(odd){
  517. width: 10%;
  518. text-align: right;
  519. }
  520. .bondTable input[type='text']{
  521. border: 1px solid #e3e3e3;
  522. width: 30%;
  523. height: 30px;
  524. margin-left: 10px;
  525. padding-left: 10px;
  526. }
  527. .bondTable tr td span{
  528. color: red;
  529. }
  530. .preservation{
  531. color: #ffffff;
  532. background: var(--color);
  533. border-radius: 0;
  534. width: 30%;
  535. margin: 0 auto;
  536. border: none;
  537. padding: 8px;
  538. margin-left: 10px;
  539. }
  540. .rule p{
  541. font-size: 12px;
  542. margin-top: 10px;
  543. }
  544. .projectInformation{
  545. padding: 15px 20px;
  546. ine-height: 40px;
  547. background: #f9f9f9;
  548. border: 1px solid #e8e8e8;
  549. }
  550. .signUpYes{
  551. /*background: linear-gradient(to right, #e82d2d , #f6a4ab);*/
  552. background-color: #c21f3a;
  553. color: #FFFFFF;
  554. padding: 6px 0px;
  555. text-align: center;
  556. width: 244px;
  557. line-height: 50px;
  558. }
  559. .dialog{
  560. width: 100%;
  561. height: 100vh;
  562. position: fixed;
  563. top: 0;
  564. left: 0;
  565. z-index: 999999999;
  566. }
  567. .bg-mengban{
  568. width: 100%;
  569. height: 100vh;
  570. }
  571. .dialog_content{
  572. position: absolute;
  573. top: 50%;
  574. left: 50%;
  575. transform: translate(-50%,-50%);
  576. background: #ffffff;
  577. width: 50%;
  578. padding: 2vh;
  579. border-radius: 10px;
  580. }
  581. .dialog_content_center{
  582. height: 40vh;
  583. overflow-y: scroll;
  584. }
  585. .dialog_tt{
  586. font-size: 32px;
  587. font-weight: bold;
  588. line-height: 32px;
  589. margin-bottom: 2vh;
  590. text-align: center;
  591. }
  592. .dialog_content p{
  593. line-height: 32px;
  594. }
  595. .close_dialog{
  596. text-align: center;
  597. }
  598. .close_dialog p{
  599. display: inline-block;
  600. padding: 0px 35px;
  601. background: var(--color);
  602. color: #ffffff;
  603. margin: 0 auto;
  604. border-radius: 50px;
  605. }
  606. #timeDown{
  607. font-size: 14px;
  608. margin-left: 15px;
  609. }
  610. .centerLeft_center{
  611. display: flex;
  612. margin-top: 25px;
  613. }
  614. .centerLeft_center img{
  615. display: block;
  616. width: 300px;
  617. height: 174px;
  618. margin-right: 25px;
  619. flex-shrink: 0;
  620. }
  621. .centerLeft-center-middle-money {
  622. font-size: 14px;
  623. color: #d21313;
  624. display: -webkit-box;
  625. -webkit-box-orient: vertical;
  626. -webkit-line-clamp: 1;
  627. word-break: break-all;
  628. overflow: hidden;
  629. }
  630. .centerLeft-center-middle-money i{
  631. font-size: 18px;
  632. color: #d21313;
  633. font-weight: bold;
  634. }
  635. .centerLeft-center-middle-block{
  636. display: flex;
  637. justify-content: space-between;
  638. align-items: center;
  639. }
  640. .centerLeft-center-middle-block .centerLeft-center-middle-tit01{
  641. font-size: 20px;
  642. font-weight: bold;
  643. color: #333333;
  644. display: flex;
  645. align-items: center;
  646. flex: 1;
  647. }
  648. .centerLeft-center-middle-block .centerLeft-center-middle-tit01 strong{
  649. flex: 1;
  650. display: -webkit-box;
  651. -webkit-box-orient: vertical;
  652. -webkit-line-clamp: 1;
  653. word-break: break-all;
  654. overflow: hidden;
  655. }
  656. .centerLeft-center-middle-block .centerLeft-center-middle-tit01 span{
  657. font-size: 14px;
  658. border: none;
  659. font-weight: normal;
  660. padding: 2px 6px;
  661. text-align: center;
  662. display: inline-block;
  663. }
  664. .centerLeft-center-middle-block .centerLeft-center-middle-money i{
  665. font-size: 28px;
  666. }
  667. .centerLeft-center-middle-block .centerLeft-center-middle-money{
  668. line-height: 1;
  669. flex-shrink: 0;
  670. }
  671. .centerLeft_center .centerLeft-center-middle-ul li p span{
  672. color: #535252;
  673. font-size: 16px;
  674. }
  675. .centerLeft_center .centerLeft-center-middle-ul li p{
  676. color: #535252;
  677. font-size: 16px;
  678. }
  679. .center_tap{
  680. display: flex;
  681. justify-content: right;
  682. width: 100%;
  683. padding: 10px 0;
  684. border-bottom: 1px solid #d5d5d5;
  685. }
  686. .center_tap img{
  687. display: block;
  688. margin-left: 10px;
  689. cursor: pointer;
  690. }
  691. .tableHead{
  692. margin-top: 0;
  693. }
  694. .tableHead tr td:first-child{
  695. padding-left: 15px;
  696. }
  697. .tableList table tr td:first-child{
  698. padding-left: 15px;
  699. }
  700. .tableList table tr td:last-child{
  701. width: 5%;
  702. }
  703. .tableList table tr td:last-child span{
  704. margin: 0!important;
  705. }
  706. .tableHead tr td:last-child{
  707. width: 5%;
  708. }