dynamic.css 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. .enterpriseDynamics {
  2. display: flex;
  3. justify-content: center;
  4. margin-top: 10em;
  5. }
  6. .enterpriseDynamics .content {
  7. width: 1140px;
  8. }
  9. .enterpriseDynamics .bifJournal {
  10. width: 100%;
  11. }
  12. .enterpriseDynamics .bifJournal .headline {
  13. margin: 10px 0 20px 0;
  14. font-size: 40px;
  15. }
  16. .enterpriseDynamics .bifJournal .eachItem {
  17. margin-left: 60px;
  18. border-bottom: 1px solid #D7D7D7;
  19. padding: 30px 20px;
  20. display: flex;
  21. justify-content: space-between;
  22. }
  23. .enterpriseDynamics .bifJournal .eachItem .eachItemImg {
  24. width: 260px;
  25. height: 120px;
  26. overflow: hidden;
  27. display: flex;
  28. justify-content: center;
  29. align-items: center;
  30. }
  31. .enterpriseDynamics .bifJournal .eachItem .eachItemImg img {
  32. height: 180px;
  33. }
  34. .enterpriseDynamics .bifJournal .eachItem .eachItemRight {
  35. margin-left: 40px;
  36. flex: 1;
  37. }
  38. .enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightTilt {
  39. font-size: 25px;
  40. white-space: nowrap;
  41. overflow: hidden;
  42. text-overflow: ellipsis;
  43. }
  44. .enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightText {
  45. font-size: 18px;
  46. margin-top: 10px;
  47. margin-bottom: 10px;
  48. line-height: 22px;
  49. height: 85px;
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. text-indent: 2em;
  53. line-height: 30px;
  54. }
  55. .enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightBum {
  56. display: flex;
  57. justify-content: space-between;
  58. font-size: 16px;
  59. }
  60. .enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightBum .ons {
  61. color: #31B7F2;
  62. cursor: pointer;
  63. }
  64. .enterpriseDynamics .bifJournal .paging {
  65. display: flex;
  66. justify-content: flex-end;
  67. margin: 20px 0 30px 0;
  68. }
  69. .enterpriseDynamics .details {
  70. margin: 20px 0px 40px 0;
  71. min-height: 300px;
  72. }
  73. .enterpriseDynamics .details .detailsTil {
  74. font-size: 26px;
  75. text-align: center;
  76. margin-bottom: 15px;
  77. position: relative;
  78. }
  79. .enterpriseDynamics .details .detailsData {
  80. display: flex;
  81. justify-content: flex-end;
  82. font-size: 18px;
  83. margin-bottom: 15px;
  84. }
  85. .enterpriseDynamics .details .detailstext {
  86. margin-top: 6px;
  87. font-size: 18px;
  88. line-height: 32px;
  89. text-indent: 2em;
  90. }
  91. .enterpriseDynamics .details .detailsBack {
  92. position: absolute;
  93. left: 0;
  94. top: 0;
  95. color: #31B7F2;
  96. cursor: pointer;
  97. }