• 欢迎 游客 您的光临,下载之前请先阅读 积分规则 。任何技术问题请在论坛提问,本站定制插件、模板主题。售前、售后问题请联系QQ:5916171
    本站自由发布资源可赚取积分及人民币(可提现)(保证资源真实可用,如被举报封号处理。谨慎分布)。
  • 即日起发表主题、回帖、发布&更新资源、创建&回复私信、发布&回复个人动态均需要验证手机号码,其它不受影响。如不便可进群提问。点击链接加入群聊【XenForo讨论社区】:群号1:143277648

已解决 请帮忙下载一个免费的官方插件

UID
339
注册
2019/04/19
消息
3
黄金
3G
Grid layout for XFRM

免费的,有xf正版授权就可以下载。谁可以请帮个忙,谢谢!
 
把以下代码 添加到你当前使用模板的 extra.less 当中即可实现
CSS:
扩展 折叠 复制
.structItem--resource {
    background-color: white !important;
    border-collapse: collapse;
    padding: 0px;
    width: 100%;
    min-height: 138px;
    height: 138px;
    height: auto;
    display: inline-block !important;
    margin: 9px 0px 0px 6px;
    max-width: 49% !important;
    max-height: 162px;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}

.structItem-cell--iconExpanded .structItem-iconContainer .avatar {
    width: 96px;
    height: 96px;
    font-size: 57.6px;
    margin-left: 3px;
}

.structItem--resource .structItem-cell--main {
    width: 100%;
    height: 112px;
}
.structItem--resource .structItem-cell--resourceMeta {
    display: block;
    width: auto !important;
    margin-top: -13px;
    margin-bottom: 15px;
}

span.avatar.avatar--s.avatar--separated.structItem-secondaryIcon {
    display: none;
}
.structItem--resource .ratingStarsRow--justified {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
.pairs.pairs--justified>dd {
    float: left;
    text-align: right;
    max-width: 100%;
}
.structItem--resource .structItem-metaItem--lastUpdate {
    float: right;
}
.structItem--resource .structItem-metaItem--downloads {
    float: left;
}
.structItem-cell.structItem-cell--icon.structItem-cell--iconExpanded {
    width: 120px;
}
div[data-type="resource"] .structItemContainer {
    background-color: #f5f5f5;
}
@media (max-width: 1125px) {
  .structItem--resource {
    max-width: calc(95%) !important;
  }
}
@media (max-width: 650px) {
  .structItem--resource {
    display: table !important;
    max-width: 100% !important;
    margin: 5px 5px 5px 0px;
    box-shadow: none;
    }
}
 
后退
顶部 底部