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
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
8 years ago
Commit
ad8d74640953b418cb065d2cd05aaf4b705be0d2
1 parent
daf839c3
header base
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
public/scss/common/_header.css
public/vue/component/header.vue
public/vue/product/list/index.vue
public/scss/common/_header.css
0 → 100644
View file @
ad8d746
$
header-height
:
200px
;
\ No newline at end of file
...
...
public/vue/component/header.vue
View file @
ad8d746
...
...
@@ -59,6 +59,7 @@
};
</script>
<style>
@import "../../scss/common/_header.css";
.blk-header-wrap.ghost {
.blk-header {
background-color: rgba(255, 255, 255, 0);
...
...
public/vue/product/list/index.vue
View file @
ad8d746
...
...
@@ -192,6 +192,7 @@
</script>
<style>
@import "../../../scss/common/_header.css";
.list-header {
background-color: white;
}
...
...
Please
register
or
login
to post a comment