代码放入b2/Modules/Templates/Modules/Posts.php
搜索
$html .= '<h2 class="module-title">'.$data['title'].'</h2>';
后面放入以下代码:
$html .= '<p id="asfjkf" class="module-desc">我喜欢安于现状,也喜欢来日可期</p>';
以下代码放到主题css样式文件:
@media screen and (max-width:768px) {
#asfjkf {
display: none
}
}
.modules-title-box {
display: flex
}
.post-list .module-descs {
height: 30px;
margin-top: 1px;
margin-right: 10px;
width: 30px
}
p.module-descs {
border-left: none !important;
padding-left: 0 !important
}
.moufg {
display: flex;
align-items: center
}
p.module-desc {
margin-top: 3px
}