1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- .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: 300px;
- height: 200px;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .eachItemRight {
- margin-left: 40px;
- flex: 1;
- .eachItemRightTilt {
- font-size: 26px;
- }
- .eachItemRightText {
- font-size: 18px;
- margin-top: 10px;
- margin-bottom: 10px;
- line-height: 22px;
- height: 135px;
- 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;
- }
- }
- }
|