ul{list-style:none;} .left{float:left;} .right{float:right;} .hide{display:none;} .clearfix{clear:both;overflow:hidden;height :0;} .wrap{width:1200px;margin:0 auto;}
时间: 2023-07-30 11:09:35 浏览: 146
jQuery手机触屏Tab选项卡代码.zip
这是一段 CSS 代码,用于定义网页中的样式。其中 ul 表示无序列表,list-style:none; 是取消列表项的默认样式,left 和 right 分别表示向左和向右浮动,hide 表示隐藏,clearfix 用于清除浮动,wrap 表示包裹整个页面的宽度为 1200 像素,并且水平居中显示。
阅读全文