|
|
|
@ -1759,7 +1759,9 @@ div.project-search {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 28px;
|
|
|
|
|
}
|
|
|
|
|
input.enterprise[type="submit"] {
|
|
|
|
|
|
|
|
|
|
/*huang*/
|
|
|
|
|
input.enterprise[type="button"] {
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
width: 55px;
|
|
|
|
|
height: 25px;
|
|
|
|
@ -1770,6 +1772,19 @@ input.enterprise[type="submit"] {
|
|
|
|
|
background: #15bccf;
|
|
|
|
|
border: 1px solid #15bccf;
|
|
|
|
|
}
|
|
|
|
|
input.enterprise[type="submit"] {
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
width: 55px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
font-family: '微软雅黑',Arial,Helvetica,sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
background: #15bccf;
|
|
|
|
|
border: 1px solid #15bccf;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
/*end*/
|
|
|
|
|
input[type="submit"] {
|
|
|
|
|
width: auto;
|
|
|
|
|
font-family: '微软雅黑',Arial,Helvetica,sans-serif;
|
|
|
|
@ -1783,6 +1798,20 @@ input[type="submit"] {
|
|
|
|
|
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px rgb(255, 255, 255);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="button"] {
|
|
|
|
|
width: auto;
|
|
|
|
|
font-family: '微软雅黑',Arial,Helvetica,sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: rgb(5, 5, 5);
|
|
|
|
|
padding: 0px;
|
|
|
|
|
background: -moz-linear-gradient(center top , rgb(255, 255, 255) 0%, rgb(235, 235, 235) 50%, rgb(219, 219, 219) 50%, rgb(181, 181, 181)) repeat scroll 0% 0% transparent;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
border: 1px solid rgb(148, 148, 148);
|
|
|
|
|
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 2px rgb(255, 255, 255) inset;
|
|
|
|
|
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px rgb(255, 255, 255);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
/*by fanqiang*/
|
|
|
|
|
img.avatar3 {
|
|
|
|
|
width: 50px;
|
|
|
|
|