|
@@ -7,8 +7,41 @@
|
|
|
<link rel="stylesheet" type="text/css" href="{{Msg "seo" "cdn"}}/jyapp/dataExport/css/base.css?v={{Msg "seo" "version"}}"/>
|
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/dataExport/css/no_result.css?v={{Msg "seo" "version"}}">
|
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/dataExport/iconfont/iconfont.css?v={{Msg "seo" "version"}}">
|
|
|
+ <link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}"/>
|
|
|
+ <script src="/js/jquery.js"></script>
|
|
|
</head>
|
|
|
+ <style>
|
|
|
+ .app-layout-header{
|
|
|
+ line-height: 44px;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ text-align: center;
|
|
|
+ border-bottom: 1px solid #E6E6E6;
|
|
|
+ font-size: 17px;
|
|
|
+ position: fixed;
|
|
|
+ padding-top: 20px;
|
|
|
+ z-index: 999;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ color: #444444;
|
|
|
+ }
|
|
|
+ .app-layout-header>.app-back_{
|
|
|
+ position: absolute;
|
|
|
+ font-size: 19px;
|
|
|
+ padding-top: 20px;
|
|
|
+ padding-left: 11px;
|
|
|
+ padding-right: 40px;
|
|
|
+ padding-bottom: 7px;
|
|
|
+ left: 0px;
|
|
|
+ top: 18px;
|
|
|
+ color: #444444;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
<body>
|
|
|
+ <div class="app-layout-header">
|
|
|
+ <span class="app-back_ jyapp-icon jyapp-icon-zuojiantou"></span>
|
|
|
+ 数据导出
|
|
|
+ </div>
|
|
|
<div id="no_result">
|
|
|
<main class="main">
|
|
|
<img src="{{Msg "seo" "cdn"}}/jyapp/dataExport/images/fish.png" >
|
|
@@ -18,5 +51,10 @@
|
|
|
</div>
|
|
|
<!--百度统计end-->
|
|
|
{{include "/common/baiducc.html"}}
|
|
|
+ <script>
|
|
|
+ $(".app-back_").click(function () {
|
|
|
+ history.back();
|
|
|
+ });
|
|
|
+ </script>
|
|
|
</body>
|
|
|
</html>
|