public
This commit is contained in:
1
public/mp-weixin/bundle/pages/invoice/invoice.js
Normal file
1
public/mp-weixin/bundle/pages/invoice/invoice.js
Normal file
File diff suppressed because one or more lines are too long
11
public/mp-weixin/bundle/pages/invoice/invoice.json
Normal file
11
public/mp-weixin/bundle/pages/invoice/invoice.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"navigationBarTitleText": "开具发票",
|
||||
"usingComponents": {
|
||||
"u-icon": "/components/uview-ui/components/u-icon/u-icon",
|
||||
"u-radio-group": "/components/uview-ui/components/u-radio-group/u-radio-group",
|
||||
"u-radio": "/components/uview-ui/components/u-radio/u-radio",
|
||||
"u-input": "/components/uview-ui/components/u-input/u-input",
|
||||
"u-popup": "/components/uview-ui/components/u-popup/u-popup",
|
||||
"u-checkbox": "/components/uview-ui/components/u-checkbox/u-checkbox"
|
||||
}
|
||||
}
|
||||
1
public/mp-weixin/bundle/pages/invoice/invoice.wxml
Normal file
1
public/mp-weixin/bundle/pages/invoice/invoice.wxml
Normal file
File diff suppressed because one or more lines are too long
1
public/mp-weixin/bundle/pages/invoice/invoice.wxss
Normal file
1
public/mp-weixin/bundle/pages/invoice/invoice.wxss
Normal file
@ -0,0 +1 @@
|
||||
.invoice{height:calc(100vh - env(safe-area-inset-bottom));padding:24rpx;position:relative}.invoice .box{padding:20rpx 0;border-radius:16rpx}.invoice .box .item{padding:16rpx 30rpx}.invoice .box .item .label{font-size:28rpx;color:#101010}.invoice .box .item .content{min-width:440rpx}.invoice .footer{left:0;bottom:0;width:100%;padding:24rpx;position:absolute}.invoice .footer .btn{height:88rpx}.invoice .footer .submit-btn{color:#fff;background-color:#e39b37}.invoice .footer .cancel-btn{color:#e39b37;background-color:#fff}.invoice .invoice-type{padding:40rpx;padding-bottom:0}.invoice .invoice-type .invoice-type--item{padding:28rpx 36rpx;border-radius:40rpx;margin-bottom:30rpx}.invoice .invoice-type .invoice-type-confirm-btn{padding:90rpx 0 50rpx 0}.invoice .invoice-type .invoice-type-confirm-btn .confirm{background-color:#ff9e1e}
|
||||
Reference in New Issue
Block a user