WIDGET502.lview 2.98 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
<?xml version="1.0" encoding="UTF-8"?>

<!--
    $Author: hty
    $Date: 2018/6/5 14:49
    $Revision: 1.0
    租金计算器
-->
<a:screen xmlns:a="http://www.leaf-framework.org/application">
    <a:init-procedure/>
    <a:view template="default" package="leaf.ui.std">
        <link href="${/request/@context_path}/leafresource/hls/default/hls-all.css" rel="stylesheet" type="text/css"/>
        <link href="${/request/@context_path}/leafresource/hls/beyondChart/assets/css/beyond.min.css" rel="stylesheet"/>
        <link href="${/request/@context_path}/leafresource/hls/hlsBlock/css/block-11.css" rel="stylesheet"
              type="text/css"/>
        <link href="${/request/@context_path}/leafresource/hls/hlsBlock/css/block-task.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"/>
        <style>
            html, body {
                width: 270px;
                height: 70px;
                margin: 0;
                padding: 0;
            }
        </style>
        <div></div>
        <script></script>
        <a:dataSets>

        </a:dataSets>

        <div class="hls-block-x1 hls-block-y1 hls-float-left hls-mutilblock-bg">
            <div style="cursor:pointer" id="left-div-my-task"
                 class="hls-block-y1 hls-float-left hls-11-circle-common row-task-left">
                <div id="row-task-left-circle" class="row-area-left-circle">
                    <img src="${/request/@context_path}/images/home_page/homepage_counter.png" width="47" height="47"/>
                    <!--<div id="row-task-left-circle-canvas" data-toggle="easypiechart" class="easyPieChart" data-barcolor="#fff" data-linecap="butt" data-animate="500" data-linewidth="3" data-size="47" data-trackcolor="rgba(255,255,255,0.1)">
                        <span id="task-percent-span" class="white font-90"></span>
                    </div>-->
                </div>
            </div>
            <div class="row-area-right hls-block-y1">
                <div class="row-area-right-content">
                    <span style="cursor:pointer" class="row-area-right-number row-task-right-number"></span>
                    <div id="task-count" style="cursor: pointer;" class="row-area-right-msg">租金计算器</div>
                </div>
                <div class="row-area-right-content-image row-task-right-content-image">
                    <img src="${/request/@context_path}/images/home_page/home_couter_icon.png" width="18" height="18"/>
                    <!--<i class="fa fa-tasks"></i>-->
                </div>
            </div>
        </div>
        <a:screenBody style="display:none"/>

        <script><![CDATA[
        $jq('#task-count').click(function () {
            top.mainJumpCode('HLS500N');
        })
        ]]></script>
    </a:view>
</a:screen>