@charset "utf-8";
|
/* CSS Document */
|
#changeWork{
|
display:none;
|
position:fixed;
|
top:0;
|
left:50%;
|
z-index:999999;
|
margin-left:-440px;
|
width:880px;
|
background-color:#FFFFFF;
|
}
|
#changeWork .change-head{
|
width:100%;
|
line-height:36px;
|
text-indent:44px;
|
font-weight:bold;
|
background:url(../image/edit.png) no-repeat 6px 3px;
|
}
|
|
/* 对标题信息样式进行定义 */
|
#changeWork .con-list-head{
|
width:100%;
|
line-height:30px;
|
font-weight:bold;
|
text-indent:40px;
|
|
}
|
#changeWork .ele-infor{
|
background:url(../image/cell.png) no-repeat 16px 4px;
|
background-color:#ddd;
|
}
|
#changeWork .people-infor{
|
background:url(../image/staff.png) no-repeat 6px 4px;
|
background-color:#ddd;
|
}
|
#changeWork .work-infor{
|
background:url(../image/staff_work.png) no-repeat 6px 0;
|
background-color:#ddd;
|
}
|
|
/* 对内容进行定义 */
|
#changeWork .con-list{
|
width:100%;
|
line-height:40px;
|
|
}
|
#changeWork .con-list strong,#changeWork .con-list span{
|
margin-left:1.4%;
|
}
|
#changeWork .con-list input[type="text"]{
|
width:18%;
|
height:24px;
|
border:1px solid #bbb;
|
}
|
#changeWork .con-list textarea{
|
vertical-align:middle;
|
resize:none;
|
border:1px solid #ccc;
|
}
|
#changeWork .con-list select{
|
width:18%;
|
height:24px;
|
border:1px solid #ccc;
|
}
|
#changeWork .con-list input[type="checkbox"]{
|
vertical-align:middle;
|
margin-left:0.5%;
|
}
|
#changeWork .con-btn{
|
background-color:#eee;
|
}
|
#changeWork .con-btn input[type="button"]{
|
/*初始化按钮*/
|
font-size: 12px;
|
text-decoration: none!important;
|
font-family: Helvetica, Arial, sans serif;
|
padding: 6px 12px;
|
border-radius: 3px;
|
-moz-border-radius: 3px;
|
box-shadow: inset 0px 0px 2px #fff;
|
-o-box-shadow: inset 0px 0px 2px #fff;
|
-webkit-box-shadow: inset 0px 0px 2px #fff;
|
-moz-box-shadow: inset 0px 0px 2px #fff;
|
/*定义颜色和样式*/
|
color: #41788c;
|
border: 1px solid #6fb1c7;
|
background-image: -moz-linear-gradient(#aae5f7, #73d0f1);
|
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73d0f1), to(#aae5f7));
|
background-image: -webkit-linear-gradient(#aae5f7, #73d0f1);
|
background-image: -o-linear-gradient(#aae5f7, #73d0f1);
|
text-shadow: 1px 1px 1px #bfeafb;
|
background-color: #73d0f1;
|
/* 确定上下的距离 */
|
margin:30px 0 5px 0;
|
}
|
#changeWork .con-btn input[type="button"]:hover{
|
border: 1px solid #4690ad;
|
background-image: -moz-linear-gradient(#73d0f1, #aae5f7);
|
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aae5f7), to(#73d0f1));
|
background-image: -webkit-linear-gradient(#73d0f1, #aae5f7);
|
background-image: -o-linear-gradient(#73d0f1, #aae5f7);
|
background-color: #aae5f7;
|
}
|
#changeWork .con-btn input[type="button"].ensure{
|
margin-left:700px;
|
}
|
#changeWork .con-btn input[type="button"].out{
|
margin-left:30px;
|
}
|
|