diff --git a/admin/system/xtxx.php b/admin/system/xtxx.php index c1b0034..8008ff4 100644 --- a/admin/system/xtxx.php +++ b/admin/system/xtxx.php @@ -143,7 +143,7 @@ function kuozhan(){ $loaded_extensions = get_loaded_extensions(); $extensions = ''; foreach ($loaded_extensions as $key => $value) { - $extensions .= '
'.$value . '
'; + $extensions .= '
'.$value . '
'; } $zaixianrenshu = DB::result_first("SELECT COUNT(*) FROM " . DB::table('session') . " WHERE uid"); $yonghurenshu = DB::result_first("SELECT COUNT(*) FROM " . DB::table('user') . " WHERE uid"); diff --git a/static/popbox/jquery.popbox.js b/static/popbox/jquery.popbox.js index 8c5afc1..5ab1cc3 100644 --- a/static/popbox/jquery.popbox.js +++ b/static/popbox/jquery.popbox.js @@ -5,4 +5,4 @@ * @link http://www.dzzoffice.com * @author zyx(zyx@dzz.cc) */ -!function(t){t.fn.popbox=function(o){var e=t(".popbox");e.length||(e=t('
\t\t
\t\t
\t
').appendTo("body"));var a=t(this),n=[],c=0,p=function(o){return o&&o.preventDefault(),a.data("href")&&l(a.data("data-href")),t(".js-popbox").removeClass("openpop"),i(),a.data("closest")&&a.closest(a.data("closest")).find(".dropdown-toggle").dropdown("toggle"),!1},i=function(){var o=document.documentElement.clientWidth,n=document.documentElement.clientHeight;if(a.data("closest"))var c=a.closest(a.data("closest"));else c=a;a.addClass("openpop");var p=c.offset(),i=e.outerWidth(!0),l=e.outerHeight(!0),s=c.outerWidth(!0),d=c.outerHeight(!0),f=0,u=0;switch(e.attr("class","popbox popbox-"+a.data("bs-placement")),a.data("bs-placement")){case"cover":f=p.left,u=p.top;break;case"right":f=p.left+s+10,u=p.top+d/2-l/2;break;case"top":u=p.top-l-10,f=p.left+s/2-i/2;break;case"bottom":u=p.top+d+10,f=p.left+s/2-i/2;break;case"left":f=p.left-i-10,u=p.top+d/2-l/2;break;default:f=p.left+s+10,u=p.top+d/2-l/2}if(a.data("auto-adapt"))switch(a.data("bs-placement")){case"right":case"left":f+i>o&&(f=o-i-10),f<0&&(f=10),u+l>n+jQuery(window).scrollTop()&&(u=n+jQuery(window).scrollTop()-l-10),u<0&&(u=10);break;case"top":case"bottom":u+l>n+jQuery(window).scrollTop()&&"bottom"!=a.data("bs-placement")&&"cover"!=a.data("bs-placement")&&(u=n-l-10+jQuery(window).scrollTop()),u<0&&(u=10),f+i>o&&(f=o-i-10),f<0&&(f=10);break;case"cover":f+i>o&&(f=o-i-10),f<0&&(f=10)}switch(e.css({display:"block",left:f,top:u}),a.data("bs-placement")){case"right":case"left":(u=p.top-u+d/2-10)+25>l?u=l-25:u<5&&(u=5),e.find(".gb_I,.gb_H").attr("style","top:"+u+"px");break;case"top":case"bottom":(f=p.left-f+s/2-10)+25>i?f=i-25:f<5&&(f=5),e.find(".gb_I,.gb_H").attr("style","left:"+f+"px")}t(document).off("click.popbox").on("click.popbox",function(o){t(o.target).closest(".popbox,.ui-icon,.dzzdate,.ui-corner-all","#jquery-color-picker").length||(r(),t(".openpop").removeClass("openpop"))})},l=function(o){if(o||(o=a.data("href")),"#"==o){var e=a.siblings(".popbox-html").html();s(e)}else{o+=(-1!=o.indexOf("?")?"&":"?")+"t="+(new Date).getTime(),c=n.push(o),t.get(o,function(t){s(t)})}},s=function(o){e.find(".popbox-container").html(o),e.find(".js-popbox").on("click",function(){return l(t(this).data("href")),!1}),e.find(".js-popbox-prev").on("click",function(){return d(),!1}),e.find(".close,.cancel").on("click",function(t){t.preventDefault(),r()}),i()},d=function(){c>1?c-=1:c=0,url=n[c-1],n.splice(c-1,n.length-c+1),l(url)},r=function(){c=0,n=[],e.data("prevel",null),e.fadeOut("fast",function(){e.find(".popbox-container").html('
')}),a.removeClass("openpop"),t(document).off("click.popbox")};"update"==o?window.setTimeout(function(){i()}):"open"==o?window.setTimeout(function(){p()}):"close"==o?r():"getdata"==o?l():t(this).off("click.popbox").on("click.popbox",p)}}(jQuery); \ No newline at end of file +function popbox(){$(".popbox").css({display:"none"})}!function(o){o.fn.popbox=function(t){var e=o(".popbox");e.length||(e=o('
\t\t
\t\t
\t
').appendTo("body"));var a=o(this),n=[],c=0,p=function(t){return t&&t.preventDefault(),a.data("href")&&l(a.data("data-href")),o(".js-popbox").removeClass("openpop"),i(),a.data("closest")&&a.closest(a.data("closest")).find(".dropdown-toggle").dropdown("toggle"),!1},i=function(){var t=document.documentElement.clientWidth,n=document.documentElement.clientHeight;if(a.data("closest"))var c=a.closest(a.data("closest"));else c=a;a.addClass("openpop");var p=c.offset(),i=e.outerWidth(!0),l=e.outerHeight(!0),s=c.outerWidth(!0),d=c.outerHeight(!0),f=0,u=0;switch(e.attr("class","popbox popbox-"+a.data("bs-placement")),a.data("bs-placement")){case"cover":f=p.left,u=p.top;break;case"right":f=p.left+s+10,u=p.top+d/2-l/2;break;case"top":u=p.top-l-10,f=p.left+s/2-i/2;break;case"bottom":u=p.top+d+10,f=p.left+s/2-i/2;break;case"left":f=p.left-i-10,u=p.top+d/2-l/2;break;default:f=p.left+s+10,u=p.top+d/2-l/2}if(a.data("auto-adapt"))switch(a.data("bs-placement")){case"right":case"left":f+i>t&&(f=t-i-10),f<0&&(f=10),u+l>n+jQuery(window).scrollTop()&&(u=n+jQuery(window).scrollTop()-l-10),u<0&&(u=10);break;case"top":case"bottom":u+l>n+jQuery(window).scrollTop()&&"bottom"!=a.data("bs-placement")&&"cover"!=a.data("bs-placement")&&(u=n-l-10+jQuery(window).scrollTop()),u<0&&(u=10),f+i>t&&(f=t-i-10),f<0&&(f=10);break;case"cover":f+i>t&&(f=t-i-10),f<0&&(f=10)}switch(e.css({display:"block",left:f,top:u}),a.data("bs-placement")){case"right":case"left":(u=p.top-u+d/2-10)+25>l?u=l-25:u<5&&(u=5),e.find(".gb_I,.gb_H").attr("style","top:"+u+"px");break;case"top":case"bottom":(f=p.left-f+s/2-10)+25>i?f=i-25:f<5&&(f=5),e.find(".gb_I,.gb_H").attr("style","left:"+f+"px")}o(document).off("click.popbox").on("click.popbox",function(t){o(t.target).closest(".popbox,.ui-icon,.dzzdate,.ui-corner-all","#jquery-color-picker").length||(r(),o(".openpop").removeClass("openpop"))})},l=function(t){if(t||(t=a.data("href")),"#"==t){var e=a.siblings(".popbox-html").html();s(e)}else{t+=(-1!=t.indexOf("?")?"&":"?")+"t="+(new Date).getTime(),c=n.push(t),o.get(t,function(o){s(o)})}},s=function(t){e.find(".popbox-container").html(t),e.find(".js-popbox").on("click",function(){return l(o(this).data("href")),!1}),e.find(".js-popbox-prev").on("click",function(){return d(),!1}),e.find(".close,.cancel").on("click",function(o){o.preventDefault(),r()}),i()},d=function(){c>1?c-=1:c=0,url=n[c-1],n.splice(c-1,n.length-c+1),l(url)},r=function(){c=0,n=[],e.data("prevel",null),e.fadeOut("fast",function(){e.find(".popbox-container").html('
')}),a.removeClass("openpop"),o(document).off("click.popbox")};"update"==t?window.setTimeout(function(){i()}):"open"==t?window.setTimeout(function(){p()}):"close"==t?r():"getdata"==t?l():o(this).off("click.popbox").on("click.popbox",p)}}(jQuery); \ No newline at end of file diff --git a/static/popbox/popbox.css b/static/popbox/popbox.css index e9b7e62..05994b1 100644 --- a/static/popbox/popbox.css +++ b/static/popbox/popbox.css @@ -1 +1 @@ -.popbox{position:absolute;z-index:2229;display:none;min-width:140px;max-width:400px;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;-moz-background-clip:padding;font-size:14px;box-shadow:0 2px 5px 0 rgb(0 0 0 / 10%);-webkit-box-shadow:0 2px 5px 0 rgb(0 0 0 / 10%);background-clip:padding-box;outline:none;border-radius:var(--radius);padding:var(--radius);margin:10px 0;border:1px solid rgb(0 0 0 / 10%);}.popbox-menu{background-color:#fff;}li.langset{position:relative;}li.langset > ul.langlist{position:absolute;right:100%;top:0;width:150px;margin-right:0;display:none;text-align:left;-webkit-background-clip:padding-box;-moz-background-clip:padding;border:1px solid #d6dadc;border-bottom-color:#c4c9cc;*border:1px solid #e1e1e1;font-size:14px;-webkit-box-shadow:0 5px 10px rgb(0 0 0 / 15%);box-shadow:0 5px 10px rgb(0 0 0 / 15%);background-clip:padding-box;outline:none;border-radius:var(--radius);}li.langset:hover ul.langlist{display:block;}.loadding{background:url(loading.gif) center no-repeat;width:100%;height:50px;}.popbox.fade{-webkit-transition:opacity 0.3s linear,top 0.3s ease-out;transition:opacity 0.3s linear,top 0.3s ease-out;top:-25%;}.popbox.fade.in{top:10%;}.popbox.top{margin-top:-10px;}.popbox.right{margin-left:10px;}.popbox.bottom{margin-top:10px;}.popbox.left{margin-left:-10px;}.popbox-header{position:relative;padding:9px 5px;}.popbox-header:before,.popbox-header:after{content:" ";display:table;}.popbox-header:after{clear:both;}.popbox-header i.icon{margin-top:4px;padding:0;float:left;}.popbox-header button.back,.popbox-header button.cancel{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;margin-top:2px;opacity:0.2;filter:alpha(opacity=20);}.popbox-header button.back:hover,.popbox-header button.cancel:hover{opacity:0.4;filter:alpha(opacity=40);}.popbox-header button.back{float:left;margin-right:5px;}.popbox-header button.cancel{float:right;}.popbox-header h3{margin:0;font-size:16px;line-height:20px;}.popbox-bodywrapper{max-height:400px;overflow:auto;}.popbox-body{position:relative;max-height:480px;overflow-x:hidden;overflow-y:auto;}.popbox-body form{margin-bottom:0;}.popbox-body .empty-menu{border:dotted 1px #e1e1e1;background:#f9f9f7;padding:15px;margin:15px;min-height:48px;line-height:48px;text-align:center;min-width:220px;color:#999;}.popbox-body .empty-menu-nomin-h{border:dotted 1px #e1e1e1;background:#f9f9f7;padding:15px;margin:15px;min-height:48px;line-height:48px;text-align:center;color:#999;}.popbox-bodyheader{position:relative;overflow-x:hidden;overflow-y:auto;max-height:400px;padding:15px;}.popbox-bodyheader:before,.popbox-bodyheader:after{content:" ";display:table;}.popbox-bodyheader:after{clear:both;}.popbox-bodyheader button.back,.popbox-bodyheader button.cancel{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;margin-top:4px;opacity:0.2;filter:alpha(opacity=20);}.popbox-bodyheader button.back:hover,.popbox-bodyheader button.cancel:hover{opacity:0.4;filter:alpha(opacity=40);}.popbox-bodyheader button.back{float:left;}.popbox-bodyheader button.cancel{float:right;}.popbox-form{margin-bottom:0;}.popbox-footer{text-align:center;}.popbox-footer:before,.popbox-footer:after{content:" ";display:table;}.popbox-footer:after{clear:both;}.popbox-footer:before,.popbox-footer:after{content:" ";display:table;}.popbox-footer:after{clear:both;}.popbox-footer .btn + .btn{margin-bottom:0;}.popbox-footer .btn-group .btn + .btn{margin-left:-1px;}.popbox-footer .btn-block + .btn-block{margin-left:0;}.popbox-footer .action-item{display:block;margin-top:13px;margin-left:10px;}.popbox-footer.top-divider{border-top:solid 1px #e1e1e1;}ul.popbox-step{padding:0;margin:0;}ul.popbox-step li.popbox-step-li{padding:0;list-style-type:none;}.no-padding{padding:0;}ul.popbox-menu{margin:0;border-radius:var(--radius);}ul.popbox-menu li{margin:2px 0;}ul.popbox-menu li.divider{border:0;border-top:solid 1px #e1e1e1;border-bottom:solid 1px #fff;margin:5px 0;}ul.popbox-menu li > a{display:block;cursor:pointer;padding:7px 15px;position:relative;padding-left:30px;}ul.popbox-menu li > a.active{text-decoration:none;background-color:#f2f2ea;border-radius:var(--radius);}ul.popbox-menu li > a:hover{text-decoration:none;background:#f2f2ea;background-color:rgba(var(--bs-primary-hover),0.3);border-radius:var(--radius);}ul.popbox-menu li > a:hover .action{visibility:visible;}ul.popbox-menu li > a:focus{text-decoration:none;}ul.popbox-menu li > a.text-muted{color:#ccc;cursor:not-allowed;}ul.popbox-menu li > a.disabled{color:#ccc;cursor:not-allowed;}ul.popbox-menu li > a .small-tip{position:absolute;right:20px;}ul.popbox-menu li > a .action{visibility:hidden;position:absolute;right:5px;}ul.popbox-menu li > a .fa,ul.popbox-menu li > a .glyphicon:first-child{position:absolute;left:10px;top:10px;}ul.popbox-menu li > a .fa,ul.popbox-menu li > a .dzz:first-child{position:absolute;left:6px;top:9px;font-size:16px;}ul.popbox-menu li .icon{float:left;display:block;width:20px;height:20px;}.popbox .arrow,.popbox .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}.popbox .arrow{border-width:11px;}.popbox .arrow:after{border-width:10px;content:"";}.popbox.top .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:#e1e1e1;bottom:-11px;}.popbox.top .arrow:after{bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fbfbfb;}.popbox.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:#e1e1e1;}.popbox.right .arrow:after{left:1px;bottom:-10px;border-left-width:0;border-right-color:#fbfbfb;}.popbox.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:#e1e1e1;top:-11px;}.popbox.bottom .arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fbfbfb;}.popbox.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:#e1e1e1;}.popbox.left .arrow:after{right:1px;border-right-width:0;border-left-color:#fbfbfb;bottom:-10px;}ul.popbox-item{margin:-15px;list-style:none;margin-left:0;margin-top:-5px;}ul.popbox-item:before,ul.popbox-item:after{content:" ";display:table;}ul.popbox-item:after{clear:both;}ul.popbox-item li{line-height:200%;margin:5px;float:left;cursor:hand;}ul.popbox-item .emoji{width:18px;height:18px;vertical-align:text-bottom;margin-right:5px;}.popbox-avatar .avatar-body{position:relative;overflow-x:hidden;overflow-y:auto;padding:15px 15px 8px 15px;overflow:hidden;zoom:1;width:300px;margin-bottom:10px;}.popbox-avatar .avatar-body .avatar{float:left;margin-right:10px;}.avatar.avatar-56 img{width:56px;height:56px;}.popbox-avatar .avatar-body button.close,.popbox-avatar .avatar-body button.cancel{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;margin-top:4px;opacity:0.2;filter:alpha(opacity=20);}.avatar-right{overflow:hidden;zoom:1;margin-left:30px;}.avatar-right h4.avatar-heading{font-size:16px;margin:4px 0 8px;display:inline-block;}.popbox-avatar .avatar-footer{width:300px;border-top:solid 1px #fff;padding:5px 15px;text-align:right;background:#f9f9f7;line-height:32px;border-top:solid 1px #e1e1e1;}.popbox-bottom .gb_H{border-color:transparent;border-style:dashed dashed solid;border-width:0 10px 10px;position:absolute;left:4px;top:-10px;z-index:1;height:0;width:0;border-bottom-color:#fff;}.popbox-bottom .gb_I{border-color:transparent;border-style:dashed dashed solid;border-width:0 10px 10px;position:absolute;left:4px;z-index:1;height:0;width:0;border-bottom-color:#ddd;border-bottom-color:#ddd;top:-11px;}.popbox-right .gb_H{border-color:transparent;border-right-color:#fff;border-style:dashed solid dashed;border-width:10px 10px 10px;position:absolute;top:4px;left:-20px;z-index:1;height:0;width:0;border-right-color:#fff;}.popbox-right .gb_I{border-color:transparent;border-style:dashed solid dashed;border-width:10px 10px 10px;position:absolute;top:4px;z-index:1;height:0;width:0;border-right-color:#ddd;border-right-color:#ddd;left:-21px;}.popbox-left .gb_H{border-color:transparent;border-left-color:#fff;border-style:dashed dashed dashed solid;border-width:10px;position:absolute;top:4px;right:-20px;z-index:1;height:0;width:0;border-left-color:#fff;}.popbox-left .gb_I{border-color:transparent;border-style:dashed dashed dashed solid;border-width:10px;position:absolute;top:4px;z-index:1;height:0;width:0;border-left-color:#ddd;right:-21px;}.popbox-top .gb_H{border-color:transparent;border-style:solid dashed solid;border-width:10px 10px 0;position:absolute;left:4px;bottom:-10px;z-index:1;height:0;width:0;border-top-color:#fff;}.popbox-top .gb_I{border-color:transparent;border-style:solid dashed solid;border-width:10px 10px 0;position:absolute;left:4px;z-index:1;height:0;width:0;border-top-color:#ddd;border-top-color:#ddd;bottom:-11px;} \ No newline at end of file +.popbox{position:absolute;z-index:2229;display:none;min-width:140px;max-width:400px;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;-moz-background-clip:padding;font-size:14px;box-shadow:0 2px 5px 0 rgb(0 0 0 / 10%);-webkit-box-shadow:0 2px 5px 0 rgb(0 0 0 / 10%);background-clip:padding-box;outline:none;border-radius:var(--radius);padding:var(--radius);margin:10px 0;border:1px solid rgb(0 0 0 / 10%);}.popbox-menu{background-color:#fff;}li.langset{position:relative;}li.langset > ul.langlist{position:absolute;right:100%;top:0;width:150px;margin-right:0;display:none;text-align:left;-webkit-background-clip:padding-box;-moz-background-clip:padding;border:1px solid #d6dadc;border-bottom-color:#c4c9cc;*border:1px solid #e1e1e1;font-size:14px;-webkit-box-shadow:0 5px 10px rgb(0 0 0 / 15%);box-shadow:0 5px 10px rgb(0 0 0 / 15%);background-clip:padding-box;outline:none;border-radius:var(--radius);}li.langset:hover ul.langlist{display:block;}.loadding{background:url(loading.gif) center no-repeat;width:100%;height:50px;}.popbox.fade{-webkit-transition:opacity 0.3s linear,top 0.3s ease-out;transition:opacity 0.3s linear,top 0.3s ease-out;top:-25%;}.popbox.fade.in{top:10%;}.popbox.top{margin-top:-10px;}.popbox.right{margin-left:10px;}.popbox.bottom{margin-top:10px;}.popbox.left{margin-left:-10px;}.popbox-header{position:relative;padding:9px 5px;}.popbox-header:before,.popbox-header:after{content:" ";display:table;}.popbox-header:after{clear:both;}.popbox-header i.icon{margin-top:4px;padding:0;float:left;}.popbox-header button.back,.popbox-header button.cancel{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;margin-top:2px;opacity:0.2;filter:alpha(opacity=20);}.popbox-header button.back:hover,.popbox-header button.cancel:hover{opacity:0.4;filter:alpha(opacity=40);}.popbox-header button.back{float:left;margin-right:5px;}.popbox-header button.cancel{float:right;}.popbox-header h3{margin:0;font-size:16px;line-height:20px;}.popbox-bodywrapper{max-height:400px;overflow:auto;}.popbox-body{position:relative;max-height:480px;overflow-x:hidden;overflow-y:auto;}.popbox-body form{margin-bottom:0;}.popbox-body .empty-menu{border:dotted 1px #e1e1e1;background:#f9f9f7;padding:15px;margin:15px;min-height:48px;line-height:48px;text-align:center;min-width:220px;color:#999;}.popbox-body .empty-menu-nomin-h{border:dotted 1px #e1e1e1;background:#f9f9f7;padding:15px;margin:15px;min-height:48px;line-height:48px;text-align:center;color:#999;}.popbox-bodyheader{position:relative;overflow-x:hidden;overflow-y:auto;max-height:400px;padding:15px;}.popbox-bodyheader:before,.popbox-bodyheader:after{content:" ";display:table;}.popbox-bodyheader:after{clear:both;}.popbox-bodyheader button.back,.popbox-bodyheader button.cancel{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;margin-top:4px;opacity:0.2;filter:alpha(opacity=20);}.popbox-bodyheader button.back:hover,.popbox-bodyheader button.cancel:hover{opacity:0.4;filter:alpha(opacity=40);}.popbox-bodyheader button.back{float:left;}.popbox-bodyheader button.cancel{float:right;}.popbox-form{margin-bottom:0;}.popbox-footer{text-align:center;}.popbox-footer:before,.popbox-footer:after{content:" ";display:table;}.popbox-footer:after{clear:both;}.popbox-footer:before,.popbox-footer:after{content:" ";display:table;}.popbox-footer:after{clear:both;}.popbox-footer .btn + .btn{margin-bottom:0;}.popbox-footer .btn-group .btn + .btn{margin-left:-1px;}.popbox-footer .btn-block + .btn-block{margin-left:0;}.popbox-footer .action-item{display:block;margin-top:13px;margin-left:10px;}.popbox-footer.top-divider{border-top:solid 1px #e1e1e1;}ul.popbox-step{padding:0;margin:0;}ul.popbox-step li.popbox-step-li{padding:0;list-style-type:none;}.no-padding{padding:0;}ul.popbox-menu{margin:0;border-radius:var(--radius);}ul.popbox-menu li{margin:2px 0;}ul.popbox-menu li.divider{border:0;border-top:solid 1px #e1e1e1;border-bottom:solid 1px #fff;margin:5px 0;}ul.popbox-menu li > a{display:block;cursor:pointer;padding:7px 15px;position:relative;padding-left:30px;}ul.popbox-menu li > a.active{text-decoration:none;background-color:#f2f2ea;border-radius:var(--radius);}ul.popbox-menu li > a:hover{text-decoration:none;background:#f2f2ea;background-color:rgba(var(--bs-primary-hover),0.3);border-radius:var(--radius);}ul.popbox-menu li > a:hover .action{visibility:visible;}ul.popbox-menu li > a:focus{text-decoration:none;}ul.popbox-menu li > a.text-muted{color:#ccc;cursor:not-allowed;}ul.popbox-menu li > a.disabled{color:#ccc;cursor:not-allowed;}ul.popbox-menu li > a .small-tip{position:absolute;right:20px;}ul.popbox-menu li > a .action{visibility:hidden;position:absolute;right:5px;}ul.popbox-menu li > a .fa,ul.popbox-menu li > a .glyphicon:first-child{position:absolute;left:10px;top:10px;}ul.popbox-menu li > a .fa,ul.popbox-menu li > a .dzz:first-child,ul.popbox-menu li > a .mdi:first-child{position:absolute;left:8px;top:10px;font-size:16px;}ul.popbox-menu li .icon{float:left;display:block;width:20px;height:20px;}.popbox .arrow,.popbox .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}.popbox .arrow{border-width:11px;}.popbox .arrow:after{border-width:10px;content:"";}.popbox.top .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:#e1e1e1;bottom:-11px;}.popbox.top .arrow:after{bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fbfbfb;}.popbox.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:#e1e1e1;}.popbox.right .arrow:after{left:1px;bottom:-10px;border-left-width:0;border-right-color:#fbfbfb;}.popbox.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:#e1e1e1;top:-11px;}.popbox.bottom .arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fbfbfb;}.popbox.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:#e1e1e1;}.popbox.left .arrow:after{right:1px;border-right-width:0;border-left-color:#fbfbfb;bottom:-10px;}ul.popbox-item{margin:-15px;list-style:none;margin-left:0;margin-top:-5px;}ul.popbox-item:before,ul.popbox-item:after{content:" ";display:table;}ul.popbox-item:after{clear:both;}ul.popbox-item li{line-height:200%;margin:5px;float:left;cursor:hand;}ul.popbox-item .emoji{width:18px;height:18px;vertical-align:text-bottom;margin-right:5px;}.popbox-avatar .avatar-body{position:relative;overflow-x:hidden;overflow-y:auto;padding:15px 15px 8px 15px;overflow:hidden;zoom:1;width:300px;margin-bottom:10px;}.popbox-avatar .avatar-body .avatar{float:left;margin-right:10px;}.avatar.avatar-56 img{width:56px;height:56px;}.popbox-avatar .avatar-body button.close,.popbox-avatar .avatar-body button.cancel{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;margin-top:4px;opacity:0.2;filter:alpha(opacity=20);}.avatar-right{overflow:hidden;zoom:1;margin-left:30px;}.avatar-right h4.avatar-heading{font-size:16px;margin:4px 0 8px;display:inline-block;}.popbox-avatar .avatar-footer{width:300px;border-top:solid 1px #fff;padding:5px 15px;text-align:right;background:#f9f9f7;line-height:32px;border-top:solid 1px #e1e1e1;}.popbox-bottom .gb_H{border-color:transparent;border-style:dashed dashed solid;border-width:0 10px 10px;position:absolute;left:4px;top:-10px;z-index:1;height:0;width:0;border-bottom-color:#fff;}.popbox-bottom .gb_I{border-color:transparent;border-style:dashed dashed solid;border-width:0 10px 10px;position:absolute;left:4px;z-index:1;height:0;width:0;border-bottom-color:#ddd;border-bottom-color:#ddd;top:-11px;}.popbox-right .gb_H{border-color:transparent;border-right-color:#fff;border-style:dashed solid dashed;border-width:10px 10px 10px;position:absolute;top:4px;left:-20px;z-index:1;height:0;width:0;border-right-color:#fff;}.popbox-right .gb_I{border-color:transparent;border-style:dashed solid dashed;border-width:10px 10px 10px;position:absolute;top:4px;z-index:1;height:0;width:0;border-right-color:#ddd;border-right-color:#ddd;left:-21px;}.popbox-left .gb_H{border-color:transparent;border-left-color:#fff;border-style:dashed dashed dashed solid;border-width:10px;position:absolute;top:4px;right:-20px;z-index:1;height:0;width:0;border-left-color:#fff;}.popbox-left .gb_I{border-color:transparent;border-style:dashed dashed dashed solid;border-width:10px;position:absolute;top:4px;z-index:1;height:0;width:0;border-left-color:#ddd;right:-21px;}.popbox-top .gb_H{border-color:transparent;border-style:solid dashed solid;border-width:10px 10px 0;position:absolute;left:4px;bottom:-10px;z-index:1;height:0;width:0;border-top-color:#fff;}.popbox-top .gb_I{border-color:transparent;border-style:solid dashed solid;border-width:10px 10px 0;position:absolute;left:4px;z-index:1;height:0;width:0;border-top-color:#ddd;border-top-color:#ddd;bottom:-11px;} \ No newline at end of file diff --git a/user/space/template/navmenu.htm b/user/space/template/navmenu.htm index 6edadee..b341c24 100644 --- a/user/space/template/navmenu.htm +++ b/user/space/template/navmenu.htm @@ -2,7 +2,7 @@