黄海 3 years ago
commit b42c77ae36

@ -12,7 +12,11 @@
</head>
<body class="pear-container">
<div>
<div style="text-align: right;"><button class="pear-btn pear-btn-primary pear-btn-xs" style="margin: 10px;"
onclick="exportExcel();"> 导出 Excel </button>  </div>
<div class="layui-row layui-col-space10">
<div class="layui-col-xs6 layui-col-md3">
<div class="layui-card top-panel">
@ -56,16 +60,7 @@
0
</div>
<div class="layui-col-xs4 layui-col-md4 top-panel-tips">
<svg t="1670896012601" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="2681" width="32" height="32">
<path d="M0 0h1024v1024H0V0z" fill="#202425" opacity=".01" p-id="2682"></path>
<path
d="M102.4 238.933333a136.533333 136.533333 0 0 1 136.533333-136.533333h102.4a136.533333 136.533333 0 0 1 136.533334 136.533333v102.4a136.533333 136.533333 0 0 1-136.533334 136.533334H238.933333a136.533333 136.533333 0 0 1-136.533333-136.533334V238.933333z m0 443.733334a136.533333 136.533333 0 0 1 136.533333-136.533334h102.4a136.533333 136.533333 0 0 1 136.533334 136.533334v102.4a136.533333 136.533333 0 0 1-136.533334 136.533333H238.933333a136.533333 136.533333 0 0 1-136.533333-136.533333v-102.4z m580.266667-136.533334a136.533333 136.533333 0 0 0-136.533334 136.533334v102.4a136.533333 136.533333 0 0 0 136.533334 136.533333h102.4a136.533333 136.533333 0 0 0 136.533333-136.533333v-102.4a136.533333 136.533333 0 0 0-136.533333-136.533334h-102.4z"
fill="#FF7744" p-id="2683"></path>
<path
d="M546.133333 238.933333a136.533333 136.533333 0 0 1 136.533334-136.533333h102.4a136.533333 136.533333 0 0 1 136.533333 136.533333v102.4a136.533333 136.533333 0 0 1-136.533333 136.533334h-102.4a136.533333 136.533333 0 0 1-136.533334-136.533334V238.933333z"
fill="#FFAA44" p-id="2684"></path>
</svg>
<svg t="1670901322090" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7547" width="32" height="32"><path d="M442.8 746.8L511.4 923l67.9-174.2L543 625.5c3.3-3 5.4-7.2 5.4-12v-28.3c0-9-7.4-16.4-16.4-16.4h-42.8c-9 0-16.4 7.4-16.4 16.4v28.3c0 5.5 2.9 10.1 7.1 13.1l-37.1 120.2z" fill="#F79633" p-id="7548"></path><path d="M688.6 566.6l-177.3 454.6-177-454.7C155 636.8 66.8 810.7 30.8 1024h961.1c-36.1-213.2-124.1-387-303.3-457.4zM513.3 0C368.8 0.1 251.7 117.2 251.7 261.6c0 144.5 117.2 261.6 261.7 261.6S775 406.1 775 261.6C774.9 117.2 657.8 0.1 513.3 0z m0 478.5c-115.7-0.2-209.8-90.7-216.2-204.7 49.6-43.5 84.5-100.6 96.5-165 60.5 67.7 152.9 111 256.5 111 25.5 0 50.2-2.8 74.1-7.8 3.7 16 5.9 32.5 6 49.6-0.3 119.7-97.2 216.7-216.9 216.9z" fill="#1296db" p-id="7549" data-spm-anchor-id="a313x.7781069.0.i4" class=""></path></svg>
</div>
</div>
</div>
@ -303,7 +298,7 @@
<div class="layui-card">
<div class="layui-card-header" style="font-weight: bolder;">中级教师投票排行</div>
<div class="layui-card-body" id="middleSortView">
</div>
<script id="middleSortScript" type="text/html">
<ul class="list">
@ -321,7 +316,7 @@
<script src="./component/pear/pear.js"></script>
<script>
layui.use(['layer', 'element', 'count', 'laytpl'], function () {
var $ = layui.jquery,
var $ = layui.jquery,
layer = layui.layer,
element = layui.element,
count = layui.count,
@ -402,6 +397,10 @@
}
});
window.exportExcel = function () {
window.location = "/FengHuang/TouPiao/exportExcel";
};

Loading…
Cancel
Save