代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<title>Excel公式与函数帮助手册</title>
<link href="css/layui.css" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<script src="js/jquery-3.3.1.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/vue.js"></script>
<script src="js/layui.js"></script>
<script src="js/nav_json.js"></script>
<script src="js/search_json.js"></script>
<script src="js/component/vuecomponent.js"></script>
<style>
.col1 {
height: 600px;
border: white 1px solid;
overflow: auto;
padding-top: 30px;
background-color: #2e2e41;
}
.col2 {
height: 600px;
border: white 1px solid;
overflow: auto;
padding-top: 15px;
background-color: #2e2e41;
}
.col3 {
height: 600px;
/*border: #432f2f 1px solid;*/
overflow: auto;
padding: 0;
background-color: #2e2e41;
}
.live {
overflow: hidden;
}
.live > li {
list-style: none;
position: relative;
padding: 0 0 0 2em;
margin: 0 0 .5em 10px;
-webkit-transition: .12s;
transition: .12s;
}
.live > li > a {
color: #93929b;
text-decoration: none;
}
.live > li::before {
position: absolute;
content: '\2022';
font-family: Arial;
color: #FFF;
top: 0;
left: 0;
text-align: center;
font-size: 2em;
opacity: .5;
line-height: .75;
-webkit-transition: .5s;
transition: .5s;
}
.live > li:hover {
color: #FFF;
/*font-size: 15px;*/
}
.live > li > a:hover {
color: #FFF;
}
.live > li:hover::before {
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
opacity: 1;
text-shadow: 0 0 4px;
-webkit-transition: .1s;
transition: .1s;
}
</style>
</head>
<body>
<div id="app2"></div>
<div class="container-fluid" id="app">
<div class="row" style="padding-top: 20px">
<div class="col-md-12">
<form-field v-model="keyword"
@clear-search="keyword=''"
@select-change="selectChange($event)"
:selected="currentSelected"
:elestyle="pagestyle"
>
</form-field>
</div>
</div>
<h1>Excel{{jsonData.title}}手册-<kbd>{{getCurrentStyle}}</kbd></h1>
<div class="col-md-3 col1">
<ul class="live">
<li v-for="(feilei,key,index) in jsonData.sections">
<a href="#" @click="style3LinkClick(key)">{{feilei.name}}</a>
<span class="badge">{{feilei.children.length}}</span>
</li>
</ul>
</div>
<div class="col-md-3 col2">
<ul class="live">
<li v-for="feilei in sectionsChildren">
<a href="#" @click="style3SecondLinkClick(feilei.href)" data-toggle="tooltip" data-placement="right"
:title="feilei.summary">{{feilei.name}}</a>
</li>
</ul>
</div>
<div class="col-md-6 col3">
<iframe :src="iframeSrc" width="100%" height="100%" frameborder=no border=0 marginwidth=0
marginheight=0></iframe>
</div>
<page-footer></page-footer>
</div>
</body>
<script src="js/support.js"></script>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。