Commit ab1baab5 by 陈超

A

parent 1238ffb7
<include file="__THEME__/public_header_w3g" />
<style>
body {
padding: 0 !important;
}
.operate_container {
width: 100%;
height: 100%;
position: relative;
}
.operate_bottom_bg {
position: absolute;
left: 0;
bottom: 0;
right: 0;
}
</style>
<body>
<div id="app" class="operate_container layout_center">
<span class="text_12_400 color_333333">商务合作请联系:13987654321(微信同号)</span>
<van-image width="100%" height="auto" src="__THEME__/img/bottom_bg.png" class="operate_bottom_bg" ></van-image>
</div>
</body>
<script type="text/javascript">
new Vue({
el: '#app',
data: function() {
return {
}
},
created:function(){
document.title = "商务合作"
},
})
</script>
<include file="__THEME__/public_header_w3g" />
<style>
body {
padding: 0 !important;
}
.operate_container {
width: 100%;
height: 100%;
position: relative;
}
.operate_bottom_bg {
position: absolute;
left: 0;
bottom: 0;
right: 0;
}
</style>
<body>
<div id="app" class="operate_container layout_center">
<span class="text_12_400 color_333333">上传试题请联系:13987654321(微信同号)</span>
<van-image width="100%" height="auto" src="__THEME__/img/bottom_bg.png" class="operate_bottom_bg" ></van-image>
</div>
</body>
<script type="text/javascript">
new Vue({
el: '#app',
data: function() {
return {
}
},
created:function(){
document.title = "商务合作"
},
})
</script>
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