diff --git a/common/common.css b/common/common.css index 8007b5e..96ef3e6 100644 --- a/common/common.css +++ b/common/common.css @@ -83,12 +83,28 @@ page { float: right; } +.bg-lv { + background-color: #FF5200 !important; +} + .bg-wjy { - background-color: #FCB72E; + background-color: #FCB72E !important; +} + +.color-lv { + color: #FF5200 !important; } .color-wjy { - color: #FCB72E; + color: #FCB72E !important; +} + +.border-wjy { + border: 1px #FCB72E solid; +} + +.border-lv { + border: 1px #FF5200 solid; } .padding-top-0 { @@ -98,6 +114,15 @@ page { .margin-bottom-0 { margin-bottom: 0; } + .margin-top-0 { margin-top: 0; -} \ No newline at end of file +} + +.color-333 { + color: #333; +} + +.margin-0 { + margin: 0; +} diff --git a/common/temp.vue b/common/temp.vue new file mode 100644 index 0000000..dbe11ca --- /dev/null +++ b/common/temp.vue @@ -0,0 +1,51 @@ + + + + + diff --git a/components/PriceList/PriceList.vue b/components/PriceList/PriceList.vue index 93e996f..12b5a9b 100644 --- a/components/PriceList/PriceList.vue +++ b/components/PriceList/PriceList.vue @@ -1,9 +1,9 @@ @@ -67,9 +72,9 @@ } .free-money { - color: #FE0505; max-width: 3rem; font-size: 12px; + color: #FE0505; line-height: 12px; } diff --git a/components/oil-menu-item.vue b/components/oil-menu-item.vue new file mode 100644 index 0000000..2a535b0 --- /dev/null +++ b/components/oil-menu-item.vue @@ -0,0 +1,27 @@ + + + + + diff --git a/pages.json b/pages.json index 9099d01..e70046f 100644 --- a/pages.json +++ b/pages.json @@ -9,8 +9,27 @@ "style": { "navigationBarTitleText": "星油" } + }, { + "path": "pages/station-info/station-info", + "style": {} + }, { + "path": "pages/qrcode/qrcodeList/qrcodeList", + "style": {} + }, { + "path": "pages/qrcode/QrCode_xy/QrCode_xy", + "style": {} } - ], + + , { + "path": "pages/qrcode/QrCode-wjy/QrCode-wjy", + "style": {} + }, + { + "path": "pages/orderList/orderList", + "style": {} + } + + ], "globalStyle": { "mp-alipay": { /* 支付宝小程序特有相关 */ diff --git a/pages/orderList/orderList.vue b/pages/orderList/orderList.vue new file mode 100644 index 0000000..87aee1b --- /dev/null +++ b/pages/orderList/orderList.vue @@ -0,0 +1,61 @@ + + + + + diff --git a/pages/station-info/station-info.vue b/pages/station-info/station-info.vue new file mode 100644 index 0000000..e2c6279 --- /dev/null +++ b/pages/station-info/station-info.vue @@ -0,0 +1,181 @@ + + + + +