变化
table td {
position: relative;
border: 2px solid #A09A82;
padding: 5px 5px;
}
button.price, button.order {
position: absolute;
bottom: 3px;
}
button.price {
left: 20px;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b5b4b3), color-stop(1, #141414) );
background:-moz-linear-gradient( center top, #b5b4b3 5%, #141414 100% );
background-color:#b5b4b3;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-right-radius:20px;
border-bottom-left-radius:20px;
text-indent:-11.25px;
border:1px solid #ded5de;
display:inline-block;
color:#ffffff;
font-family:Courier New;
font-size:15px;
/*font-weight:bold;*/
font-style:normal;
height:25px;
line-height:25px;
width:75px;
text-decoration:none;
text-align:center;
pointer-events:none;
}
button.order {
right: 20px;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #bfbfbf) );
background:-moz-linear-gradient( center top, #ffffff 5%, #bfbfbf 100% );
background-color:#ffffff;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-right-radius:20px;
border-bottom-left-radius:20px;
text-indent:0px;
border:1px solid #ffffff;
display:inline-block;
color:#db1818;
font-family:Courier New;
font-size:12px;
font-weight:bold;
font-style:normal;
height:25px;
line-height:25px;
width:84px;
text-decoration:none;
text-align:center;
margin-left: -18pt;
margin-top: 50pt;
}