|
@@ -547,3 +547,19 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 24px;text-align: center;}
|
|
h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 24px;text-align: center;}
|
|
p{@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 22px;text-align: left;}
|
|
p{@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 22px;text-align: left;}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+// 通用平台-新闻资讯样式
|
|
|
|
+.platform-news-information{
|
|
|
|
+ padding-bottom: 80px;
|
|
|
|
+ background: #f8f8f8;
|
|
|
|
+ ul{margin-top: 48px;}
|
|
|
|
+ li{
|
|
|
|
+ width: 50%;display: inline-block;vertical-align: top;
|
|
|
|
+ div{margin: 10px;padding:10px;border-bottom:1px dashed #666;}
|
|
|
|
+ img{width: 190px;height: 118px;float: left;margin-right: 24px;}
|
|
|
|
+ h4{@include setFontStyle(-2);color: rgba(0, 0, 0, 0.85);@include single-line-ellipsis;margin-bottom: 8px;}
|
|
|
|
+ h4:hover{color: #3e7ce7;cursor: pointer;}
|
|
|
|
+ span{display: block;@include setFontStyle(-6);color: rgba(0, 0, 0, 0.65);margin-bottom: 8px;}
|
|
|
|
+ p{@include setFontStyle(-6);height: 66px;line-height: 22px;color: rgba(0, 0, 0, 0.65);@include multi-line-ellipsis(3);}
|
|
|
|
+ }
|
|
|
|
+}
|