#projectWidget select{
|
appearance: none;
|
-moz-appearance: none;
|
-webkit-appearance: none;
|
border: 1px solid #ccc;
|
border-radius: 4px;
|
color: #717171;
|
background: #fff url(../../assets/images/jiantou.png) no-repeat scroll center right 2px transparent;
|
width: 190px;
|
}
|
/*清除ie的默认选择框样式清除,隐藏下拉箭头*/
|
select::-ms-expand { display: none; }
|
#projectWidget input {
|
height: 30px;
|
border: none;
|
border-radius: 5px;
|
font-size: 12px;
|
color: #717171;
|
cursor: pointer;
|
margin-top: 9px;
|
width: 100px;
|
background-color: #FAFAF9;
|
}
|
.space-til {
|
width: 260px;
|
line-height: 50px;
|
}
|
#projectWidget .tabcontrol-tabcontainer{
|
display: none;
|
}
|
|
.floatbutton{
|
width: 100px;
|
height: 30px;
|
border: 1px solid #2FA034;
|
cursor: pointer;
|
font-size: 13px;
|
background: #FAFAF9;
|
border-radius: 5px;
|
color: #2FA034;
|
margin: 0px 0px 15px 40px;
|
text-align: center;
|
}
|