diff --git a/common/styles/common.css b/common/styles/common.css index 4ba4084..534f5db 100644 --- a/common/styles/common.css +++ b/common/styles/common.css @@ -280,11 +280,11 @@ radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbo } .lf-color-primary { - color: #FA4427 !important; + color: #FE9903 !important; } .lf-bg-primary { - background: #FA4427 !important; + background: #FE9903 !important; } .lf-color-secondary { @@ -312,11 +312,11 @@ radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbo } .lf-color-gray { - color: #656565 !important; + color: #777777 !important; } .lf-bg-gray { - background: #656565 !important; + background: #777777 !important; } .lf-color-999{ diff --git a/pages.json b/pages.json index b321520..cb16b98 100644 --- a/pages.json +++ b/pages.json @@ -25,7 +25,8 @@ { "path": "pages/goodsDetail/goodsDetail", "style": { - "navigationBarTitleText": "商品详情" + "navigationBarTitleText": "商品详情", + "backgroundColor": "#F5F5F5" } } ], diff --git a/pages/goodsDetail/goodsDetail.vue b/pages/goodsDetail/goodsDetail.vue index 10fbaaf..e5f48dd 100644 --- a/pages/goodsDetail/goodsDetail.vue +++ b/pages/goodsDetail/goodsDetail.vue @@ -1,6 +1,79 @@ @@ -8,7 +81,7 @@ export default { data(){ return { - + current: 0 // 轮播下标 } }, onLoad(){ @@ -20,6 +93,129 @@ } + \ No newline at end of file