Skip to content

Commit

Permalink
update nav bar color
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 committed Mar 1, 2017
1 parent 24ed73f commit 34178e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/template/element/Nav0/template.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default {
'$ .header0-phone-nav-bar em': {
name: '横条样式',
stylePhone: {
...bgStyle({ color: 'rgba(51, 51, 51, 0.95)', select: 'backgroundColor' }),
...bgStyle({ color: '#fff', select: 'backgroundColor' }),
},
},
'$ .header0-phone-nav-text': {
Expand Down
2 changes: 1 addition & 1 deletion src/templates/template/element/Nav1/template.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default {
'$ .header1-phone-nav-bar em': {
name: '横条样式',
stylePhone: {
...bgStyle({ color: 'rgba(51, 51, 51, 0.95)', select: 'backgroundColor' }),
...bgStyle({ color: '#fff', select: 'backgroundColor' }),
},
},
'$ .header1-phone-nav-text': {
Expand Down

0 comments on commit 34178e6

Please sign in to comment.