本帖最后由 柳拂之 于 2013-11-16 21:06 编辑
原帖發佈於:
【科站网】Discuz!X3.0贴内精美个人信息栏美化
http://www.discuzlab.com/thread-2882-1-1.html
效果圖
代碼如下:- <div style='width:90%; font-size:12px; color:#666; margin:0 auto;padding:2px;'>
- <table style='height:35px; font-size:11px; line-height:19px; text-align:center; '>
- <tr>
- <td style="vertical-align:top; background:url('static/image/common/zhuti.png') no-repeat;">
- {baseinfo=threads,0}
- </td>
- <td style="vertical-align:top; background:url('static/image/common/tiezi.png') no-repeat;">
- {baseinfo=posts,0}
- </td>
- <td style="vertical-align:top; background:url('static/image/common/jifen.png') no-repeat;">
- {baseinfo=credITs,0}
- </td>
- </tr>
- </table>
- </div>
- {groupicon}
- <p>
- {*}
- </p>
- {/groupicon} {authortitle}
- <p>
- <em>
- {*}
- </em>
- </p>
- {/authortitle} {customstatus}
- <div class="xg1" style='width:90%; font-size:12px; color:#666; margin:0 auto; border:1px dashed #6699FF; padding:2px;'>
- <div style='padding:2px 0; line-height:20px;'>
- 个性签名:
- </div>
- <div align="left" style="margin-left:5px;">
- {*}
- </div>
- </div>
- <p>
- </p>
- {/customstatus}
- <div style='width:90%; font-size:12px; color:#666; margin:0 auto; border:1px dashed #6699FF; padding:2px;'>
- <div style='padding:2px 0; line-height:20px;'>
- 积分信息:
- </div>
- <div align="left" style="margin-left:15px;">
- {baseinfo=extcredits1,1}:{baseinfo=extcredits1,0}
- <br>
- {baseinfo=extcredits2,1}:{baseinfo=extcredits2,0}
- <br>
- {baseinfo=extcredits3,1}:{baseinfo=extcredits3,0}
- <br>
- {baseinfo=extcredits4,1}:{baseinfo=extcredits4,0}
- <br>
- {baseinfo=extcredits5,1}:{baseinfo=extcredits5,0}
- <br>
- </div>
- </div>
- <p>
- </p>
- {medal}
- <div style='width:90%; font-size:12px; color:#666; margin:0 auto; border:1px dashed #6699FF; padding:2px;'>
- <div style='padding:2px 0; line-height:20px;'>
- 我的勋章:
- </div>
- <p class="md_ctrl">
- {*}
- </p>
- </div>
- {/medal}
- <p>
- </p>
- <div style='width:90%; font-size:12px; color:#666; margin:0 auto; border:1px dashed #6699FF; padding:2px;'>
- <div style='padding:2px 0; line-height:20px;'>
- 联系方式:
- </div>
- <p class="md_ctrl">
- {baseinfo=field_qq,0}
- </p>
- </div>
- <p>
- </p>
复制代码 圖片自己去科站網下把
|