.wrapper { position: relative; width: 424px; margin: 10px auto; zoom: 1; } .tabbody { height: 225px; } .tabbody .panel { position: absolute; display: none; width: 100%; height: 100%; background: #fff; } .tabbody .focus { display: block; } body { overflow: hidden; color: #888; font-size: 12px; } input, label { vertical-align: middle; } .clear { clear: both; } .pl { padding-left: 18px; padding-left: 23px\9; } #imageList { width: 420px; height: 215px; margin-top: 10px; overflow: hidden; overflow-y: auto; } #imageList div { float: left; width: 100px; height: 95px; margin: 5px 10px; } #imageList img { border: 2px solid white; cursor: pointer; } .bgarea { height: 84%; margin: 10px; padding: 5px; border: 1px solid #a8a297; } .content div { margin: 10px 0 10px 5px; } .content .iptradio { margin: 0 5px 5px 0; } .txt { width: 280px; } .wrapcolor { height: 19px; } div.color { float: left; margin: 0; } #colorPicker { display: inline-block; float: left; width: 17px; height: 17px; margin: 0; border: 1px solid #ccc; border-radius: 3px; box-shadow: 2px 2px 5px #d3d6da; } div.alignment, #custom { margin-left: 23px; margin-left: 28px\9; } #custom input { width: 20px; height: 15px; min-height: 15px; } #repeatType { width: 100px; } /* 图片管理样式 */ #imgManager { width: 100%; height: 225px; } #imgManager #imageList { width: 100%; overflow-x: hidden; overflow-y: auto; } #imgManager ul { display: block; margin: 0; padding: 0; list-style: none; } #imgManager li { position: relative; display: block; float: left; width: 113px; height: 113px; margin: 9px 0 0 19px; padding: 0; overflow: hidden; list-style: none; background-color: #eee; cursor: pointer; } #imgManager li.clearFloat { display: block; float: none; clear: both; width: 0; height: 0; margin: 0; padding: 0; } #imgManager li img { cursor: pointer; } #imgManager li .icon { position: absolute; top: 0; left: 0; z-index: 2; width: 113px; height: 113px; background-repeat: no-repeat; border: 0; cursor: pointer; } #imgManager li .icon:hover { width: 107px; height: 107px; border: 3px solid #1094fa; } #imgManager li.selected .icon { background-image: url(images/success.png); background-position: 75px 75px; } #imgManager li.selected .icon:hover { width: 107px; height: 107px; background-position: 72px 72px; border: 3px solid #1094fa; }