dynamic.less 2.2 KB

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