格式与布局
|-位置 position|--fixed 相对于浏览器边界的定位.dingwei1{ width: 200px; height: 200px; background-color: red; position: fixed; right: 100px; bottom: 100px;}
.dingwei2{ width: 200px; height: 200px; background-color: rosybrown; position: absolute; left: 100px; top: 100px;}.dingwei2a{ width: 50px; height: 50px; background-color: cyan; position: absolute; left: 20px; top: 20px;}.dingwei3{ width: 200px; height: 200px; background-color: royalblue;}
.dingwei4{ height: 300px; width: 300px; background-color: aquamarine; position: relative; top: 200px; left: 200px;}.dingwei5{ height: 100px; width: 100px; background-color: azure; }
.dh{ width: 803px; height: 100px; border: 1px solid red;}.dh1{ width: 200px; height: 100px; border-right: 1px solid red; float: left; line-height: 100px; text-align: center;}春夏秋冬
.wai{ width: 300px; height: 300px; background-color: red;}.nei{ width: 200px; height: 200px; background-color: gold; margin-top: 50px;}
.wai{ width: 300px; height: 300px; background-color: red; overflow: hidden; }.nei{ width: 200px; height: 200px; background-color: gold; margin-top: 50px;}
.wai{ width: 300px; height: 300px; background-color: red; border-top: 1px solid black ;}.nei{ width: 200px; height: 200px; background-color: gold; margin-top: 50px;}
.ceng1{ width: 300px; height: 300px; background-color: red; position: absolute; z-index: -1;}.ceng2{ width: 300px; height: 300px; background-color: rosybrown; position: absolute; z-index: 1; left: 200px;}.ceng3{ width: 300px; height: 300px; background-color: royalblue; margin: 100px;}