|
@@ -5,6 +5,8 @@
|
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
<link href="{{Msg "seo" "cdn"}}/css/dev2/reset_pc.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
|
+ <link href="/jyapp/css/common.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
|
+ <script src="/jyapp/js/jquery-3.2.1.min.js?v={{Msg "seo" "version"}}"></script>
|
|
|
<title>剑鱼标讯线上购买与服务条款</title>
|
|
|
<style type="text/css">
|
|
|
.public-nav{
|
|
@@ -102,10 +104,47 @@
|
|
|
display: inline-block;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
+ .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: 99999;
|
|
|
+ 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>
|
|
|
+ <script>
|
|
|
+ $(function(){
|
|
|
+ //
|
|
|
+ $(".app-back_").on("click", function () {
|
|
|
+ history.go(-1);
|
|
|
+ });
|
|
|
+ })
|
|
|
+ </script>
|
|
|
</head>
|
|
|
<body>
|
|
|
<section style="margin: auto;padding: 2rem 1rem" class="main">
|
|
|
+ <div class="app-layout-header">
|
|
|
+ <span class="app-back_ jyapp-icon jyapp-icon-zuojiantou"></span>
|
|
|
+ 剑鱼标讯线上购买与服务条款
|
|
|
+ </div>
|
|
|
<p>
|
|
|
<div class="MsoNormal" align="center" style="font-size:10.5pt;text-align:center;margin-bottom:20px;">
|
|
|
<b><span style="font-size: 1.5rem;line-height: 2rem;">剑鱼标讯产品与服务线上购买服务条款<span></span></span></b>
|