修改了按钮/用户反馈框显示错误
This commit is contained in:
parent
f077fd397b
commit
0aeb56f8f7
|
@ -2,8 +2,8 @@
|
|||
<style>
|
||||
input[type="submit"].bid_btn {
|
||||
vertical-align: middle;
|
||||
width: 47px;/*modified by ming*/
|
||||
height: 20px;
|
||||
width: 60px;/*modified by ming*/
|
||||
height: 25px;
|
||||
line-height: 19px;
|
||||
font-size: 14px;
|
||||
color: rgb(0, 0, 0);
|
||||
|
@ -17,8 +17,8 @@
|
|||
/*margin-right: -4px;*/
|
||||
}
|
||||
input[type="button"].bid_btn {
|
||||
width: 47px;/*modified by ming*/
|
||||
height: 20px;
|
||||
width: 60px;/*modified by ming*/
|
||||
height: 25px;
|
||||
line-height: 19px;
|
||||
font-size: 14px;
|
||||
color: rgb(0, 0, 0);
|
||||
|
|
Loading…
Reference in New Issue