From 34178e6f65ac4873aac5cf26d61b2f232db4a6ef Mon Sep 17 00:00:00 2001 From: jljsj Date: Wed, 1 Mar 2017 12:02:50 +0800 Subject: [PATCH] update nav bar color --- src/templates/template/element/Nav0/template.config.js | 2 +- src/templates/template/element/Nav1/template.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/template/element/Nav0/template.config.js b/src/templates/template/element/Nav0/template.config.js index 9c8803cf..bb758205 100644 --- a/src/templates/template/element/Nav0/template.config.js +++ b/src/templates/template/element/Nav0/template.config.js @@ -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': { diff --git a/src/templates/template/element/Nav1/template.config.js b/src/templates/template/element/Nav1/template.config.js index b2c74954..d13713c1 100644 --- a/src/templates/template/element/Nav1/template.config.js +++ b/src/templates/template/element/Nav1/template.config.js @@ -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': {