【aixiagame分享】discuz!x左边用户信息框美化代码分享[精简版]
创建一个美化,把下面代码放进去,如图所示:https://www.zidiu.com/data/attachment/forum/202002/17/143148k8b1zti1rfiqkmjb.jpg
代码如下:
<fieldset style="width:94%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
<legend style="color:#FFFFFF; width:60px; text-align:center; background-color:#4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; " align="center">等级</legend>
{groupicon}<p>{*}</p>{/groupicon}
{star}<p>{*}</p>{/star}
</fieldset><p>
<fieldset style="width:94%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
<legend style="color:#FFFFFF; width:60px; text-align:center; background-color:#4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; " align="center">成就</legend>
<dt><font color="ff0000">{baseinfo=extcredits4,1}</font></dt><dd>{baseinfo=extcredits4,0}<font color="ff0000">枚</font></dd>
<dt><font color="3399ff">{baseinfo=threads,1}</font></dt><dd>{baseinfo=threads,0}<font color="3399ff">个</font></dd>
<dt><font color="9933FF">{baseinfo=digestposts,1}</font></dt><dd>{baseinfo=digestposts,0}<font color="9933FF">篇</font></dd>
<dt><font color="008800">{baseinfo=posts,1}</font></dt><dd>{baseinfo=posts,0}<font color="008800">条</font></dd>
<dt>{baseinfo=oltime,1}</dt><dd>{baseinfo=oltime,0}</dd>
</fieldset><p>
<fieldset style="width:94%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
<style>.md_ctrl img {margin : 2px;}</style>
<center>{medal}<p class="md_ctrl">{*}</p>{/medal}</center>
</fieldset><p>
效果如图:
https://ae01.alicdn.com/kf/H5ff6e0e31243452c9fce91fd36d4750cI.jpg
页:
[1]