|
@@ -48,9 +48,15 @@
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
.portraitRight p{
|
|
|
+ height: 22px;
|
|
|
font-size: 16px;
|
|
|
color: #fff;
|
|
|
margin-top: 15px;
|
|
|
+ width: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ -o-text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
.portraitRight a{
|
|
|
display: inline-block;
|
|
@@ -73,6 +79,7 @@
|
|
|
margin-top: -4px;
|
|
|
}
|
|
|
.bannerLeft .portraitRight{
|
|
|
+ width: 500px;
|
|
|
float: left;
|
|
|
margin-top: 106px;
|
|
|
margin-left: 32px;
|
|
@@ -364,7 +371,37 @@ margin-bottom: 100px;
|
|
|
float: left;
|
|
|
color: #ff570c
|
|
|
}
|
|
|
-
|
|
|
+.collectionN .heart{
|
|
|
+ cursor: pointer;
|
|
|
+ vertical-align: top;
|
|
|
+ margin-right: 10px;
|
|
|
+ margin-top: 7px;
|
|
|
+ width: 19px;
|
|
|
+ height: 18px;
|
|
|
+ display: inline-block;
|
|
|
+ background: url(../../../img/newMenu/safeHeart_no.png) no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+.collectionN .heart.active{
|
|
|
+ background: url(../../../img/newMenu/safeHeart_ok.png) no-repeat;
|
|
|
+}
|
|
|
+.collectionN .nubCollect{
|
|
|
+ display: inline-block;
|
|
|
+ line-height: 27px;
|
|
|
+}
|
|
|
+.collectionN{
|
|
|
+ margin-left: 16px;
|
|
|
+ line-height: 30px;
|
|
|
+ height: 30px;
|
|
|
+}
|
|
|
+.collectionN span{
|
|
|
+ display: inline-block;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+}
|
|
|
+.collectionN.active{
|
|
|
+ color: #ff6b26;
|
|
|
+}
|
|
|
|
|
|
@media screen and (max-width:1200px){
|
|
|
.safeBanner{
|