Files
OMS/app/invoice/statics/style.css
2025-12-28 23:13:25 +08:00

21 lines
660 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* Copyright © ShopeX http://www.shopex.cn. All rights reserved.
* See LICENSE file for license details.
*/
/*---------------------------------------------------------------------------------------------------------------
for ome
---------------------------------------------------------------------------------------------------------------*/
.tableform {
background: none repeat scroll 0 0 #F8F8F8;
border: 1px solid #D9D9D9;
border-radius: 5px;
margin: 5px 10px;
padding: 5px;
}
.text_left { text-align:left; }
.color_1 { color:#999; }
.edit_title { height:40px; line-height:40px; }
.edit_title h3 { line-height:40px; }