网站
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

1203 líneas
18 KiB

  1. /*顶部标题*/
  2. .topTit {
  3. color: #adadad;
  4. width: 50%;
  5. text-align: left;
  6. font-size: 12px;
  7. padding: 10px 0;
  8. }
  9. .topDress{
  10. position: relative;
  11. }
  12. .topDress .el-input__inner {
  13. background: none;
  14. height: 25px;
  15. font-size: 12px;
  16. }
  17. .topDress .el-select {
  18. border: 1px solid #dbdbdb;
  19. height: 25px;
  20. width: 110px;
  21. background: url("../images/icon3.png") 8px no-repeat;
  22. padding-left: 10px;
  23. }
  24. .topDress .el-input__suffix {
  25. top: 5px !important;
  26. }
  27. .topDress .el-input__icon {
  28. line-height: 15px !important;
  29. }
  30. .topDress .el-input__suffix-inner {
  31. display: inline-block !important;
  32. }
  33. .topTit02 {
  34. border: 1px solid #dbdbdb;
  35. font-size: 12px;
  36. line-height: 23px;
  37. padding: 0px 15px;
  38. margin-left: 15px;
  39. margin-top: 7px;
  40. cursor: pointer;
  41. }
  42. .topTit02 img{
  43. margin-top: 2px;
  44. margin-right: 5px;
  45. }
  46. /*logo和搜索*/
  47. .logoSearch {
  48. padding: 20px 0px;
  49. }
  50. .logoSearch .logoSearch-div {
  51. height: 72px;
  52. line-height: 72px;
  53. position: relative;
  54. }
  55. .logoSearch-div a {
  56. margin-left: 20px;
  57. color: #b8b8b8;
  58. }
  59. .logoSearch-div a:hover {
  60. color: #007b76;
  61. }
  62. .logoSearch-div h1 {
  63. line-height: 72px;
  64. margin-left: 15px;
  65. }
  66. .logoSearch-div:first-child img,.logoSearch-div:first-child h1{
  67. cursor: pointer;
  68. }
  69. .logoSearch .searchClass {
  70. border: 2px solid #007b76;
  71. border-radius: 20px;
  72. background: transparent;
  73. padding: 6px 10px;
  74. width: 100%;
  75. }
  76. .searchDiv {
  77. position: relative;
  78. width: 270px;
  79. transform: translate(0, 20px);
  80. margin-left: 120px;
  81. }
  82. .searchButton {
  83. background-color: #007b76 !important;
  84. color: #ffffff !important;
  85. width: 65px !important;
  86. border: 2px solid #007b76;
  87. border-radius: 25px;
  88. padding: 4px 0px;
  89. position: absolute;
  90. right: 0;
  91. }
  92. /*导航栏*/
  93. .top .active {
  94. background-color: #007b76;
  95. }
  96. .top .active a {
  97. color: #FFFFFF;
  98. }
  99. .top {
  100. border-bottom: 2px solid #007b76;
  101. }
  102. .top ul {
  103. padding-bottom: 5px;
  104. }
  105. .top ul li {
  106. border-radius: 20px;
  107. display: inline-block;
  108. }
  109. .top ul li a {
  110. line-height: 30px;
  111. padding: 0 20px;
  112. display: block;
  113. font-size: 16px;
  114. }
  115. .top ul li:hover {
  116. background-color: #007b76;
  117. color: #FFFFFF;
  118. }
  119. .top ul li:hover a {
  120. color: #FFFFFF;
  121. }
  122. /*banner*/
  123. .banner {
  124. margin-top: 15px;
  125. }
  126. /*banner左侧导航*/
  127. .bannerLeft {
  128. padding: 0px 0px 30px 20px;
  129. border: 1px solid #e3e3e3;
  130. width: 400px;
  131. height: 300px;
  132. }
  133. .bannerLeft-top ul li {
  134. margin: 12px 38px 0px 0px;
  135. display: inline-block;
  136. }
  137. .bannerLeft-tit01 {
  138. background: url("../images/icon1.png") 0px no-repeat;
  139. padding-left: 28px;
  140. margin-top: 26px;
  141. }
  142. .bannerLeft-tit02 {
  143. background: url("../images/icon2.png") 0px no-repeat;
  144. padding-left: 28px;
  145. margin-top: 26px;
  146. }
  147. .bannerLeft a {
  148. color: #626262;
  149. font-size: 16px;
  150. }
  151. .bannerLeft-top a:hover {
  152. color: #007b76;
  153. }
  154. .bannerLeft-top ul li:last-child a {
  155. color: #adadad;
  156. }
  157. .bannerLeft-top ul li:last-child a:hover {
  158. color: #007b76;
  159. }
  160. .bannerLeft-buttom ul li {
  161. margin: 12px 15px 0px 0px;
  162. padding: 3px 6px;
  163. background-color: #f1f1f1;
  164. border-radius: 3px;
  165. display: inline-block;
  166. }
  167. .bannerLeft-buttom li:hover {
  168. background-color: #007b76;
  169. }
  170. .bannerLeft-buttom li:hover a {
  171. color: #FFFFFF;
  172. }
  173. .bannerLeft-buttom ul li:last-child {
  174. background: none;
  175. }
  176. .bannerLeft-buttom ul li:last-child a {
  177. color: #adadad;
  178. }
  179. .bannerLeft-buttom ul li:last-child a:hover {
  180. color: #007b76;
  181. }
  182. .bannerRight {
  183. width: 800px;
  184. height: 300px;
  185. }
  186. /*内容区*/
  187. .centerLeft {}
  188. .centerLeft-top {
  189. border-bottom: 1px solid #adadad;
  190. }
  191. .center .centerLeft-top-tit01 {
  192. font-size: 28px;
  193. display: inline-block;
  194. vertical-align: middle;
  195. }
  196. .center .centerLeft-top-tit01 span {
  197. color: #d21313;
  198. }
  199. .center .centerLeft-top-tit02 {
  200. font-size: 14px;
  201. color: #d21313;
  202. display: inline-block;
  203. vertical-align: middle;
  204. }
  205. .center .centerLeft-top-tit02 span {
  206. font-size: 18px;
  207. background: #d21313;
  208. color: #FFFFFF;
  209. display: inline-block;
  210. padding: 0px 2px;
  211. }
  212. .centerLeft-center .centerleft-center-tit01 {
  213. color: #626262;
  214. margin: 24px 0px 14px 0px;
  215. }
  216. .centerLeft-center .centerleft-center-tit01 span:last-child {
  217. float: right;
  218. cursor: pointer;
  219. }
  220. .centerLeft-center .centerleft-center-tit01 span:last-child:hover {
  221. color: #007b76;
  222. }
  223. .centerLeft-center-middle {
  224. position: relative;
  225. width: 252px;
  226. border: 1px solid #e3e3e3;
  227. display: inline-block;
  228. }
  229. .centerLeft-center-middle div {
  230. padding: 12px 10px;
  231. }
  232. .centerLeft-center-middle .centerLeft-center-lable {
  233. width: 44px;
  234. /* height: 46px; */
  235. background: #007b76;
  236. color: #FFF;
  237. text-align: center;
  238. border-bottom-left-radius: 18px;
  239. border-bottom-right-radius: 18px;
  240. font-size: 14px;
  241. padding: 4px 0px;
  242. position: absolute;
  243. right: 10px;
  244. }
  245. .centerLeft-center-middle-tit01 {
  246. font-size: 16px;
  247. color: #626262;
  248. white-space: nowrap;
  249. overflow: hidden;
  250. text-overflow: ellipsis;
  251. }
  252. .centerLeft-center-middle-tit01 span {
  253. font-size: 12px;
  254. color: #007b76;
  255. border: 1px solid #007b76;
  256. padding: 1px 2px;
  257. margin-right: 6px;
  258. }
  259. .centerLeft-center-middle-ul li p {
  260. font-size: 14px;
  261. color: #626262;
  262. margin-top: 12px;
  263. }
  264. .centerLeft-center-middle-ul li:first-child p {
  265. font-size: 14px;
  266. color: #d21313;
  267. }
  268. .centerLeft-center-middle-ul li p span {
  269. display: inline-block;
  270. width: 4em;
  271. font-size: 12px;
  272. color: #adadad;
  273. margin-right: 12px;
  274. }
  275. .centerLeft-center-middle-ul li p span i {
  276. display: inline-block;
  277. width: 0.5em;
  278. }
  279. .centerLeft-center-bottom p:first-child {
  280. background: url("../images/icon3.png") 0px no-repeat;
  281. padding-left: 16px;
  282. width: 66%;
  283. border-right: 1px solid #e3e3e3;
  284. white-space:nowrap;
  285. text-overflow:ellipsis;
  286. overflow:hidden;
  287. float: left;
  288. }
  289. .centerLeft-center-bottom p:nth-child(2) {
  290. width: 30%;
  291. float: right;
  292. text-align: center;
  293. }
  294. .centerLeft-center-bottom p {
  295. font-size: 12px;
  296. color: #adadad;
  297. display: block;
  298. }
  299. .centerLeft-center-bottom {
  300. border-top: 1px solid #e3e3e3;
  301. padding: 0 10px !important;
  302. line-height: 40px;
  303. }
  304. .centerRight {}
  305. .centerRight-list0 {
  306. padding: 26px 30px;
  307. background-color: #f7f7f7;
  308. border: 1px solid #e3e3e3;
  309. }
  310. .centerRight-list0 p:first-child {
  311. font-size: 20px;
  312. color: #626262;
  313. }
  314. .centerRight-list0 p:first-child span:first-child {
  315. font-size: 12px;
  316. color: #007b76;
  317. border: 1px solid #007b76;
  318. padding: 1px 6px;
  319. margin-right: 6px;
  320. }
  321. .centerRight-list0 p:first-child span {
  322. display: inline-block;
  323. vertical-align: middle;
  324. }
  325. .centerRight-list0 p {
  326. font-size: 14px;
  327. color: #626262;
  328. margin-bottom: 20px;
  329. }
  330. .centerRight-list0 p i {
  331. display: inline-block;
  332. width: 1em;
  333. }
  334. .centerRight-list0 p:nth-child(3) span {
  335. color: #d21313;
  336. }
  337. .centerRight-list0 .down{
  338. color: #007b76;
  339. }
  340. .centerRight-list0 p:last-child {
  341. text-align: center;
  342. color: #adadad;
  343. font-size: 12px;
  344. margin-bottom: 0;
  345. }
  346. .centerRight-list1 {
  347. margin-top: 25px;
  348. background-color: #f7f7f7;
  349. border: 1px solid #e3e3e3;
  350. padding-bottom: 15px;
  351. }
  352. .centerRight-list1-tit01 {
  353. text-align: center;
  354. color: #ffffff;
  355. font-size: 20px;
  356. line-height: 42px;
  357. background-color: #007b76;
  358. }
  359. .centerRight-list1-tit02 {
  360. text-align: center;
  361. color: #007b76;
  362. font-size: 16px;
  363. margin-top: 15px;
  364. }
  365. .centerRight-list1-div01 {
  366. text-align: center;
  367. margin-top: 15px;
  368. }
  369. .centerRight-list1-div02 {
  370. margin: 0 auto;
  371. margin-top: 15px;
  372. width: 80%;
  373. margin-bottom: 18px;
  374. position: relative;
  375. }
  376. .centerRight-list1-div02 .searchClass {
  377. border: 2px solid #007b76;
  378. border-radius: 20px;
  379. background: transparent;
  380. padding: 6px 10px;
  381. width: 100%;
  382. }
  383. .searchClass .el-input-group__append {
  384. border: none;
  385. background-color: #007b76;
  386. border-radius: 20px;
  387. color: #FFFFFF;
  388. LEFT: 4PX;
  389. }
  390. .searchClass .el-input-group__prepend {
  391. border: none;
  392. background-color: transparent;
  393. padding: 0 10px 0 30px;
  394. }
  395. .searchClass .el-input__inner {
  396. height: 36px;
  397. line-height: 36px;
  398. border: none;
  399. background-color: transparent;
  400. }
  401. .searchClass .el-icon-search {
  402. font-size: 16px;
  403. line-height: 35px;
  404. }
  405. .searchClass .centerClass {
  406. height: 100%;
  407. line-height: 100%;
  408. display: inline-block;
  409. vertical-align: middle;
  410. text-align: right;
  411. }
  412. .searchClass .line {
  413. width: 1px;
  414. height: 26px;
  415. background-color: #c5c5c5;
  416. margin-left: 14px;
  417. }
  418. .centerRight-list1-div03 {
  419. border-top: 1px solid #e3e3e3;
  420. text-align: center;
  421. }
  422. .centerRight-list1-form {
  423. width: 80%;
  424. margin: 0 auto;
  425. margin-top: 15px;
  426. }
  427. .centerRight-list1-form tr {
  428. display: block;
  429. margin-bottom: 10px;
  430. }
  431. .centerRight-list1-form table {
  432. margin: 0 auto;
  433. }
  434. .centerRight-list1-form input,
  435. select {
  436. background-color: transparent;
  437. border: 1px solid #bfbfbf;
  438. height: 26px;
  439. padding-left: 5px;
  440. width: 196px;
  441. }
  442. .searchbtn {
  443. background-color: #007b76;
  444. color: #ffffff;
  445. margin: 0 auto;
  446. width: 66px;
  447. padding: 5px 0px;
  448. border: none;
  449. border-radius: 30px;
  450. }
  451. .centerRight-list2 {
  452. margin-top: 26px;
  453. background-color: #f7f7f7;
  454. border: 1px solid #e3e3e3;
  455. padding: 26px 20px;
  456. }
  457. .centerRight-list2-tit01 {
  458. font-size: 20px;
  459. color: #626262;
  460. }
  461. .centerRight-list2-tit01 span:last-child {
  462. font-size: 14px;
  463. float: right;
  464. }
  465. .centerRight-list2-tit01 span:last-child:hover {
  466. color: #007b76;
  467. cursor: pointer;
  468. }
  469. .centerRight-list2 ul li p:first-child {
  470. overflow: hidden;
  471. text-overflow: ellipsis;
  472. white-space: nowrap;
  473. margin-bottom: 10px;
  474. }
  475. .centerRight-list2 ul li p:last-child {
  476. display: flex !important;
  477. display: -webkit-box !important;
  478. display: -webkit-flex !important;
  479. justify-content: space-between;
  480. -webkit-justify-content: space-between;
  481. }
  482. .centerRight-list2 ul li p:last-child span {
  483. color: #adadad;
  484. }
  485. .centerRight-list2 ul li p:last-child span:nth-child(1) span {
  486. color: #000;
  487. }
  488. .centerRight-list2 ul li {
  489. margin-top: 28px;
  490. }
  491. .centerRight-list2 ul li a:hover {
  492. color: #007b76;
  493. }
  494. .centerRight-list3 {
  495. background-color: #f7f7f7;
  496. border: 1px solid #e3e3e3;
  497. padding: 26px 20px;
  498. }
  499. .centerRight-list3-tit01 {
  500. font-size: 20px;
  501. color: #626262;
  502. }
  503. .centerRight-list3-tit01 span {
  504. font-size: 14px;
  505. }
  506. .centerRight-list3-tit01 span:hover {
  507. color: #007b76;
  508. cursor: pointer;
  509. }
  510. .centerRight-list3 ul li p:first-child {
  511. overflow: hidden;
  512. text-overflow: ellipsis;
  513. white-space: nowrap;
  514. margin-bottom: 10px;
  515. }
  516. .centerRight-list3 ul li p:last-child {
  517. color: #adadad;
  518. }
  519. .centerRight-list3 ul li p:last-child span {
  520. color: #000;
  521. }
  522. .centerRight-list3 ul li {
  523. margin-top: 28px;
  524. }
  525. .centerRight-list3 ul li a:hover {
  526. color: #007b76;
  527. }
  528. .el-table__body-wrapper::-webkit-scrollbar {
  529. width: 0px;
  530. height: 0px;
  531. }
  532. .bottom .bottomNews-tit01 {
  533. font-size: 28px;
  534. display: inline-block;
  535. }
  536. .bottom .bottomNews-tit01 span {
  537. color: #007b76;
  538. }
  539. .bottom .bottomNews-tit02 {
  540. font-size: 16px;
  541. color: #626262;
  542. display: inline-block;
  543. }
  544. .bottom .bottomNews-tit02:hover {
  545. color: #007b76;
  546. cursor: pointer;
  547. }
  548. .bottomNews {
  549. border-bottom: 1px solid #adadad;
  550. margin-bottom: 18px;
  551. }
  552. .bottomNews-list {
  553. width: 32%;
  554. padding: 30px;
  555. background-color: #f7f7f7;
  556. border: 1px solid #e3e3e3;
  557. display: inline-block;
  558. }
  559. .bottomNews-list p {
  560. font-size: 20px;
  561. color: #626262;
  562. }
  563. .bottomNews-list p span {
  564. font-size: 16px;
  565. color: #626262;
  566. float: right;
  567. }
  568. .bottomNews-list p span:hover {
  569. color: #007b76;
  570. cursor: pointer;
  571. }
  572. .bottomNews-list ul {
  573. margin-top: 10px;
  574. }
  575. .bottomNews-list ul li {
  576. margin-top: 25px;
  577. }
  578. .bottomNews-list ul li a {
  579. overflow: hidden;
  580. text-overflow: ellipsis;
  581. white-space: nowrap;
  582. display: block;
  583. }
  584. .bottomNews-list ul li a:hover {
  585. color: #007b76;
  586. }
  587. .bidding {
  588. overflow: hidden;
  589. }
  590. .biddingTit {
  591. border-bottom: 1px solid #adadad;
  592. margin-bottom: 18px;
  593. }
  594. .biddingTit p {
  595. display: inline-block;
  596. }
  597. .bidding .biddingTit-tit01 {
  598. font-size: 28px;
  599. }
  600. .bidding .biddingTit-tit01 span {
  601. color: #007b76;
  602. }
  603. .bidding .biddingTit-tit02 {
  604. font-size: 16px;
  605. color: #626262;
  606. }
  607. .bidding .biddingTit-tit02:hover {
  608. color: #007b76;
  609. cursor: pointer;
  610. }
  611. .now-row {
  612. color: #d21313;
  613. }
  614. .notStart-row {
  615. color: #007b76;
  616. }
  617. .tableType {
  618. background-color: #e4e4e4;
  619. padding: 10px 25px;
  620. text-align: right;
  621. }
  622. .tableType i {
  623. display: inline-block;
  624. width: 10px;
  625. height: 10px;
  626. margin-right: 5px;
  627. }
  628. .tableType p {
  629. margin-left: 45px;
  630. display: inline-block;
  631. }
  632. .tableType p:nth-child(1) {
  633. color: #007b76;
  634. }
  635. .tableType p:nth-child(2) {
  636. color: #d21313;
  637. }
  638. .tableType p:nth-child(3) {
  639. color: #797979;
  640. }
  641. .tableType p:nth-child(1) i {
  642. background-color: #007b76;
  643. }
  644. .tableType p:nth-child(2) i {
  645. background-color: #d21313;
  646. }
  647. .tableType p:nth-child(3) i {
  648. background-color: #797979;
  649. }
  650. .personalTit {
  651. border-bottom: 1px solid #adadad;
  652. margin-bottom: 18px;
  653. }
  654. .personal .personalTit-tit01 {
  655. font-size: 28px;
  656. display: inline-block;
  657. }
  658. .personal .personalTit-tit01 span {
  659. color: #007b76;
  660. }
  661. .personal .personalTit-tit02 {
  662. font-size: 16px;
  663. color: #626262;
  664. display: inline-block;
  665. }
  666. .personal .personalTit-tit02:hover {
  667. color: #007b76;
  668. cursor: pointer;
  669. }
  670. .personalTit-banner {
  671. width: 400px;
  672. }
  673. .personalTit-Tab {
  674. width: 775px;
  675. position: relative;
  676. }
  677. .personalTit-Tab .perBtn {
  678. position: absolute;
  679. right: 0;
  680. color: #FFFFFF !important;
  681. border: none !important;
  682. background-color: #007b76 !important;
  683. }
  684. .el-tabs--card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  685. color: #007b76 !important;
  686. }
  687. .el-tabs--card>.el-tabs__header {
  688. margin: 0 !important;
  689. }
  690. .el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
  691. color: #007b76 !important;
  692. background: #f6f5f5 !important;
  693. }
  694. .el-tabs--card {
  695. box-shadow: none !important;
  696. }
  697. .el-tabs--card>.el-tabs__content {
  698. padding: 0 !important;
  699. }
  700. .personalTit-Tab .el-table td,
  701. .el-table th {
  702. padding: 10px 0px !important;
  703. }
  704. .el-table td.gutter,
  705. .el-table th.gutter {
  706. background: #e4e4e4 !important;
  707. }
  708. .interactionTit {
  709. border-bottom: 1px solid #adadad;
  710. margin-bottom: 18px;
  711. }
  712. .interaction .interactionTit-tit01 {
  713. font-size: 28px;
  714. }
  715. .interaction .interactionTit-tit01 span {
  716. color: #007b76;
  717. }
  718. .interaction .interactionTit-tit02 {
  719. font-size: 16px;
  720. color: #626262;
  721. }
  722. .interaction .interactionTit-tit02:hover {
  723. color: #007b76;
  724. cursor: pointer;
  725. }
  726. .interaction .searchClass {
  727. border: 2px solid #007b76;
  728. border-radius: 20px;
  729. background: transparent;
  730. width: 500px;
  731. padding: 6px 15px;
  732. }
  733. .interaction .searchClass .el-input__inner {
  734. height: 30px;
  735. }
  736. .interaction .searchClass .el-icon-search {
  737. line-height: 28px;
  738. }
  739. .interaction .seaBtn {
  740. color: #FFFFFF;
  741. border: 1px solid #007b76;
  742. background-color: #007b76;
  743. padding: 0px 40px;
  744. border-radius: 16px;
  745. line-height: 32px;
  746. height: 32px;
  747. }
  748. .bottomLink {
  749. background: #e8e8e8;
  750. margin-top: 40px;
  751. padding: 30px 0 40px;
  752. }
  753. .bottomLink-tit {
  754. font-size: 12px;
  755. color: #7f7f7f;
  756. }
  757. .bottomLink-linkList {
  758. font-size: 12px;
  759. color: #7f7f7f;
  760. width: 1000px;
  761. }
  762. .bottomLink-linkList a {
  763. width: 90px;
  764. margin-top: 15px;
  765. display: inline-block;
  766. }
  767. .ba {
  768. font-size: 12px;
  769. color: #7f7f7f;
  770. margin-top: 20px;
  771. }
  772. .ba span {
  773. margin-left: 20px;
  774. }
  775. .ewm {
  776. padding: 25px 25px 0;
  777. }
  778. .ewmtit {
  779. font-size: 12px;
  780. color: #7f7f7f;
  781. margin-top: 5px;
  782. }
  783. input[type="radio"] {
  784. appearance: none;
  785. -webkit-appearance: none;
  786. outline: none;
  787. display: none
  788. }
  789. label {
  790. display: inline-block;
  791. cursor: pointer;
  792. margin-right: 10px;
  793. }
  794. label input[type="radio"]+span {
  795. width: 12px;
  796. height: 12px;
  797. display: inline-block;
  798. border: 1px solid #007b76;
  799. background: url('../images/check.png') no-repeat;
  800. background-position: 0 0;
  801. position: relative;
  802. top: 2px;
  803. margin-right: 5px;
  804. }
  805. label input[type="radio"]:checked+span {
  806. background-position: 0 -12px
  807. }
  808. .tableHead {
  809. background-color: #e4e4e4;
  810. color: #000000;
  811. text-align: center;
  812. font-size: 16px;
  813. padding: 10px 0px;
  814. font-weight: 600;
  815. margin-top: 10px;
  816. }
  817. .tableHead tr td {
  818. width: 12%;
  819. }
  820. .tableHead tr td:first-child {
  821. width: 16%;
  822. }
  823. .tableHead tr td:last-child {
  824. width: 16%;
  825. }
  826. .tableList {
  827. height: 198px;
  828. overflow-y: auto;
  829. width: 1218px;
  830. }
  831. .tableList table tr td {
  832. width: 12%;
  833. text-align: center;
  834. padding: 10px 0px;
  835. }
  836. .tableList table tr td:first-child {
  837. width: 16%;
  838. overflow: hidden;
  839. white-space: nowrap;
  840. text-overflow: ellipsis;
  841. }
  842. .tableList table tr td:last-child {
  843. width: 16%;
  844. }
  845. .tableList table tr:nth-child(2n) {
  846. background-color: #f6f5f5;
  847. }
  848. .bidding input[type='button'] {
  849. border: 1px solid #a6a6a6;
  850. border-radius: 20px;
  851. padding: 4px 10px;
  852. }
  853. .bidding input[type='button']:hover {
  854. color: #FFFFFF !important;
  855. border-color: #007b76 !important;
  856. background-color: #007b76 !important;
  857. }
  858. .tabList table {
  859. border: 1px solid #e3e3e3;
  860. border-top: none;
  861. }
  862. .tabList table tr td {
  863. text-align: center;
  864. padding: 10px;
  865. border-top: 1px solid #e3e3e3;
  866. border-right: 1px solid #e3e3e3;
  867. }
  868. .tabList table tr td:last-child {
  869. border-right: none;
  870. }
  871. .tabList table tr:first-child td {
  872. padding: 12px 10px;
  873. border-right: none;
  874. }
  875. .tabList table tr:first-child {
  876. background-color: #f6f5f5;
  877. }
  878. .tabList p.active {
  879. border: 1px solid #e3e3e3;
  880. border-bottom: none;
  881. background-color: #f6f5f5;
  882. }
  883. .tabList p {
  884. display: inline-table;
  885. width: 128px;
  886. height: 45px;
  887. line-height: 45px;
  888. text-align: center;
  889. cursor: pointer;
  890. }
  891. .interactionTableLeft tr td {
  892. border-bottom: 1px dashed #e3e3e3;
  893. padding: 10px 0px;
  894. }
  895. .interactionTableLeft tr td:last-child {
  896. text-align: right;
  897. }
  898. .interactionTableLeft tr td:first-child {
  899. overflow: hidden;
  900. text-overflow: ellipsis;
  901. white-space: nowrap;
  902. display: block;
  903. }
  904. .interactionTableLeft tr:hover {
  905. color: #007b76;
  906. }
  907. .userName{
  908. font-size: 12px;
  909. color: #000!important;
  910. margin: 0!important;
  911. }
  912. .userName:hover{
  913. cursor: pointer;
  914. color: #007b76;
  915. }
  916. .headHover{
  917. position: absolute;
  918. top: 64px;
  919. right: 0;
  920. background: #FFF;
  921. padding: 15px 10px;
  922. width: 142px;
  923. z-index: 9;
  924. box-shadow: 0px 0px 5px #e1e1e1;
  925. }
  926. .headHover ul li a{
  927. line-height: 12px;
  928. font-size: 12px;
  929. margin-left: 5px;
  930. color: #000;
  931. }
  932. .headHover ul li a:hover{
  933. cursor: pointer;
  934. color: #007b76;
  935. }
  936. .headHover ul li:first-child p:hover{
  937. cursor: initial;
  938. color: #000;
  939. }
  940. .headHover ul li{
  941. padding: 8px 5px;
  942. }
  943. .headHover ul li:first-child{
  944. padding: 0;
  945. }
  946. .headHover ul li:first-child p{
  947. font-size: 14px;
  948. border-bottom: 1px solid #e3e3e3;
  949. padding-bottom: 15px;
  950. line-height: 14px;
  951. }
  952. .headHover ul li:last-child p{
  953. font-size: 12px;
  954. line-height: 14px;
  955. }
  956. .headHover ul li:last-child{
  957. border-top: 1px solid #e3e3e3;
  958. }
  959. .dressPc{
  960. position: absolute;
  961. right: 97px;
  962. z-index: 9;
  963. background: #FFF;
  964. padding: 5px 12px;
  965. box-shadow: 0px 0px 5px #e1e1e1;
  966. top: 32px;
  967. }
  968. .dressPc ul li{
  969. margin-bottom: 5px;
  970. cursor: pointer;
  971. }
  972. .dressPc ul li:last-child{
  973. margin-bottom: 0px;
  974. }
  975. .jiantou {
  976. width: 6px;
  977. height: 6px;
  978. border-top: 1px solid #8f8f94;
  979. border-right: 1px solid #8f8f94;
  980. transform: rotate(45deg);
  981. margin-top: 8px;
  982. margin-left: 10px;
  983. display: block;
  984. float: left;
  985. }