网站
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

774 рядки
13 KiB

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