CSS强大的特效:一、边框:1、box-shadow:10px 10px 10px 10px red水平垂直 模糊延长颜色示例:测试数据 2、border-radius:10px;圆角3、border-image:url("");4、border-color:边框颜色二、背景:1、backgrou....
分类:
Web程序 时间:
2015-08-30 22:53:29
阅读次数:
223
图2 为将原图直接‘剪切’成为圆形图3 为在图2基础上加上边框图4 为将原图’剪切‘为圆角图片图5 为在图4的基础上加上边框接下来奉上代码://圆形图像变化 如图二//将方形图片变成圆形 需要将半径设为 原图像宽度的一半self.imageView2.layer.cornerRadius = sel...
分类:
其他好文 时间:
2015-08-30 12:54:41
阅读次数:
276
我们不说废话,直接入主题,抓紧时间写完,好继续找bug...(PS:imageLoder的bug 百度不到的哦,不过我坚信我的观点没错)版本1.9.2,1.9.4我没测试 1,imageLoder 在加载图片时,配置DisplayImageOptions options 时 如果要显示圆角图片,.....
分类:
其他好文 时间:
2015-08-29 20:03:02
阅读次数:
139
褐色记事本封面背景ppt素材 1、新建一个空白板式的ppt,选择合适的模板,输入题目艺术字“倒计时”和“时间到”和相应的文字“时间还剩秒”,调节字体和大小位置。在利用自选图形里的圆角矩形拖出一个圆角矩形...
分类:
其他好文 时间:
2015-08-29 17:20:47
阅读次数:
190
第15章 状态图 在描述有限状态机(FSM)方面,UML提供个丰富的符合。15.1 基础知识 下图是一个简单的状态迁移图(STD),该图描述了控制用户登录到系统的FSM。圆角矩形表状态。上层格间放置每个状态的名字。下层格间中放置的是一些特定动作,表示当进入或退出该状态时要做什么。 图中左上角的...
分类:
其他好文 时间:
2015-08-28 21:25:31
阅读次数:
182
static void addRoundedRectToPath(CGContextRef context, CGRect rect, float ovalWidth, float ovalHeight){ float fw, fh; if (ovalWi...
分类:
其他好文 时间:
2015-08-28 15:27:44
阅读次数:
124
RoundedImageViewA fast ImageView (and Drawable) that supports rounded corners (and ovals or circles) based on the originalexample from Romain Guy. Rou...
分类:
移动开发 时间:
2015-08-28 12:41:06
阅读次数:
277
设置圆角Button
button.layer.borderColor =
UIColor.whiteColor().CGColor;
button.layer.borderWidth =
2;
button.layer.cornerRadius =
16;
设置圆角边框TextView
inputTextView.layer.borderColor =...
分类:
编程语言 时间:
2015-08-27 13:30:03
阅读次数:
391
1.圆角设置viewT.layer.cornerRadius=10;//设置那个圆角的有多圆 viewT.layer.borderWidth=10;//设置边框的宽度,当然可以不要viewT.layer.borderColor=[[UIColorredColor]CGColor];//设置边框的颜色...
分类:
其他好文 时间:
2015-08-27 13:01:04
阅读次数:
103
按钮Button am-btn-xx(default、primary、secondary、success、warning、danger、link) am-radius 圆角按钮 am-round 椭圆形按钮 am-active 激活状态 am-disabled 禁用状态 按钮尺寸 ...
分类:
Web程序 时间:
2015-08-26 17:40:29
阅读次数:
367