Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索
12
返回列表 发新帖

[发布] 帖子美化代码 、发帖必备代码 天娱空间社区独家提供

[复制链接]
djhh 发表于 2012-8-2 08:41:58 | 显示全部楼层


什么时候做成插件把


回复

使用道具 举报

 楼主| 646118563 发表于 2012-8-6 08:24:10 | 显示全部楼层
zzsns 发表于 2012-8-2 06:35
[/td][/tr]
[/table][/td][/tr]
[/table][/td][/tr]

还做插件 呼呼
回复

使用道具 举报

廖喜越 发表于 2012-8-22 23:36:40 | 显示全部楼层


回复

使用道具 举报

廖喜越 发表于 2012-8-22 23:37:11 | 显示全部楼层
方法的的


回复

使用道具 举报

廖喜越 发表于 2012-8-22 23:39:11 | 显示全部楼层

对方的身份地方

回复

使用道具 举报

yzllaser 发表于 2012-8-23 18:42:04 | 显示全部楼层


回复

使用道具 举报

49669335 发表于 2012-8-28 17:59:17 | 显示全部楼层
{:soso_e165:}[align=cente
回复

使用道具 举报

。暴徒空 发表于 2012-8-28 19:00:52 | 显示全部楼层
本帖最后由 。暴徒空 于 2012-8-28 19:02 编辑

亲,这个是不是也太简单了,直接用表格就可以了。
要弄多少有多少啊,随个人喜好啊。


随便看看效果
  1. [table=500,cyan]
  2. [tr][td] [table=500,magenta]
  3. [tr][td] 随便看看效果[/td][/tr]
  4. [/table][/td][/tr]
  5. [/table]
复制代码
回复

使用道具 举报

颜七 发表于 2013-1-27 00:56:32 | 显示全部楼层
  1. [table=80%,black][tr][td][table=98%,dimgray][tr][td][color=silver]边框宽度:2%(第二个表格宽度table=98%),
  2. 黑色—暗灰色,银色字体[/td][/tr][/table][/td][/tr][/table]
复制代码
回复

使用道具 举报

颜七 发表于 2013-1-27 01:00:40 | 显示全部楼层
本帖最后由 颜七 于 2013-1-27 01:13 编辑
  1. [color=Red]@protocol McSwitchAnimationDelegate
  2. - (void)animation:(NSAnimation *)animation progressDidChanged:(float)progress;
  3. @end

  4. @interface McSwitchAnimation : NSAnimation
  5. @property (nonatomic,unsafe_unretained) id delegate;
  6. @end

  7. @implementation McSwitchAnimation
  8. @synthesize delegate;

  9. - (id)delegate
  10. {
  11.     return (id)[super delegate];
  12. }

  13. - (void)setDelegate:(id)aDelegate
  14. {
  15.     [super setDelegate:aDelegate];
  16.     delegate = aDelegate;
  17. }

  18. - (void)setCurrentProgress:(NSAnimationProgress)progress
  19. {
  20.     [super setCurrentProgress:progress];
  21.     [self.delegate animation:self progressDidChanged:progress];
  22. }

  23. @end[/color]
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-11-26 09:01 , Processed in 0.108258 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表