diff --git a/common/uni.css b/common/uni.css index 10023e1..11a4cbf 100644 --- a/common/uni.css +++ b/common/uni.css @@ -1812,3 +1812,16 @@ checkbox-group label { .color-bbb { color: #bbb; } + +.is-required { + color: #dd524d; + font-weight: 700; +} + +.fontsize22 { + font-size: 22px; +} + +.fontweightBold { + font-weight: bold; +} diff --git a/pages.json b/pages.json index ade7a2f..364e0ee 100644 --- a/pages.json +++ b/pages.json @@ -177,7 +177,16 @@ } } - ], + ,{ + "path" : "pages/invoiceInformation/invoiceInformation", + "style" : + { + "navigationBarTitleText": "开票信息确认", + "enablePullDownRefresh": false + } + + } + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "停车小码头", diff --git a/pages/invoiceInformation/invoiceInformation.vue b/pages/invoiceInformation/invoiceInformation.vue new file mode 100644 index 0000000..f99005d --- /dev/null +++ b/pages/invoiceInformation/invoiceInformation.vue @@ -0,0 +1,138 @@ + + + + +