15 lines
186 B
CSS
15 lines
186 B
CSS
@charset "utf-8";
|
|
body {
|
|
}
|
|
.GridViewArea{
|
|
display:table;
|
|
width:100%;
|
|
}
|
|
/*添加价格*/
|
|
.plAddProfit{
|
|
margin-top: 10px;
|
|
margin-left:20px;
|
|
}
|
|
.editRow td{
|
|
background-color: #FF9;
|
|
} |