diff --git a/common/styles/common.css b/common/styles/common.css index 0eaaf23..11bff85 100644 --- a/common/styles/common.css +++ b/common/styles/common.css @@ -60,7 +60,7 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbox-input:hover { border-color: #d1d1d1 !important; } - +/* #endif */ /* 常用的 */ @@ -125,6 +125,10 @@ radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbo flex-wrap: wrap; } +.lf-text-vertical{ + vertical-align: middle; +} + .lf-line-1{ overflow: hidden; white-space: nowrap; @@ -280,11 +284,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 +316,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 4d6c64a..517fe08 100644 --- a/pages.json +++ b/pages.json @@ -51,6 +51,25 @@ "style": { "navigationBarTitleText": "我的" } + }, + { + "path": "pages/goodsDetail/index", + "style": { + "navigationBarTitleText": "商品详情", + "backgroundColor": "#F5F5F5" + } + }, + { + "path": "pages/collect/index", + "style": { + "navigationBarTitleText": "我的收藏" + } + }, + { + "path": "pages/contactService/index", + "style": { + "navigationBarTitleText": "联系客服" + } } ], "globalStyle": { diff --git a/pages/center/index.vue b/pages/center/index.vue index 88ee79b..517d49f 100644 --- a/pages/center/index.vue +++ b/pages/center/index.vue @@ -1,13 +1,81 @@ @@ -16,7 +84,7 @@ export default { data() { return { - title: 'Hello' + } }, onLoad() { @@ -28,35 +96,65 @@ } + diff --git a/pages/collect/index.vue b/pages/collect/index.vue new file mode 100644 index 0000000..46018d0 --- /dev/null +++ b/pages/collect/index.vue @@ -0,0 +1,74 @@ + + + + + diff --git a/pages/contactService/index.vue b/pages/contactService/index.vue new file mode 100644 index 0000000..91344d3 --- /dev/null +++ b/pages/contactService/index.vue @@ -0,0 +1,71 @@ + + + + + diff --git a/pages/goodsDetail/goodsDetail.vue b/pages/goodsDetail/goodsDetail.vue deleted file mode 100644 index 10fbaaf..0000000 --- a/pages/goodsDetail/goodsDetail.vue +++ /dev/null @@ -1,25 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue new file mode 100644 index 0000000..e5f48dd --- /dev/null +++ b/pages/goodsDetail/index.vue @@ -0,0 +1,221 @@ + + + + + + \ No newline at end of file