|
@@ -219,6 +219,8 @@
|
|
|
|
|
|
.industry-information-box {
|
|
.industry-information-box {
|
|
margin-top: 48px;
|
|
margin-top: 48px;
|
|
|
|
+ h4{color: #333;}
|
|
|
|
+ h4:hover {cursor: pointer;color: #3e7ce7;}
|
|
// 左
|
|
// 左
|
|
.industry-information-left {
|
|
.industry-information-left {
|
|
width: 520px;
|
|
width: 520px;
|
|
@@ -228,7 +230,7 @@
|
|
color: #333;
|
|
color: #333;
|
|
div {float: left;border-right: 1px solid #dbdbea;padding: 8px 16px 8px 0;}
|
|
div {float: left;border-right: 1px solid #dbdbea;padding: 8px 16px 8px 0;}
|
|
img {width: 520px;height: 210px;margin-bottom: 42px;}
|
|
img {width: 520px;height: 210px;margin-bottom: 42px;}
|
|
- h4 {@include setFontStyle(-2);margin-bottom: 16px;color: #222;}
|
|
|
|
|
|
+ h4 {@include setFontStyle(-2);margin-bottom: 16px;}
|
|
i{width:25px;height:12px;float:right;background-image:url("~static/images/client/index/news-information-icon.png")}
|
|
i{width:25px;height:12px;float:right;background-image:url("~static/images/client/index/news-information-icon.png")}
|
|
p {@include setFontStyle(-6);height: 68px;line-height: 22px;padding: 2px 0 0 16px;text-align: justify;@include multi-line-ellipsis(3);}
|
|
p {@include setFontStyle(-6);height: 68px;line-height: 22px;padding: 2px 0 0 16px;text-align: justify;@include multi-line-ellipsis(3);}
|
|
b {@include setFontStyle(-4);font-weight: normal;display: block;margin-bottom: 16px;}
|
|
b {@include setFontStyle(-4);font-weight: normal;display: block;margin-bottom: 16px;}
|
|
@@ -243,8 +245,7 @@
|
|
|
|
|
|
li {border-bottom: 1px solid #ccc;margin-bottom: 16px;}
|
|
li {border-bottom: 1px solid #ccc;margin-bottom: 16px;}
|
|
li:last-child {border: 0;}
|
|
li:last-child {border: 0;}
|
|
- h4 {@include setFontStyle(-4);color: #333;@include single-line-ellipsis;margin-bottom: 12px;}
|
|
|
|
- h4:hover {cursor: pointer;color: #3e7ce7;}
|
|
|
|
|
|
+ h4 {@include setFontStyle(-4);@include single-line-ellipsis;margin-bottom: 12px;}
|
|
p {@include setFontStyle(-6);color: #666;@include single-line-ellipsis;margin-bottom: 16px;}
|
|
p {@include setFontStyle(-6);color: #666;@include single-line-ellipsis;margin-bottom: 16px;}
|
|
span {margin: 0 30px 0 10px;}
|
|
span {margin: 0 30px 0 10px;}
|
|
}
|
|
}
|