修改本地连接
This commit is contained in:
31
pages/invoicing/index.wxss
Normal file
31
pages/invoicing/index.wxss
Normal 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);
|
||||
}
|
Reference in New Issue
Block a user