dialog.css 608 Bytes
@charset "utf-8";
/*
* 弹出层控件ui
* author: angle
*/
.uiDialogLayer {border: 1px solid #ccc; padding:30px 20px; position: absolute; background: #ffffff; box-shadow: 1px 1px 5px 1px #ddd;}
.closeLayer {width: 28px; height: 28px; display: block; overflow: hidden; position: absolute; right: -1px; top: -1px; background: url("../images/close.png") no-repeat;}
.maskBackground {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000;}
.testData {height: 300px; position: relative;}
.testData div{height: 200px; background: blue; position: absolute; left: 0; top: 0; width: 100%;}