1 Star 0 Fork 0

oforz / Du.js.plugin.wBox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wbox.css 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
huye 提交于 2013-09-06 15:54 . 修改 callback 添加异常处理
.wBox div{
position: absolute;
line-height: 0;
font-size: 0
}
.wBox .modal{
background-color: #aaa;
filter: Alpha(opacity=10);
opacity: 0.1
}
.wBox .title div,
.wBox .content div{
position: static;
line-height: normal;
font-size: 14px
}
.wBox .border div{
width: 8px;
height: 8px;
background-color: #cfdbf8
}
.wBox .border .c1{
top: 0;
width: 100%
}
.wBox .border .c2{
top: 0;
right: 0
}
.wBox .border .c3{
right: 0;
height: 100%
}
.wBox .border .c4{
right: 0;
bottom: 0
}
.wBox .border .c5{
bottom: 0;
width: 100%
}
.wBox .border .c6{
left: 0;
bottom: 0
}
.wBox .border .c7{
left: 0;
height: 100%
}
.wBox .border .c8{
top: 0;
left: 0
}
.wBox .title{
padding:6px 30px 6px 9px;
background-color: #95bcf5;
height: 16px;
top: 8px;
left: 8px;
right: 8px
}
.wBox .title .text{
color:#fff;
font-size:14px;
font-weight:bold;
line-height: 16px;
white-space:nowrap;
overflow: hidden;
cursor: default
}
.wBox .content{
top: 36px;
left: 8px;
right: 8px;
bottom: 8px;
overflow: auto;
background-color: #fff
}
.wBox .close{
width: auto;
height: 17px;
right: 15px;
top: 13px;
margin: 0 5px;
line-height: 100%;
cursor:default;
font-size: 16px;
text-align: right;
color: #fff
}
.wBox .close_hover{
color:red
}
.wBox .resize div{
width: 5px;
height: 5px
}
.wBox .resize .c1{
top: 0;
left: 5px;
cursor: n-resize
}
.wBox .resize .c2{
top: 0;
right: 0;
cursor: ne-resize
}
.wBox .resize .c3{
top: 5px;
right: 0;
cursor: e-resize
}
.wBox .resize .c4{
right: 0;
bottom: 0;
cursor: se-resize
}
.wBox .resize .c5{
left: 5px;
bottom: 0;
cursor: s-resize
}
.wBox .resize .c6{
left: 0;
bottom: 0;
cursor: sw-resize
}
.wBox .resize .c7{
top: 5px;
left: 0;
cursor: w-resize
}
.wBox .resize .c8{
top: 0;
left: 0;
cursor: nw-resize
}
JavaScript
1
https://gitee.com/scus/du-js-plugin-wbox.git
git@gitee.com:scus/du-js-plugin-wbox.git
scus
du-js-plugin-wbox
Du.js.plugin.wBox
master

搜索帮助