修改本地连接

This commit is contained in:
2024-04-10 15:36:38 +08:00
parent 7249c430b8
commit cae7b2767f
15 changed files with 283 additions and 19 deletions

View File

@@ -0,0 +1,31 @@
/* pages/invoicing/index.wxss */
.submit {
margin-top: 40rpx;
margin-left: 32rpx;
margin-right: 32rpx;
margin-bottom: 40rpx;
}
.info {
margin: 30rpx;
border-radius: 20rpx;
padding: 26rpx;
background-color: #fff;
}
.info .moneyNumber {
color: var(--money-color)
}
.info .content {
margin-top: 20rpx;
}
.info .content .contentText {
margin-left: 10rpx;
font-weight: 600;
}
page {
background-color: var(--transparent-green);
}