|
@@ -233,6 +233,8 @@ dl,dd,dt{zoom:1}
|
|
|
.article .like:hover{background: #ffe6dc}
|
|
|
/*ross广告图*/
|
|
|
.article-right-ross{width:284px;height:343px;background: #F3920D;text-align: center;line-height: 343px;font-size: 50px;color: #FFFFFF;border-radius: 2px;margin-bottom: 16px;}
|
|
|
+ .article-right-ross.none{display: none;}
|
|
|
+ .article-right-ross.show{display: block;}
|
|
|
.article-right-ross>a{width: 100%;height: 100%;display: block;border-radius: 2px;}
|
|
|
.article-right-ross>a img{width: 100%;height: 100%;display: block;border-radius: 2px;}
|
|
|
/*ross宣传弹窗*/
|
|
@@ -392,6 +394,8 @@ dl,dd,dt{zoom:1}
|
|
|
.no-result{text-align: center;padding: 3.2vw 0;}
|
|
|
/*ross 广告图*/
|
|
|
.article-right-ross{width:100%;height:26vw;float: left; border-radius: 2px;float: left;margin-bottom: 3vw;box-sizing: border-box;padding: 0 3vw;}
|
|
|
+ .article-right-ross.none{display: none;}
|
|
|
+ .article-right-ross.show{display: block;}
|
|
|
.article-right-ross>a{width: 100%;height: 100%;display: block;border-radius: 2px;}
|
|
|
.article-right-ross>a img{width: 100%;height: 100%;display: block;border-radius: 2px;}
|
|
|
/*ross宣传弹窗*/
|