网站
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

601 行
9.6 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. }
  365. .tabTable{
  366. margin-top: 25px;
  367. margin-bottom: 40px;
  368. }
  369. .tabTable ul li{
  370. border-right: 1px solid #ececec;
  371. border-top: 1px solid #ececec;
  372. border-bottom: 1px solid #ececec;
  373. padding: 8px 25px;
  374. float: left;
  375. }
  376. .tabTable ul li:first-child{
  377. border-left: 1px solid #ececec;
  378. }
  379. .tabTable .active{
  380. background-color: var(--color);
  381. color: #FFFFFF;
  382. }
  383. .tabTable ul li:hover{
  384. background-color: var(--color);
  385. color: #FFFFFF;
  386. cursor: pointer;
  387. }
  388. #tabDetail2 img{
  389. width: 596px;
  390. display: inline-block;
  391. float: left;
  392. margin-right: 8px;
  393. margin-top: 8px;
  394. }
  395. #tabDetail2 img:nth-child(2n){
  396. margin-right: 0;
  397. }
  398. #tabDetail3{
  399. border: 1px solid #ececec;
  400. padding: 10px;
  401. }
  402. #tabDetail3 p{
  403. text-indent: 2em;
  404. line-height: 35px;
  405. }
  406. #tabDetail3 h3{
  407. line-height: 35px;
  408. font-weight: bold;
  409. }
  410. #tabDetail3 h1,#tabDetail4 h1{
  411. padding-bottom: 20px;
  412. margin-bottom: 10px;
  413. border-bottom: 1px solid #ececec;
  414. color: var(--color);
  415. }
  416. #tabDetail4{
  417. border: 1px solid #ececec;
  418. padding: 10px;
  419. }
  420. #tabDetail4 table{
  421. width: 100%;
  422. }
  423. #tabDetail4 table tr:first-child td{
  424. background-color: #e8e8e8;
  425. border-bottom: none;
  426. }
  427. #tabDetail4 table tr td{
  428. text-align: center;
  429. padding: 15px 0px;
  430. border-bottom: 1px solid #ececec;
  431. }
  432. #tabDetail4 table tr:last-child td{
  433. border-bottom: none;
  434. }
  435. #tabDetail4 table tr:nth-child(2) td:nth-child(4){
  436. color: #ac2925;
  437. }
  438. #tabDetail1 table tr td{
  439. line-height: 36px;
  440. border: 1px solid #000000;
  441. }
  442. .s0 td {
  443. border: none!important;
  444. }
  445. #tabDetail1 table {
  446. line-height: 25px;
  447. text-align: center;
  448. border-collapse: collapse;
  449. }
  450. .proTittle{
  451. font-size: 24px;
  452. font-weight: bold;
  453. text-align: center;
  454. }
  455. .centerLeft-center-middle{
  456. margin-right: 60px;
  457. }
  458. .centerLeft-center-middle:nth-child(4n){
  459. margin-right: 0px;
  460. }
  461. .clickBtm{
  462. border-top: 1px solid #e0e0e0;
  463. margin-top: 10px;
  464. padding: 2px 0;
  465. color: #a6a6a6;
  466. }
  467. .clickBtm:hover{
  468. background: #EEEEEE;
  469. color: #cccccc;
  470. }
  471. .bondTable tr td{
  472. padding: 5px 0px;
  473. }
  474. .bondTable tr td:nth-child(odd){
  475. width: 10%;
  476. text-align: right;
  477. }
  478. .bondTable input[type='text']{
  479. border: 1px solid #e3e3e3;
  480. width: 30%;
  481. height: 30px;
  482. margin-left: 10px;
  483. padding-left: 10px;
  484. }
  485. .bondTable tr td span{
  486. color: red;
  487. }
  488. .preservation{
  489. color: #ffffff;
  490. background: var(--color);
  491. border-radius: 0;
  492. width: 30%;
  493. margin: 0 auto;
  494. border: none;
  495. padding: 8px;
  496. margin-left: 10px;
  497. }
  498. .rule p{
  499. font-size: 12px;
  500. margin-top: 10px;
  501. }
  502. .projectInformation{
  503. padding: 15px 20px;
  504. ine-height: 40px;
  505. background: #f9f9f9;
  506. border: 1px solid #e8e8e8;
  507. }