|
|
|
@ -1580,13 +1580,15 @@ form {display: inline;}
|
|
|
|
|
/*added by bai*/
|
|
|
|
|
input[type="submit"].bid_btn {
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
width: 55px;
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-family: '微软雅黑', Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
padding: 8px;
|
|
|
|
|
background: #15bccf;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
border: 1px solid #15bccf;
|
|
|
|
|
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 2px rgb(255, 255, 255) inset;
|
|
|
|
@ -1594,6 +1596,25 @@ input[type="submit"].bid_btn {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="submit"].ButtonAddTags {
|
|
|
|
|
color: #fffbff ;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
width:auto ;
|
|
|
|
|
height: 25px ;
|
|
|
|
|
font-family: '微软雅黑',Arial,Helvetica,sans-serif ;
|
|
|
|
|
font-size: 15px ;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-align: center ;
|
|
|
|
|
margin:0 auto;
|
|
|
|
|
border-radius: 0px !important;
|
|
|
|
|
background: #15bccf;
|
|
|
|
|
border: 0px solid #15bccf !important;
|
|
|
|
|
position: relative;
|
|
|
|
|
top:3px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="button"].bid_btn {
|
|
|
|
|
/*padding-bottom: 5px;*/
|
|
|
|
|
width: 55px;
|
|
|
|
@ -1603,6 +1624,7 @@ input[type="button"].bid_btn {
|
|
|
|
|
color: #fff;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
background: #15bccf;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
border: 1px solid #15bccf;
|
|
|
|
|
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 2px rgb(255, 255, 255) inset;
|
|
|
|
|