Browse Source

修改推送图文列表样式

sugar1569 7 năm trước cách đây
mục cha
commit
976642743e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      public/system/module/wechat/news_category/css/style.css

+ 2 - 2
public/system/module/wechat/news_category/css/style.css

@@ -1,9 +1,9 @@
 #news_box div{display:block;}
 .ibox-content{background-color:#eee;color:inherit;padding:15px;}
-#news_box .news_item{top:0;left:0;padding:0;margin:10px;width:280px;position:relative;box-sizing:content-box;background-color: #fff;border-radius: 3px;}
+#news_box .news_item{top:0;left:0;padding:0;margin:10px;width:280px;position:relative;float: left;box-sizing:content-box;background-color: #fff;border-radius: 3px;}
 #news_box .news_item .title{text-align: center;padding-bottom: 10px;background-color: #eee;}
 #news_box .news_item .news_articel_item{width:100%;height:150px;overflow:hidden;position:relative;background-size:100%;background-position:center center;border-radius: 5px 5px 0 0;}
-#news_box .news_item .news_articel_item p{bottom:-10px;width:100%;color:#fff;padding:5px;max-height:5em;font-size:12px;overflow:hidden;position:absolute;text-overflow:ellipsis;background:rgba(0,0,0,0.7);}
+#news_box .news_item .news_articel_item p{bottom:0;width:100%;color:#fff;padding:5px;max-height:5em;font-size:12px;overflow:hidden;position:absolute;text-overflow:ellipsis;background:rgba(0,0,0,0.7);}
 #news_box .news_item .news_articel_item.other{height:50px;padding:5px 0;}
 #news_box .news_item .news_articel_item .left-image{width:50px;height:50px;float:left;overflow:hidden;position:relative;background-size:100%;background-position:center center;}
 #news_box .news_item .news_articel_item .right-text{float:left;width:228px;padding:10px;overflow:hidden;text-overflow:ellipsis;}