CopyRight ? 2013 All Rights Reserved.
廈門禾(he)堂餐(can)飲企業(ye)管理(li)有(you)限公(gong)司 版權所(suo)有(you) 備(bei)案號(hao):
/*
表格隔行變色
*/
.ue-table-interlace-color-single{
background-color:#fcfcfc;
}
.ue-table-interlace-color-double{
background-color:#f7faff;
}
/*
分割線
*/
hr {
display: block;
unicode-bidi: isolate;
-webkit-margin-before: 0.5em;
-webkit-margin-after: 0.5em;
-webkit-margin-start: auto;
-webkit-margin-end: auto;
overflow: hidden;
border-style: inset;
border-width: 1px;
}