Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郭成尧
9 years ago
Commit
8045fe87420cf57ebb3d51ef13ff1f5c03971ab8
2 parents
29709007
d8aec9c0
Merge branch 'feature/brand' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
11 deletions
public/vue/channel/brand-cate.vue
public/vue/channel/cate-resource-box.vue
public/vue/channel/brand-cate.vue
View file @
8045fe8
<template>
<div class="cate-tab-fixed">
<tab v-bind:page="page"></tab>
</div>
<div class="cate-page" id='cate-page'>
<div class="cate-nav clearfix">
<ul>
...
...
@@ -29,12 +26,6 @@
</div>
</template>
<style>
.cate-tab-fixed {
position: fixed;
top: 0;
left: 0;
}
.cate-page {
font-size: 36px;
font-family: helvetica, Arial, "黑体";
...
...
public/vue/channel/cate-resource-box.vue
View file @
8045fe8
<template>
<tab v-bind:page="page"></tab>
<resources v-bind:content-code.sync="contentCode"></resources>
<div class="tab-top-fixed">
<tab v-bind:page="page"></tab>
</div>
<div class="resources">
<resources v-bind:content-code.sync="contentCode"></resources>
</div>
</template>
<style>
.tab-top-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}
.resources {
margin-top: 100px;
}
</style>
<script>
const contentCode = require('content-code');
const qs = require('yoho-qs');
...
...
Please
register
or
login
to post a comment