网站
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

612 satır
9.9 KiB

  1. .auction_hall_condition {
  2. width: 1200px;
  3. /* height: 300px; */
  4. margin: auto;
  5. /* background: red; */
  6. margin-top: 15px;
  7. }
  8. .auction_hall_condition table {
  9. width: 100%;
  10. height: 100%;
  11. font-size: 14px;
  12. }
  13. .auction_hall_condition table .auction_tr {
  14. height: 42px;
  15. }
  16. .auction_hall_condition table tr td {
  17. text-align: center;
  18. }
  19. .auction_hall_condition table tr .auction_td {
  20. background: #F8F8F8;
  21. color: #999999;
  22. width: 122px;
  23. }
  24. .auction_hall_table_tab {
  25. position: relative;
  26. float: left;
  27. padding: 1px 8px;
  28. margin-left: 15px;
  29. font-size: 14px;
  30. color: #666666;
  31. cursor: pointer;
  32. margin-bottom: 10px;
  33. }
  34. .auction_hot_icon {
  35. position: absolute;
  36. left: -10px;
  37. top: 2px;
  38. width: 14px;
  39. height: 16px;
  40. }
  41. .auction_hot_icon img {
  42. width: 100%;
  43. height: 100%;
  44. }
  45. .auction_hall_table_tab_select {
  46. color: #FFFFFF!important;
  47. background: var(--color)!important;
  48. }
  49. .data_input, .data_input2, .data_input3, .data_input4 {
  50. float: left;
  51. width: 190px;
  52. height: 26px;
  53. background: #F6F6F6;
  54. border: 1px solid #E5E5E5;
  55. border-radius: 4px;
  56. text-indent: 10px;
  57. margin-left: 15px;
  58. font-size: 14px;
  59. }
  60. .data_input2, .data_input4 {
  61. margin-left: 0;
  62. }
  63. .datas_input::-webkit-input-placeholder {
  64. color: #999;
  65. }
  66. .datas_input:-moz-placeholder {
  67. color: #999;
  68. }
  69. .datas_input:-ms-input-placeholder {
  70. color: #999;
  71. }
  72. .input_data_icon {
  73. position: absolute;
  74. width: 22px;
  75. left: 178px;
  76. top: 9px;
  77. }
  78. .input_data_icon2 {
  79. left: 395px;
  80. }
  81. .data_input_line {
  82. float: left;
  83. width: 15px;
  84. height: 1px;
  85. margin: 12.5px 5px;
  86. background: #BEBEBE;
  87. }
  88. .input_data_btn {
  89. float: left;
  90. width: 63px;
  91. height: 28px;
  92. background: var(--color);
  93. border-radius: 35px;
  94. font-size: 14px;
  95. color: #FFFFFF;
  96. line-height: 28px;
  97. margin-left: 25px;
  98. cursor: pointer;
  99. }
  100. .auction_all_left {
  101. float: left;
  102. width: 60px;
  103. height: 95%;
  104. margin-top: 8px;
  105. }
  106. .auction_hall_table_tab:hover {
  107. color: #FFFFFF;
  108. background: var(--color);
  109. }
  110. .auction_add_area .auction_hall_table_tab:hover {
  111. color: var(--color);
  112. background: transparent;
  113. }
  114. .auction_all_right {
  115. float: left;
  116. width: 93%;
  117. padding-bottom: 10px;
  118. }
  119. .auction_all_right .auction_hall_table_tab {
  120. margin-top: 8px;
  121. }
  122. .auction_add_area {
  123. float: left;
  124. line-height: 20px;
  125. width: 96.5%;
  126. margin-top: 5px;
  127. padding-bottom: 5px;
  128. background: #F6F6F6;
  129. display: none;
  130. }
  131. .pageNum{
  132. margin-top: 45px;
  133. text-align: center;
  134. }
  135. .pageNum li{
  136. width: 25px;
  137. height: 25px;
  138. text-align: center;
  139. line-height: 25px;
  140. margin-right: 5px;
  141. display: inline-block;
  142. }
  143. .pageNum p{
  144. height: 25px;
  145. text-align: center;
  146. line-height: 25px;
  147. margin-right: 5px;
  148. display: inline-block;
  149. }
  150. .pageNum li.active{
  151. background-color: var(--color);
  152. color: #ffffff;
  153. border-radius: 2px;
  154. }
  155. .pageNum li:hover{
  156. background-color: var(--color);
  157. color: #ffffff;
  158. border-radius: 2px;
  159. cursor:pointer;
  160. }
  161. .importantText{
  162. color: #636363;
  163. padding: 18px;
  164. background-color: #e5f2f1;
  165. }
  166. .swiperDiv{
  167. border: 1px solid #eaeaea;
  168. margin-top: 20px;
  169. }
  170. .pc-slide {
  171. width: 500px;
  172. margin: 0 auto;
  173. }
  174. .view .swiper-container {
  175. width: 500px;
  176. height: 350px;
  177. }
  178. .view .arrow-left {
  179. background: url(../../images/feel3.png) no-repeat left top;
  180. position: absolute;
  181. left: 10px;
  182. top: 50%;
  183. margin-top: -25px;
  184. width: 30px;
  185. height: 30px;
  186. z-index: 10;
  187. background-size: 100%;
  188. }
  189. .view .arrow-right {
  190. background: url(../../images/feel4.png) no-repeat left bottom;
  191. position: absolute;
  192. right: 10px;
  193. top: 50%;
  194. margin-top: -25px;
  195. width: 30px;
  196. height: 30px;
  197. z-index: 10;
  198. background-size: 100%;
  199. }
  200. .preview {
  201. width: 100%;
  202. margin-top: 10px;
  203. position: relative;
  204. }
  205. .preview .swiper-container {
  206. width: 430px;
  207. height: 82px;
  208. margin-left: 35px;
  209. }
  210. .preview .swiper-slide {
  211. width: 87px;
  212. height: 82px;
  213. }
  214. .preview .slide6 {
  215. width: 82px;
  216. }
  217. .preview .arrow-left {
  218. background: url(../../images/feel6.png) no-repeat left top;
  219. position: absolute;
  220. left: 10px;
  221. top: 50%;
  222. margin-top: -9px;
  223. width: 9px;
  224. height: 18px;
  225. z-index: 10;
  226. }
  227. .preview .arrow-right {
  228. background: url(../../images/feel5.png) no-repeat left bottom;
  229. position: absolute;
  230. right: 10px;
  231. top: 50%;
  232. margin-top: -9px;
  233. width: 9px;
  234. height: 18px;
  235. z-index: 10;
  236. }
  237. .preview img {
  238. padding: 1px;
  239. }
  240. .preview .active-nav img {
  241. padding: 0;
  242. border: 1px solid #F00;
  243. }
  244. .swiperDetail{
  245. width: 665px;
  246. }
  247. .swiperTit{
  248. font-size: 24px;
  249. margin-top: 18px;
  250. margin-bottom: 20px;
  251. }
  252. .swiperTable{
  253. border-collapse: collapse;
  254. }
  255. .swiperTable tr:first-child td{
  256. color: #FFF!important;
  257. padding: 0 15px;
  258. line-height: 60px;
  259. }
  260. .swiperTable tr:first-child td:nth-child(1){
  261. text-align: center;
  262. width: 12%;
  263. background: #c71622;
  264. }
  265. .swiperTable tr:first-child td:nth-child(2){
  266. background-image: linear-gradient(to right, #e82d2d , #f6a4ab);
  267. }
  268. .swiperTable tr td{
  269. padding-top: 20px;
  270. }
  271. .swiperTable tr td:nth-child(2){
  272. color:#c21f3a;
  273. /*padding-left: 28px;*/
  274. }
  275. .swiperTable tr td:nth-child(2) span{
  276. font-size: 22px;
  277. }
  278. .swiperInput{
  279. padding: 12px 14px;
  280. background-color: #f3f3f3;margin-top: 20px;
  281. }
  282. nput::-webkit-outer-spin-button,
  283. input::-webkit-inner-spin-button {
  284. -webkit-appearance: none;
  285. }
  286. .swiperInput input[type='number']{
  287. background-color: #e5e5e5;
  288. width: 244px;
  289. height: 40px;
  290. border: 1px solid #c6c6c6;
  291. padding-left: 20px;
  292. font-size: 24px;
  293. margin-left: 10px;
  294. -moz-appearance: textfield;
  295. }
  296. .swiperInput input[type='button']{
  297. background-color: #e5e5e5;
  298. width: 28px;
  299. height: 19px;
  300. font-size: 24px;
  301. border:none;
  302. line-height: 20px;
  303. color: #7C7C7C;
  304. display: block;
  305. margin-left: 2px;
  306. }
  307. .swiperInput input[type='button']:nth-child(2){
  308. margin-top: 2px;
  309. }
  310. .swiperInput inputTit{
  311. line-height: 42px;
  312. }
  313. .swiperInput .sign{
  314. background-color: #c21f3a;
  315. color: #FFFFFF;
  316. padding: 6px 0px;
  317. text-align: center;
  318. width: 244px;
  319. margin-left: 10px;
  320. margin-top: 12px;
  321. }
  322. .swiperInput .sign p:nth-child(1){
  323. font-size: 16px;
  324. }
  325. .swiperInput .sign p:nth-child(2){
  326. font-size: 12px;
  327. }
  328. .swiperInput table tr:last-child td:nth-child(2) img{
  329. margin-left: 10px;
  330. margin-top: 8px;
  331. }
  332. .ts{
  333. background-color: #c21f3a;
  334. width: 18px;
  335. height: 18px;
  336. border-radius: 50%;
  337. display: inline-block;
  338. text-align: center;
  339. color: #FFFFFF;
  340. margin-right: 5px;
  341. }
  342. .signTit{
  343. margin-top: 32px;
  344. margin-left: 10px;
  345. }
  346. .tableTime{
  347. margin-top: 20px;
  348. }
  349. .tableTime tr td{
  350. padding: 6px 0px;
  351. }
  352. .tableTime tr td:nth-child(2){
  353. padding-left: 25px;
  354. }
  355. .wh{
  356. display: inline-block;
  357. background-color: #c7c7c7;
  358. color: #FFFFFF;
  359. border-radius: 50%;
  360. width: 18px;
  361. height: 18px;
  362. text-align: center;
  363. margin-left: 5px;
  364. cursor: pointer;
  365. }
  366. .tabTable{
  367. margin-top: 25px;
  368. margin-bottom: 40px;
  369. }
  370. .tabTable ul li{
  371. border-right: 1px solid #ececec;
  372. border-top: 1px solid #ececec;
  373. border-bottom: 1px solid #ececec;
  374. padding: 8px 25px;
  375. float: left;
  376. }
  377. .tabTable ul li:first-child{
  378. border-left: 1px solid #ececec;
  379. }
  380. .tabTable .active{
  381. background-color: var(--color);
  382. color: #FFFFFF;
  383. }
  384. .tabTable ul li:hover{
  385. background-color: var(--color);
  386. color: #FFFFFF;
  387. cursor: pointer;
  388. }
  389. #tabDetail2 img{
  390. width: 596px;
  391. display: inline-block;
  392. float: left;
  393. margin-right: 8px;
  394. margin-top: 8px;
  395. }
  396. #tabDetail2 img:nth-child(2n){
  397. margin-right: 0;
  398. }
  399. #tabDetail3{
  400. border: 1px solid #ececec;
  401. padding: 10px;
  402. }
  403. #tabDetail3 p{
  404. text-indent: 2em;
  405. line-height: 35px;
  406. }
  407. #tabDetail3 h3{
  408. line-height: 35px;
  409. font-weight: bold;
  410. }
  411. #tabDetail3 h1,#tabDetail4 h1{
  412. padding-bottom: 20px;
  413. margin-bottom: 10px;
  414. border-bottom: 1px solid #ececec;
  415. color: var(--color);
  416. }
  417. #tabDetail4{
  418. border: 1px solid #ececec;
  419. padding: 10px;
  420. }
  421. #tabDetail4 table{
  422. width: 100%;
  423. }
  424. #tabDetail4 table tr:first-child td{
  425. background-color: #e8e8e8;
  426. border-bottom: none;
  427. }
  428. #tabDetail4 table tr td{
  429. text-align: center;
  430. padding: 15px 0px;
  431. border-bottom: 1px solid #ececec;
  432. }
  433. #tabDetail4 table tr:last-child td{
  434. border-bottom: none;
  435. }
  436. #tabDetail4 table tr:nth-child(2) td:nth-child(4){
  437. color: #ac2925;
  438. }
  439. #tabDetail1 table tr td{
  440. line-height: 36px;
  441. border: 1px solid #000000;
  442. }
  443. .s0 td {
  444. border: none!important;
  445. }
  446. #tabDetail1 table {
  447. line-height: 25px;
  448. text-align: center;
  449. border-collapse: collapse;
  450. }
  451. .proTittle{
  452. font-size: 24px;
  453. font-weight: bold;
  454. text-align: center;
  455. }
  456. .centerLeft-center-middle{
  457. margin-right: 60px;
  458. }
  459. .centerLeft-center-middle:nth-child(4n){
  460. margin-right: 0px;
  461. }
  462. .clickBtm{
  463. border-top: 1px solid #e0e0e0;
  464. margin-top: 10px;
  465. padding: 2px 0;
  466. color: #a6a6a6;
  467. }
  468. .clickBtm:hover{
  469. background: #EEEEEE;
  470. color: #cccccc;
  471. }
  472. .bondTable tr td{
  473. padding: 5px 0px;
  474. }
  475. .bondTable tr td:nth-child(odd){
  476. width: 10%;
  477. text-align: right;
  478. }
  479. .bondTable input[type='text']{
  480. border: 1px solid #e3e3e3;
  481. width: 30%;
  482. height: 30px;
  483. margin-left: 10px;
  484. padding-left: 10px;
  485. }
  486. .bondTable tr td span{
  487. color: red;
  488. }
  489. .preservation{
  490. color: #ffffff;
  491. background: var(--color);
  492. border-radius: 0;
  493. width: 30%;
  494. margin: 0 auto;
  495. border: none;
  496. padding: 8px;
  497. margin-left: 10px;
  498. }
  499. .rule p{
  500. font-size: 12px;
  501. margin-top: 10px;
  502. }
  503. .projectInformation{
  504. padding: 15px 20px;
  505. ine-height: 40px;
  506. background: #f9f9f9;
  507. border: 1px solid #e8e8e8;
  508. }
  509. .signUpYes{
  510. /*background: linear-gradient(to right, #e82d2d , #f6a4ab);*/
  511. background-color: #c21f3a;
  512. color: #FFFFFF;
  513. padding: 6px 0px;
  514. text-align: center;
  515. width: 244px;
  516. line-height: 50px;
  517. }