|
@@ -36,7 +36,10 @@
|
|
flex: 1;
|
|
flex: 1;
|
|
}
|
|
}
|
|
.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightTilt {
|
|
.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightTilt {
|
|
- font-size: 26px;
|
|
|
|
|
|
+ font-size: 25px;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
}
|
|
}
|
|
.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightText {
|
|
.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightText {
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
@@ -46,6 +49,8 @@
|
|
height: 85px;
|
|
height: 85px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
|
|
+ text-indent: 2em;
|
|
|
|
+ line-height: 30px;
|
|
}
|
|
}
|
|
.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightBum {
|
|
.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightBum {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -78,7 +83,10 @@
|
|
margin-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
.enterpriseDynamics .details .detailstext {
|
|
.enterpriseDynamics .details .detailstext {
|
|
|
|
+ margin-top: 6px;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
|
+ line-height: 32px;
|
|
|
|
+ text-indent: 2em;
|
|
}
|
|
}
|
|
.enterpriseDynamics .details .detailsBack {
|
|
.enterpriseDynamics .details .detailsBack {
|
|
position: absolute;
|
|
position: absolute;
|