/*---------------viewbox----------------*/ .viewbox{ line-height: 32px; padding: 10px 0; } /*---------------大图弹出层----------------*/ #preview { float:left; text-align:center; width:350px; } .viewbox .main-text{ width:370px; float:left; } .jqzoom { width:320px; height:320px; position:relative; } .zoomdiv { left:85px; height:320px; width:320px; } .jqzoom { position:relative; padding:0; z-index:99; } .jqzoom img { width:320px; height:320px; border:1px solid #DFDFDF; } .zoomdiv { z-index:100; position:absolute; top:100px; left:0px; border:1px solid #ccc; display:none; overflow: hidden; width:435px; } .bigimg { width:435px; height:435px; display:block; } /*-------------小图列表------------------*/ #spec-n5 { width:330px; height:110px; overflow:hidden; padding-top:15px; } #spec-list { width:330px; height:110px; float:left; overflow:hidden; } #spec-list ul li { float:left; width:100px; text-align:left; padding:0 10px 0 0; } #spec-list ul li img { border:1px solid #ccc; width:100px; height:100px; } .contit{ clear:both; width:100%; border-bottom:1px dotted #666; height:32px; line-height:32px; } .tagContent{ padding:10px 0; } .viewbox .text h1{ font-size:13px; }