WIDGET508.lview 7.17 KB
Newer Older
niminmin's avatar
niminmin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
<?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>