dynamic.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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: 300px;
  25. height: 200px;
  26. display: flex;
  27. justify-content: center;
  28. align-items: center;
  29. }
  30. .enterpriseDynamics .bifJournal .eachItem .eachItemImg img {
  31. width: 200px;
  32. height: 200px;
  33. }
  34. .enterpriseDynamics .bifJournal .eachItem .eachItemRight {
  35. margin-left: 40px;
  36. flex: 1;
  37. }
  38. .enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightTilt {
  39. font-size: 26px;
  40. }
  41. .enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightText {
  42. font-size: 18px;
  43. margin-top: 10px;
  44. margin-bottom: 10px;
  45. line-height: 22px;
  46. height: 135px;
  47. overflow: hidden;
  48. text-overflow: ellipsis;
  49. }
  50. .enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightBum {
  51. display: flex;
  52. justify-content: space-between;
  53. font-size: 16px;
  54. }
  55. .enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightBum .ons {
  56. color: #31B7F2;
  57. cursor: pointer;
  58. }
  59. .enterpriseDynamics .bifJournal .paging {
  60. display: flex;
  61. justify-content: flex-end;
  62. margin: 20px 0 30px 0;
  63. }
  64. .enterpriseDynamics .details {
  65. margin: 20px 0px 40px 0;
  66. min-height: 300px;
  67. }
  68. .enterpriseDynamics .details .detailsTil {
  69. font-size: 26px;
  70. text-align: center;
  71. margin-bottom: 15px;
  72. position: relative;
  73. }
  74. .enterpriseDynamics .details .detailsData {
  75. display: flex;
  76. justify-content: flex-end;
  77. font-size: 18px;
  78. margin-bottom: 15px;
  79. }
  80. .enterpriseDynamics .details .detailstext {
  81. font-size: 18px;
  82. }
  83. .enterpriseDynamics .details .detailsBack {
  84. position: absolute;
  85. left: 0;
  86. top: 0;
  87. color: #31B7F2;
  88. cursor: pointer;
  89. }