1 2 3 4 5 Document 6 81 82 83 84 85 86 一级导航 87 88 89 二... ...
分类:
其他好文 时间:
2019-01-12 15:58:44
阅读次数:
174
在CSS2.1里,background属性的简写方式包含五种属性值,从CSS3开始,又增加了3个新的属性值,加起来一共8个。 CSS2.1 background color 使用的背景颜色。 background image 使用的背景图像。 background repeat 如何重复背景图像。 ...
分类:
Web程序 时间:
2019-01-11 22:12:26
阅读次数:
1287
1)创建一个平面Plane,Width和Height各45。 2)创建一个球Sphere,Radius为1.5,TranslateY为1.5,TranslateZ为10。 3)创建一个平行光DirLi1,RotateXYZ为-85,-35,50。ScaleXYZ为3。Use Depth Map Sh ...
分类:
其他好文 时间:
2019-01-10 20:25:46
阅读次数:
167
1、border-radius 2、box-shadow 阴影可设置多层,小例子: ...
分类:
其他好文 时间:
2019-01-09 00:32:43
阅读次数:
164
Theorem 20.4 The uniform topology on \(\mathbb{R}^J\) is finer than the product topology and coarser than the box topology; these three topologies are... ...
分类:
其他好文 时间:
2019-01-05 00:14:12
阅读次数:
120
Document 这里是倾斜文字 这里是文字间距 这里 是词 间距 这里是首行缩进 这里是上划线 这里是下划线 这里是删除线 这里是衬托文字 这里是非衬托文字 这里是容器盒的阴影 这里是文字的阴影 我是一个圆 这里是倾斜文字 这里是文字间距 这里 是词 间距 这里是首行缩进 这里是上划线 这里是下划 ...
分类:
其他好文 时间:
2019-01-04 22:37:47
阅读次数:
162
CSS3圆角 设置某一个角的圆角,比如设置左上角的圆角:border-top-left-radius:30px 60px; 同时分别设置四个角: border-radius:30px 60px 120px 150px; 设置四个圆角相同:border-radius:50%; rgba(新的颜色值表示 ...
分类:
Web程序 时间:
2019-01-04 14:54:22
阅读次数:
225
1 2 3 4 5 html基础复习 6 7 8 9 10 11 12 => (标签具有作用域,有头有尾) | | --> 13 注释 --> 14 15 16 li | hr | br | form>input | table>tr>th... ...
分类:
编程语言 时间:
2019-01-01 22:49:58
阅读次数:
561
<style> *{ padding: 0; margin: 0; } .box{ width: 400px; height: 400px; border-radius: 200px; background-color: #ccc; margin:100px auto; position: rela ...
分类:
其他好文 时间:
2018-12-27 03:37:16
阅读次数:
145