标签:float spl 功能 oat tps sch width ide bottom
解释:
position / top / right / bottom / left / float / display / overflow 等border / margin / padding / width / height 等font / line-height / text-align / word-wrap 等background / color / transition / list-style 等另外,如果包含 content 属性,应放在最前面。
示例:
.sidebar {
/* formatting model: positioning schemes / offsets / z-indexes / display / ... */
position: absolute;
top: 50px;
left: 0;
overflow-x: hidden;
/* box model: sizes / margins / paddings / borders / ... */
width: 200px;
padding: 5px;
border: 1px solid #ddd;
/* typographic: font / aligns / text styles / ... */
font-size: 14px;
line-height: 20px;
/* visual: colors / shadows / gradients / ... */
background: #f5f5f5;
color: #333;
-webkit-transition: color 1s;
-moz-transition: color 1s;
transition: color 1s;
}
标签:float spl 功能 oat tps sch width ide bottom
原文地址:https://www.cnblogs.com/qjuly/p/8985215.html