dynamic.less 2.4 KB

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