-
拉开了查看全部
-
一、学会语法的应用 <!-- @charset "UTF-8"; @import "lib.css"; @namespace foo "http://example.com/ns/foo"; @media screen and (max-width: 600px) { html {/*……*/} } @page thin:first { size: 3in 8in } @font-face { font-family: 'iconfont'; src: url('iconfont.ttf') format('truetype'); } @keyframes testanimations{ from{opacity:1;} to{opacity:0;} } @viewport { width: 500px; } html{color:#000;background:#FFF;} foo|bar { /*……*/ } --> 完整的语法定义: 属性: 1.布局layout 1.1 文本text baseline line-height 1.2 盒模型box 1.3 可视排版(visual formating) 1.3.1 absolute 1.3.2 float 1.3.3 normal flow 1.3.3.1 btc 1.3.3.2 itc 1.3.3.3 ffc 1.3.3.4 table 1.3.3.5 grid 2.绘制paint(视觉属性) box-shadow background color ... 跟绘制相关的属性特别耗CPU。 3.交互行为interaction transition ...查看全部
-
规范的写法: @charset "utf-8"; /*注释*/查看全部
-
一、学语法查看全部
-
css 属性图表查看全部
-
CSS grammar查看全部
-
css查看全部
-
三类属性查看全部
-
CSS3查看全部
-
大神讲课听不懂,发张皂片算了。查看全部
-
css 语法查看全部
-
普通的css查看全部
-
css语法1查看全部
-
css语法完整查看全部
-
css语法3查看全部
举报
0/150
提交
取消