/*文章游戏排行榜*/ @import './base/mixins'; //首页 .m-recommend__hd{ padding: 0 10px; height: 38px; background-color: #ececec; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; overflow: hidden; line-height: 38px; } .m-recommend{ border: 1px solid #dfdfdf; border-top: none; margin-bottom: 10px; .m-game_link{ display: -webkit-box; padding:10px; } .m-game_fl{ width: 100px; margin-right: 10px; img{ width: 100%; display: block; overflow: hidden; } } .m-game_fr{ -webkit-box-flex: 1; -ms-flex: 1; flex: 1; h2{ font-size: 16px; line-height: 22px; margin-top: -4px; height: 44px; overflow: hidden; } p{ font-size: 12px; color: #999999; text-align: right; } } } .m-forumList__item.ad-forumList__item .m-forumList__info{ font-size:12px; color:#999999; } .ico-common.ico-cg{ background: url(//pub.dwstatic.com/common/img/da-bbs-cg.png) center / 100% no-repeat; } //详情页 .m-comment__item--top{ .da-link{ display: block; } .comment-control{ .control-da-tag{ float: left; color: #999; } } } .comment-header-da{ img{ width: 100%; } }