网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

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