<#ibiztemplate> TARGET=PSSYSAPP </#ibiztemplate> #app{ display: block; } <#if app.getAllPSAppCodeLists?? && app.getAllPSAppCodeLists()??> <#assign allAppCodeLists = app.getAllPSAppCodeLists() /> <#list allAppCodeLists as singleCodeList> <#-- 静态代码表start --> <#if singleCodeList.getCodeListType() == "STATIC"> <#if singleCodeList.getAllPSCodeItems()??> <#list singleCodeList.getAllPSCodeItems() as codeItem> <#if codeItem.getPSSysCss()??> .${codeItem.getPSSysCss().getCssName()}{ ${codeItem.getPSSysCss().getRawCssStyle()} } </#if> </#list> </#if> </#if> <#-- 静态代码表end --> </#list> </#if>