//例如: UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; button.frame = CGRectMake(50,50,100,40); button.backgroundColor = [UIColor blue ...
分类:
移动开发 时间:
2019-10-17 23:43:57
阅读次数:
135
html <!DOCTYPE html 类选择器 .pp{ color: red; } .ppp{ color: green; } .pppp{ color: blue; } .ppppp{ color: yellow; } .para1{ font size: 100px; } .para2{ f ...
分类:
Web程序 时间:
2019-10-14 00:54:36
阅读次数:
103
注意:IE7和IE8需声明!DOCTYPE才支持属性选择器!IE6和更低的版本不支持属性选择器。 下面的例子是把包含标题(title)的所有元素变为蓝色: 实例: [title] { color:blue; } ※1.attribute 属性中包含 value: ?[attribute~=value... ...
分类:
Web程序 时间:
2019-10-13 17:09:30
阅读次数:
110
设置页面布局的时候。遇到了设置图片圆角问题,然后试了几种方法,都可以 第一种: <Border CornerRadius="50" BorderBrush="Blue" BorderThickness="2" Width="200" Height="200"> <Border.Background> ...
当权重相等,后来先到覆盖 颜色 div{ border:100px solid black; width: 0px; height: 0px; border-left-color: blue; border-left-color: transparent; border-top-color: tra ...
分类:
Web程序 时间:
2019-10-07 13:38:41
阅读次数:
103
Sass为我们提供了一种方便的操作方式:嵌套。在Sass中,共有3种嵌套方式: (1)选择器嵌套; 例如: $color1:red; $color2:green; $color3:blue; body { color:$color1; .column { color:$color2; .conten ...
分类:
Web程序 时间:
2019-10-01 16:19:48
阅读次数:
114
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>段落样式应用</title> </head> <body> <h5 align="center">段落p标记对齐方式</h5> <hr color="blue"... ...
分类:
其他好文 时间:
2019-09-28 18:00:53
阅读次数:
97
Blue Jeans http://poj.org/problem?id=3080 Time Limit: 1000MS Memory Limit: 65536K Total Submissions:23922 Accepted: 10572 Description The Genographic ...
分类:
其他好文 时间:
2019-09-25 21:14:07
阅读次数:
111
ngAfterViewInit(): void { // DOM 加载完成的生命周期函数, 在此处获取 DOM let dom2: any = document.getElementById('dom2') console.log(dom2) dom2.style.color = 'blue' } ...
分类:
其他好文 时间:
2019-09-22 15:06:40
阅读次数:
116