农燊高科官方网站
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.
 
 
 

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