|
@@ -19,8 +19,8 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 新闻资讯 手机-->
|
|
<!-- 新闻资讯 手机-->
|
|
- <div class="client-container">
|
|
|
|
<div class="client-newsInfo-phone mta-hidden-sm">
|
|
<div class="client-newsInfo-phone mta-hidden-sm">
|
|
|
|
+ <div class="client-container">
|
|
<h4 class="client-title-news">新闻资讯</h4>
|
|
<h4 class="client-title-news">新闻资讯</h4>
|
|
<el-carousel :interval="5000" type="card" height="300px" indicator-position="none" arrow="never">
|
|
<el-carousel :interval="5000" type="card" height="300px" indicator-position="none" arrow="never">
|
|
<el-carousel-item v-for="(item,index) in curNewsData" @click="checkInfo(item)" :key="index" class="el-row">
|
|
<el-carousel-item v-for="(item,index) in curNewsData" @click="checkInfo(item)" :key="index" class="el-row">
|
|
@@ -90,16 +90,11 @@ export default {
|
|
.platform-news-information {
|
|
.platform-news-information {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
h4.client-title-news {
|
|
h4.client-title-news {
|
|
- font-size: 30px;
|
|
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
text-align: center;
|
|
text-align: center;
|
|
color: #333;
|
|
color: #333;
|
|
- margin-top: 100px;
|
|
|
|
- margin-bottom: 80px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- ul {
|
|
|
|
- margin-bottom: 100px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ padding-top: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
ul > li {
|
|
ul > li {
|
|
@@ -108,8 +103,7 @@ export default {
|
|
color: #333;
|
|
color: #333;
|
|
text-align: left;
|
|
text-align: left;
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ margin-bottom: 8px;
|
|
}
|
|
}
|
|
|
|
|
|
.new_date {
|
|
.new_date {
|
|
@@ -122,18 +116,21 @@ export default {
|
|
&:after {
|
|
&:after {
|
|
content: '';
|
|
content: '';
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: -8px;
|
|
|
|
|
|
+ bottom: -10px;
|
|
left: 250px;
|
|
left: 250px;
|
|
width: 60px;
|
|
width: 60px;
|
|
- height: 3px;
|
|
|
|
|
|
+ height: 2px;
|
|
background: #00B96B;
|
|
background: #00B96B;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.new_des {
|
|
.new_des {
|
|
|
|
+ height: 96px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
|
+ line-height: 24px;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
color: #565656;
|
|
color: #565656;
|
|
|
|
+ text-align: justify;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -143,7 +140,7 @@ export default {
|
|
|
|
|
|
img {
|
|
img {
|
|
width: 226px;
|
|
width: 226px;
|
|
- height: 152px;
|
|
|
|
|
|
+ height: 154px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -174,7 +171,7 @@ export default {
|
|
}
|
|
}
|
|
span{margin-top: 16px; font-size: 12px; display: block}
|
|
span{margin-top: 16px; font-size: 12px; display: block}
|
|
p{min-height: 40px;margin-top: 16px; font-size: 12px;
|
|
p{min-height: 40px;margin-top: 16px; font-size: 12px;
|
|
- -webkit-line-clamp:3;
|
|
|
|
|
|
+ -webkit-line-clamp:4;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
-o-text-overflow: ellipsis;
|
|
-o-text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
overflow: hidden;
|