|
@@ -145,14 +145,43 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.client-newsInfo-phone {
|
|
|
|
- margin-bottom: 5%;
|
|
|
|
- h4.client-title-news {
|
|
|
|
- font-size: 18px;
|
|
|
|
- color: #333;
|
|
|
|
- font-weight: 800;
|
|
|
|
|
|
+.client-newsInfo-phone{
|
|
|
|
+ background-color: rgb(238, 238, 238);
|
|
|
|
+
|
|
|
|
+ .client-title-news {
|
|
text-align: center;
|
|
text-align: center;
|
|
- margin-bottom: 3%;
|
|
|
|
|
|
+ font-weight: 800;
|
|
|
|
+ font-size: 18px;
|
|
}
|
|
}
|
|
|
|
+ // 轮播外层
|
|
|
|
+ .el-carousel{
|
|
|
|
+ padding: 20px 0 40px;
|
|
|
|
+ // card
|
|
|
|
+ .el-carousel__item{
|
|
|
|
+ width: 80%;left: -15%;color: rgb(16, 16, 16);background: #fff;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;
|
|
|
|
+ img{width: 100%;height: 135px;}
|
|
|
|
+ }
|
|
|
|
+ // 文字区域
|
|
|
|
+ .newsInfo-card-content{
|
|
|
|
+ padding: 24px 20px;
|
|
|
|
+ h4{
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ color: #333;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ }
|
|
|
|
+ span{margin-top: 16px; font-size: 12px; display: block}
|
|
|
|
+ p{min-height: 48px;margin-top: 16px; font-size: 12px;
|
|
|
|
+ -webkit-line-clamp:3;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ -o-text-overflow: ellipsis;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ word-wrap: break-word;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ white-space: normal !important;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|