123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .enterpriseDynamics {
- display: flex;
- justify-content: center;
- margin-top: 10em;
- .content {
- width: 1140px;
- }
- .bifJournal {
- width: 100%;
- .headline {
- margin: 10px 0 20px 0;
- font-size: 40px;
- }
- .eachItem {
- margin-left: 60px;
- border-bottom: 1px solid #D7D7D7;
- padding: 30px 20px;
- display: flex;
- justify-content: space-between;
- .eachItemImg {
- width: 260px;
- height: 120px;
- overflow: hidden;
- display: flex;
- justify-content: center;
- align-items: center;
- img {
- // width: 200px;
- height: 180px;
- }
- }
- .eachItemRight {
- margin-left: 40px;
- flex: 1;
- .eachItemRightTilt {
- font-size: 26px;
- }
- .eachItemRightText {
- font-size: 18px;
- margin-top: 10px;
- margin-bottom: 10px;
- line-height: 22px;
- height: 85px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .eachItemRightBum {
- display: flex;
- justify-content: space-between;
- font-size: 16px;
- .ons {
- color: #31B7F2;
- cursor: pointer;
- }
- }
- }
- }
- .paging {
- display: flex;
- justify-content: flex-end;
- margin: 20px 0 30px 0;
- }
- }
- .details {
- margin: 20px 0px 40px 0;
- min-height: 300px;
- .detailsTil {
- font-size: 26px;
- text-align: center;
- margin-bottom: 15px;
- position: relative;
- }
- .detailsData {
- display: flex;
- justify-content: flex-end;
- font-size: 18px;
- margin-bottom: 15px;
- }
- .detailstext {
- font-size: 18px;
- }
- .detailsBack {
- position: absolute;
- left: 0;
- top: 0;
- color: #31B7F2;
- cursor: pointer;
- }
- }
- }
|