@charset "utf-8"; /* CSS Document */ body {} a{ text-decoration:none;} .up_bg_t{background-color:#000;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7; width:100%; height:100%; position:absolute; z-index:999;top:0;left:0;} .upbox_t{ background-color:#fff; border:1px solid #ccc; width:400px; height:200px; z-index:10000; font-size:14px; top:60%; margin:-200px 0 0 -200px;position:fixed !important; left:50%; color:#666;-moz-border-radius:4px; /* Gecko browsers */ -webkit-border-radius:4px; /* Webkit browsers */ border-radius:4px;} .upbox_t .succeed{background:url(../alert_images/ok.png) no-repeat center top; text-align:center; margin:20px auto; padding-top:60px;} .upbox_t .defeated{background:url(../alert_images/mistake.png) no-repeat center top; text-align:center; margin:20px auto;padding-top:60px;} .upbox_t .succeed span{ margin-top:20px;} .upbox_t .question{background:url(../alert_images/question.png) no-repeat center top; text-align:center; margin:20px auto; padding-top:60px;} .upbox_t .topbar_u{ background-color:#f5f5f5; height:40px; line-height:36px;-moz-border-radius:4px; /* Gecko browsers */ -webkit-border-radius:4px; /* Webkit browsers */ border-radius:4px;} .upbox_t .topbar_u span{ margin-left:10px; font-weight:bold;} .upbox_t .topbar_u a img{ float:right; margin:10px 10px auto auto;} .upbox_t .btn{width:100%; text-align:center;} .upbox_t .btn a.sure{ background-color:#18a68c; padding:4px 20px 6px 20px; text-align:center;-moz-border-radius:4px; /* Gecko browsers */ -webkit-border-radius:4px; /* Webkit browsers */ border-radius:4px; color:#fff;margin-right:10px;} .upbox_t .btn a.cancel{ background-color:#ccc; padding:4px 20px 6px 20px; text-align:center;-moz-border-radius:4px; /* Gecko browsers */ -webkit-border-radius:4px; /* Webkit browsers */ border-radius:4px; color:#fff;} a.closeL{ background:url(../alert_images/cross.png) no-repeat;width:16px;height:16px;position: absolute;opacity:0.9;right:8px;top:12px;background-size: 80%} a.closeL:hover{ cursor:pointer;opacity:1} /*笔记*/