网站
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

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