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 @@
+
+
+
+
+
+ 开票类型:
+
+
+ 增值税电子普通发票
+
+
+
+
+ 抬头类型:
+
+
+ 公司
+
+
+
+
+
+
+
+
+ *发票抬头:
+
+
+ 中兴智能交通股份有限公司
+
+
+
+
+ *纳税人识别号:
+
+
+ 123333
+
+
+
+
+ 注册地址:
+
+
+ 北京市海淀区玲珑路中关村产业园
+
+
+
+
+ 注册电话:
+
+
+ 123
+
+
+
+
+ 开户行:
+
+
+ 北京市海淀区玲珑路中关村产业园北京市海淀区玲珑路中关村产业园
+
+
+
+
+ 开户账号:
+
+
+ 1123村产业园
+
+
+
+
+ *电子邮箱:
+
+
+ 1123@qq.com
+
+
+
+
+ 备注:
+
+
+ 备注
+
+
+
+
+ 开票金额:
+
+
+ 5000元
+
+
+
+
+
+
+
+ 1.若所选开票记录分属多家运营公司,您会收到多张电子发票;
+
+
+ 2.根据国家发票管理办法,请您提供真实有效的开票信息,感谢您的配合。
+
+
+
+
+
+
+
+
+
+
+
+
+