|
|
|
@ -1698,6 +1698,23 @@ div.project-search {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*huang*/
|
|
|
|
|
/*zhangshen*/
|
|
|
|
|
a.enterprise {
|
|
|
|
|
float:left;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
font-family: '微软雅黑',Arial,Helvetica,sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color:#fff;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
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.1), 0px 0px 0px rgb(255, 255, 255);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input.enterprise[type="button"] {
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
width: 55px;
|
|
|
|
|