|
@@ -113,7 +113,7 @@
|
|
|
<div style="height: 84%;">
|
|
|
<div style="height: 85%;">
|
|
|
<h3 style="text-align: center; margin: 35px 0;" v-html="tieku"></h3>
|
|
|
- <p class="index_profilep" v-html="comg"> </p>
|
|
|
+ <p class="index_profilep" v-html="comg"> </p>
|
|
|
</div>
|
|
|
<!-- {{getLisprofileone[0].info_content}} -->
|
|
|
<div class="index_haderPagin">
|
|
@@ -936,7 +936,8 @@ export default {
|
|
|
padding-bottom: 10px;
|
|
|
span{
|
|
|
cursor:pointer;
|
|
|
- width: 70px;
|
|
|
+ width: 80px;
|
|
|
+ // flex: 1;
|
|
|
text-align: center;
|
|
|
line-height: 55px;
|
|
|
height: 55px;
|
|
@@ -945,6 +946,9 @@ export default {
|
|
|
font-weight: bold;
|
|
|
color: #666;
|
|
|
position: relative;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
// flex: 1;
|
|
|
// border-bottom: ;
|
|
|
}
|
|
@@ -1129,12 +1133,12 @@ export default {
|
|
|
margin-bottom: 20px;
|
|
|
height: 590px;
|
|
|
.index_profilep{
|
|
|
-
|
|
|
font-size: 12px;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: bold;
|
|
|
color: #343434;
|
|
|
line-height: 27px;
|
|
|
+ text-indent:2em;
|
|
|
}
|
|
|
.index_haderPagin{
|
|
|
margin-top: 25px;
|