CopyRight ? 2013 All Rights Reserved.
廈門(men)禾堂餐飲企業管理有限公司(si) 版(ban)權所有 備案號:
/*
表格隔行變色
*/
.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;
}