weebox.css 1.8 KB
/**
 * weebox.css
 *
 * @category   javascript
 * @package    jquery
 * @author     Jack <xiejinci@gmail.com>
 * @version    
 */
 
.dialog-loading {background:url(img/common_loading.gif) no-repeat center; width:100%; height:100%}
.dialog-mask{border:0px; background:#000; margin:0px; padding:0px; position:absolute; top:0px; left:0px;background:url(../images/dialog_bg.png);}
.dialog-button{clear: both;}
.dialog-btn1,.dialog-btn2{margin-right:10px}
.dialog-content{text-align:left; clear:both; overflow:auto;}

.weedialog{width:300px; border-radius:3px; background-color:#fff; color:#444; border:1px solid #1965b6}
.weedialog a:link,weedialog a:visited {color: #005EAC; text-decoration:none;}
.weedialog .dialog-title{ color:#fff; padding-left:10px;}
.weedialog .dialog-content{ padding:10px 20px;}
.weedialog .dialog-button{ text-align:right; margin-top:10px; padding-right:20px; padding-bottom:10px;}
.weedialog a:hover {color:#ff6600; text-decoration:underline;}
.weedialog .dialog-header{height:40px; position:relative; cursor:move;}
.weedialog .dialog-tc2{height:34px; line-height:34px; font-size:14px; width:100%; clear:both;background:url(../images/crmbt.png) top; text-align:left;}
.weedialog .dialog-close{float:right;cursor:pointer;margin:8px 8px 0 0;	height:14px; width:14px; background:url(../images/dialog_close1.png) no-repeat; }
.weedialog .dialog-button{text-align:right; font-size:12px; padding-right:6px; _padding-right:2px;}
.weedialog .dialog-ok{border:1px solid #33621D; background:url(../images/success.gif) top #88B674; height:24px; line-height:22px; color:#fff;cursor:pointer; padding:0 5px;  margin-right:3px; outline:none;}
.weedialog .dialog-cancel{border:1px solid #999;  height:24px; line-height:22px; color:#666;cursor:pointer; padding:0 5px; margin:0px;outline:none;}