This commit is contained in:
2026-04-14 17:38:46 +08:00
commit b71e6d6bae
2848 changed files with 237896 additions and 0 deletions

File diff suppressed because one or more lines are too long

View 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"
}
}

File diff suppressed because one or more lines are too long

View 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}