<?xml version="1.0" encoding="UTF-8"?> <!-- $Author: hty $Date: 2018/6/6 10:03 $Revision: 1.0 最近成交 --> <a:screen xmlns:a="http://www.leaf-framework.org/application"> <a:init-procedure/> <a:view template="default" package="leaf.ui.std"> <script src="${/request/@context_path}/leafresource/hls/hlsBlock/javascript/block-incept-con.js" type="text/javascript"></script> <link href="${/request/@context_path}/leafresource/hls/default/hls-all.css" rel="stylesheet" type="text/css"/> <link href="${/request/@context_path}/leafresource/css/MAIN/hls-touch.css" rel="stylesheet" type="text/css"/> <link href="${/request/@context_path}/lib/bootstrap-3.3.7/css/bootstrap.css" rel="stylesheet" type="text/css"/> <link href="${/request/@context_path}/lib/font-awesome-4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link href="${/request/@context_path}/leafresource/hls/beyondChart/assets/css/beyond.min.css" rel="stylesheet"/> <script src="${/request/@context_path}/leafresource/hls/hlsBlock/javascript/format-currency.js" type="text/javascript"></script> <script src="${/request/@context_path}/leafresource/hls/beyondChart/assets/js/bootstrap.min.js"></script> <a:link id="bmLink_con_contract_v_query" model="home.con_contract_v" modelaction="query"/> <style> html, body { margin: 0; padding: 0; width: 270px; height: 355px; } .orders-container { margin-bottom: 0; } .foot-area-imags-detail { margin-top: 12px; } .row-second-left-title > i { margin-top: 5px; } .databox .databox-header { font-size: 15px; } .portlet.light.bordered { border: 1px solid #e7ecf1 !important; } .portlet.light { padding: 12px 20px 15px 20px; background-color: #fff; } .portlet.bordered { border-left: 2px solid #e6e9ec !important; } .portlet { margin-top: 0px; margin-bottom: 25px; padding: 0px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } .portlet.light.bordered > .portlet-title { border-bottom: 1px solid #eef1f5; } .portlet.light > .portlet-title { padding: 0; min-height: 48px; } .portlet.light > .portlet-title > .caption { color: #666; padding: 10px 0; } .portlet > .portlet-title > .caption { float: left; display: inline-block; font-size: 18px; line-height: 18px; padding: 10px 0; } .portlet.light > .portlet-title > .caption > i { color: #777; font-size: 15px; font-weight: 300; margin-top: 3px; } .portlet > .portlet-title > .caption > i { float: left; margin-top: 4px; display: inline-block; font-size: 13px; margin-right: 5px; color: #666; } .font-green-sharp { color: #2ab4c0 !important; } [class^="icon-"] { display: inline-block; line-height: 14px; -webkit-font-smoothing: antialiased; } .icon-globe { font-family: Simple-Line-Icons; speak: none; font-style: normal; font-variant: normal; text-transform: none; } .portlet.light > .portlet-title > .caption > .caption-subject { font-size: 16px; } .font-green-sharp { color: #2ab4c0 !important; } .uppercase { text-transform: uppercase !important; } .bold { font-weight: 700 !important; } .portlet > .portlet-title:after { clear: both; } .portlet.light .portlet-body { padding-top: 8px; } .portlet > .portlet-body { clear: both; height: 278px; } .scroller { padding: 0px; margin: 0px; padding-right: 12px; overflow: hidden; } .feeds { margin: 0px; padding: 0px; list-style: none; } .myApproval-tab { padding: 4px 4px; color: #2ab4c0; cursor: pointer; } .myApproval-class { height: 25px; line-height: 25px; } #myApproval-container { height: 250px; } .latest-event-item { height: 76.5px; } .conAndPrj-class { height: 25px; line-height: 25px } .conAndPrj-tab { padding: 4px 4px; color: #2ab4c0; cursor: pointer; } /*====================grid==================*/ .grid-class { color: #333; } .grid-class tbody > :nth-child(n+2):hover { background-color: #fafbfd; } .grid-class th { padding: 6px 0; } .grid-class tr { border-bottom: 1px solid #cccccc; } .super-grid-footbtn { margin: 0 auto; text-align: center; width: 100px; height: 25px; } .super-grid-footbar { position: absolute; bottom: 0; width: 100%; } </style> <div></div> <script></script> <a:dataSets/> <div class="hls-float-left hls-height-inherit hls-block-x1 hls-block-y4"> <div class="orders-container" style="border-radius:5px;"> <div class="orders-header" style="height:45px;border-radius: 5px 5px 0px 0px;"> <div class="least-event" style="height:inherit">最近成交</div> </div> <ul id="con-incept-info-right" class="orders-list"> </ul> </div> </div> <script> var contextPath = '${/request/@context_path}'; conInceptListInit(contextPath); </script> <a:screenBody style="display:none"/> </a:view> </a:screen>