Commit c7a847e4 by 陈超

A

parent 7b3d7c6c
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
</van-tabbar> </van-tabbar>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
new Vue({ var footerNavVue = new Vue({
el: '#nav', el: '#nav',
data: function() { data: function() {
return { return {
......
...@@ -45,132 +45,9 @@ ...@@ -45,132 +45,9 @@
</a> </a>
</header> </header>
<div class="clear"></div> <div class="clear"></div>
<!-- <style>
.wxnotebox{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.8);
z-index: 999999;
}
.wxnotebox .box_content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background-color: white;
width: 80%;
border-radius: 10px;
text-align: center;
padding-bottom: 10px;
}
.wxnotebox .box_content>div{
left: 0;
width: 100%;
padding-bottom: 5px;
}
.wxnotebox .box_content .box_top img{
display: inline-block;
background-color: #fe8206;
margin-top: 10%;
border-radius: 5px;
width: 50px;
height: 50px;
}
.wxnotebox .box_content .box_top p{
width: 80%;
margin: 0 auto;
text-align: left;
padding-top: 20px;
font-size: 16px;
}
.box_bottom{
top: 50%;
border-top: 1px dashed #fe8206
}
.wxnotebox .box_content div .twoma{
width: 140px;
height: 140px;
position: relative;
left: 0;
top: 0;
margin: 0 auto;
padding: 10px;
margin-top: 10%;
}
.box_bottom p{
width: 150px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 20px;
margin: 0 auto;
color: white;
background-color: #fe8206;
font-size: 14px;
margin-top:5%;
}
.horn{
position: absolute;
width: 87.8%;
height: 87.8%;
border:1px dashed #fe8206;
}
.horn>div{
width: 10px;
height: 10px;
position:absolute;
}
.horn .lt{
border-top: 3px solid #fe8206;
border-left: 3px solid #fe8206;
left: -2px;
top: -2px;
}
.horn .rt{
border-top: 3px solid #fe8206;
border-right: 3px solid #fe8206;
right: -2px;
top: -2px;
}
.horn .rb{
border-bottom:3px solid #fe8206;
border-right: 3px solid #fe8206;
right: -2px;
bottom: -2px;
}
.horn .lb{
border-bottom:3px solid #fe8206;
border-left: 3px solid #fe8206;
left: -2px;
bottom: -2px;
}
#qrcode{
padding: 10px;
}
.box_top a.btn{
color: #fff;
font-size: 16px;
width: 30%;
margin: 0 auto;
background-color: #00bed4;
border-radius: 4px;
line-height: 35px;
}
</style> -->
<script type="text/javascript"> <script type="text/javascript">
new Vue({ new Vue({
el: '#header_search', el: '#header_search'
methods: {
onSearch: function() {
console.log("onSearch")
"{:U('classroom/Index/search')}"
}
}
}) })
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<link rel="stylesheet" href="__THEMEW3G__/css/idnger_swiper.css"> <link rel="stylesheet" href="__THEMEW3G__/css/idnger_swiper.css">
<script src="__THEME__/js/jquery.SuperSlide.2.1.1.js" charset="utf-8"></script> <script src="__THEME__/js/jquery.SuperSlide.2.1.1.js" charset="utf-8"></script>
<script src="__THEMEW3G__/js/idenger_swiper.js" charset="utf-8"></script> <script src="__THEMEW3G__/js/idenger_swiper.js" charset="utf-8"></script>
<div class="min-height-wrap"> <div id="vueHome" class="min-height-wrap">
<!--banner start--> <!--banner start-->
<div class="device"> <div class="device">
...@@ -20,6 +20,16 @@ ...@@ -20,6 +20,16 @@
</div> </div>
<div class="pagination"></div> <div class="pagination"></div>
</div> </div>
<van-swipe class="home_swapper" indicator-color="white">
<van-swipe-item>
<van-image class="home_swapper_image" height="100%" fit="cover" src="https://img.yzcdn.cn/vant/cat.jpeg" />
</van-swipe-item>
<van-swipe-item>
<van-image class="home_swapper_image" height="100%" fit="cover" src="https://img.yzcdn.cn/vant/cat.jpeg" />
</van-swipe-item>
</van-swipe>
<!--banner end--> <!--banner end-->
<!-- 简雅主题--> <!-- 简雅主题-->
...@@ -170,9 +180,14 @@ ...@@ -170,9 +180,14 @@
<script src="__THEMEW3G__/js/idenger_swiper.js" charset="utf-8"></script> <script src="__THEMEW3G__/js/idenger_swiper.js" charset="utf-8"></script>
<include file="__THEME__/public_footer_w3g"/> <include file="__THEME__/public_footer_w3g"/>
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function(){
new Vue({
el: '#vueHome'
})
$(document).ready(function(){
$(".nav_list ul li:eq(0)").addClass("on"); $(".nav_list ul li:eq(0)").addClass("on");
}); });
$(function(){ $(function(){
//banner //banner
var mySwiper = new Swiper('.swiper-container',{ var mySwiper = new Swiper('.swiper-container',{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment