dynamic.css 1.9 KB

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