dynamic.less 2.3 KB

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