代码如下:
<%@include file="/taglibs.jsp"%> 引用JSP,引用默认CSS; <title>受注入力</title> <style type="text/css"> div.num{text-align:right;padding-right:5px;} .errMsg{color:#FF0000;font-weight:bold;} .readonly{background-color: #eeeeee;} .redstar{color:#FF0000;} .bluestar{color:#0000FF;} table.sf th{height:auto;min-height:25px;} table.sf td { width:auto;min-height:25px;} table.tblInner{border-width:0px;border-style:none;} table.tblInner th,table.tblInner td {border-width:0px;border-style:none;} table.itemGift th,table.itemKakou th{background-color:#cc9999} table.itemGift td,table.itemKakou td{background-color:#ffffe0} table tr trts{background-color:D3F9BC} .disp{font-size:12px;text-align:right;border:none;background-color:transparent;} </style> <script type="text/javascript" src="<%=Constants.DOC_ROOT%>/js/OD010.js"></script> 引用外边的JS <script type="text/javascript"> </script> |