|
@@ -158,7 +158,7 @@ dl,dd,dt{zoom:1}
|
|
|
.featured-Articles .featured-content .item-content .item-img {width: 100%;height: 120px;}
|
|
|
.featured-Articles .featured-content .item-content .item-title {margin-top: 10px;width: 100%;font-size: 16px;color: #333333;line-height: 28px; -webkit-line-clamp: 2;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;}
|
|
|
.featured-Articles .featured-content .item-content a {display: block;height: calc(100% - 130px);}
|
|
|
- .featured-Articles .featured-content .item-content .item-img .img-a {width: 100%;height: 100%;}
|
|
|
+ .featured-Articles .featured-content .item-content .item-img .img-a {width: 100%;height: 100%;border-radius: 4px;overflow: hidden;}
|
|
|
.featured-Articles .featured-content .item-content img {width: 100%;height: 100%;}
|
|
|
.featured-Articles .featured-content .item-content .item-img .img-a:hover {border: 2px solid #FF5B00;}
|
|
|
.featured-Articles .featured-content .item-content .text-a:hover .item-title {color: #FF5B00;}
|
|
@@ -201,7 +201,7 @@ dl,dd,dt{zoom:1}
|
|
|
.new-list .row{position:relative;display:table;width:800px;height:150px;margin:0 30px;padding:24px 0;border-bottom:solid 1px #ededed}
|
|
|
.row .new-img{position:absolute;width:210px;height:150px;margin-right:20px;}
|
|
|
.row .campaign{position:absolute;top:35px;left:5px;width:56px;height:24px;line-height:24px;font-size:16px;color:#fff;text-align:center;border-radius:2px;background-color:#FF5B00;opacity:.7;z-index:99}
|
|
|
- .row .new-img img{width:100%;height:100%;background-size:80%}
|
|
|
+ .row .new-img img{width:100%;height:100%;background-size:80%;border-radius: 4px;overflow: hidden;}
|
|
|
.row .new-img img:hover{border:solid 2px #FF5B00;opacity:0.8}
|
|
|
.row .new-img img.none:hover{border:none;opacity:1;cursor:default}
|
|
|
.row .new-blurb{padding-left:230px;min-height:150px;margin-top:-5px;overflow:hidden}
|