.dome2 { box-shadow: -2px 0 0 green, //左边阴影 0 -2px 0 blue, //顶部阴影 0 2px 0 red, //底部阴影 2px 0 0 yellow; //右边阴影 }
分类:
其他好文 时间:
2015-05-13 18:29:50
阅读次数:
430
模式对话框(modal dialog box模态对话框):在关闭模式对话框之前,程序不能进行其他工作(如一般的“打开文件”对话框)
无模式对话框(modeless dialog box 非模态对话框):模式对话框打开后,程序仍然能够进行其他工作(如一般的“查找与替换”对话框)
模态和非模态对话框的具体介绍和区别
下面是我发现的一个问题:
我新建一个MFC工程在Dialog对...
分类:
其他好文 时间:
2015-05-13 16:55:11
阅读次数:
118
.talk .text { margin-right: 15px; background-color: #80BAF8; box-shadow: #666 -2px 2px 2px; border-radius: 5px; -moz-bord...
分类:
其他好文 时间:
2015-05-13 12:02:26
阅读次数:
97
2015年5月12日 20:16:48 星期二js+css 1 167 168 175 176 " method="post" class="form-box">179 180 关联游戏: 181 " class="form-input">182 ...
分类:
其他好文 时间:
2015-05-12 22:36:27
阅读次数:
155
CSS3 display:box 用法css3 给display属性带来了box这个值,这个新值给开发带来了极大的方便。其中的一个场景如下:
假如我们想要使得内部的123元素水平以不同的比例分割outer所占的空间...
分类:
Web程序 时间:
2015-05-12 21:06:55
阅读次数:
141
自适应弹出框
.box-mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.5;
filter: alpha(opacity=50);
z-index: 99;
display: none;
}
.box {
position: ab...
分类:
其他好文 时间:
2015-05-12 18:54:25
阅读次数:
115
1、background-clip 语法、取值 CSS3属性 backround-clip,主要用来确定背景的裁剪区域,(即如何控制元素背景显示区域)。background-clip : border-box || padding-box || content-box ==》border-box.....
分类:
Web程序 时间:
2015-05-12 15:30:56
阅读次数:
551
弹性布局总结:box是先出来的,flex后出,现在主要用flex。但是box有一个特性是flex没有的,文字可以垂直居中~display:-webkit-box; -webkit-box-align:center; -webkit-box-pack:center;设了宽度+padding+borde...
分类:
其他好文 时间:
2015-05-12 11:08:03
阅读次数:
179
#box{
width:150px;height:150px;border:1px dashed red;
font-size:13px;line-height:150px;text-align:center;
}...
分类:
Web程序 时间:
2015-05-12 09:34:27
阅读次数:
126
#box{
width:500px;
height:40px;
background:#ff0000;
border-radius:10px;...
分类:
Web程序 时间:
2015-05-12 09:30:19
阅读次数:
285