最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

html5模仿苹果桌面,JavaScript模仿桌面窗口

IT圈 admin 44浏览 0评论

2023年12月19日发(作者:运馨)

aBoxPrevious["top"]= Top;216aBoxPrevious["width"] = Width;217aBoxPrevious["height"] = Height;218bMousedowning = true;219bSizeChanging = true;220showVirtualBox(virtualBox, aBoxPrevious);emove = function(event) {222if(!bSizeChanging) return false;223changeVirtualBoxSize(event, aBoxPrevious, index);224};eup = function() {226changeBoxSize(virtualBox)227hideVirtualBox(virtualBox);228bSizeChanging = false;229bMousedowning = false;230changeCursor(false, index);231};232

bTop = true;267break;268case 1:269bRight = true;270break;271case 2:272bBottom = true;273break;274case 3:275bLeft = true;276break;277case 4:278bTop = bRight = true;;279break;280case 5:281bRight = bBottom = true;282break;283

(newBottomHeight > Height - aBoxPrevious["top"]) && (newBottomHeight =Height - aBoxPrevious["top"]); = newBottomHeight - Top * 2 + "px";318bBottom = false;319}320//向西改变宽度321if(bLeft) {322var newLeftWidth = aBoxPrevious["width"] - (X - aBoxPrevious["clientX"]);323(newLeftWidth < originalWidth) && (newLeftWidth = originalWidth);324(newLeftWidth > aBoxPrevious["left"] + aBoxPrevious["width"]) && (newLeftWidth = aBoxPrevious["left"] +aBoxPrevious["width"]);325var newLeft = aBoxPrevious["left"] + (X - aBoxPrevious["clientX"]);326(newLeft > aBoxPrevious["left"] + aBoxPrevious["width"] - originalWidth) && (newLeft = aBoxPrevious["left"] +aBoxPrevious["width"] - originalWidth);327(newLeft < 0) && (newLeft = 0); = newLeft + "px"; = newLeftWidth - Left * 2 + "px";330bLeft = false;331}332

minimize();367break;368case 1:369maximize();370break;371case 2:372close();373break;374default:375break;376}377};378}379var minimize = function() {380if(bIsMin) {381resumeBox();382bIsMin = false;383

}384else { = "89px"; = "32px"; = "2%"; = = Height - Height - 15 + "px";389bIsMin = true;390bIsMax = false;391}392};393var maximize = function() {394if(bIsMax) {395resumeBox();396bIsMax = false;397}398else { = Width - 10 + "px";400

= Height - 10 + "px"; = "5px"; = "5px";403bIsMax = true;404bIsMin = false;405}406};407var close = function() {y = "none";y = "block";410};411var resumeBox = function() { = "30%"; = "40%"; = "250px"; = "150px";416};417

edown = function() {TML = "^o^";419};k = function() {y = "none";TML = ">_423resumeBox();y = "block";425};426}; = function() {428changeSize();429dragDiv();430boxButton();431};432《script》433434435436

2023年12月19日发(作者:运馨)

aBoxPrevious["top"]= Top;216aBoxPrevious["width"] = Width;217aBoxPrevious["height"] = Height;218bMousedowning = true;219bSizeChanging = true;220showVirtualBox(virtualBox, aBoxPrevious);emove = function(event) {222if(!bSizeChanging) return false;223changeVirtualBoxSize(event, aBoxPrevious, index);224};eup = function() {226changeBoxSize(virtualBox)227hideVirtualBox(virtualBox);228bSizeChanging = false;229bMousedowning = false;230changeCursor(false, index);231};232

bTop = true;267break;268case 1:269bRight = true;270break;271case 2:272bBottom = true;273break;274case 3:275bLeft = true;276break;277case 4:278bTop = bRight = true;;279break;280case 5:281bRight = bBottom = true;282break;283

(newBottomHeight > Height - aBoxPrevious["top"]) && (newBottomHeight =Height - aBoxPrevious["top"]); = newBottomHeight - Top * 2 + "px";318bBottom = false;319}320//向西改变宽度321if(bLeft) {322var newLeftWidth = aBoxPrevious["width"] - (X - aBoxPrevious["clientX"]);323(newLeftWidth < originalWidth) && (newLeftWidth = originalWidth);324(newLeftWidth > aBoxPrevious["left"] + aBoxPrevious["width"]) && (newLeftWidth = aBoxPrevious["left"] +aBoxPrevious["width"]);325var newLeft = aBoxPrevious["left"] + (X - aBoxPrevious["clientX"]);326(newLeft > aBoxPrevious["left"] + aBoxPrevious["width"] - originalWidth) && (newLeft = aBoxPrevious["left"] +aBoxPrevious["width"] - originalWidth);327(newLeft < 0) && (newLeft = 0); = newLeft + "px"; = newLeftWidth - Left * 2 + "px";330bLeft = false;331}332

minimize();367break;368case 1:369maximize();370break;371case 2:372close();373break;374default:375break;376}377};378}379var minimize = function() {380if(bIsMin) {381resumeBox();382bIsMin = false;383

}384else { = "89px"; = "32px"; = "2%"; = = Height - Height - 15 + "px";389bIsMin = true;390bIsMax = false;391}392};393var maximize = function() {394if(bIsMax) {395resumeBox();396bIsMax = false;397}398else { = Width - 10 + "px";400

= Height - 10 + "px"; = "5px"; = "5px";403bIsMax = true;404bIsMin = false;405}406};407var close = function() {y = "none";y = "block";410};411var resumeBox = function() { = "30%"; = "40%"; = "250px"; = "150px";416};417

edown = function() {TML = "^o^";419};k = function() {y = "none";TML = ">_423resumeBox();y = "block";425};426}; = function() {428changeSize();429dragDiv();430boxButton();431};432《script》433434435436

发布评论

评论列表 (0)

  1. 暂无评论