32 lines
455 B
Plaintext
32 lines
455 B
Plaintext
/* 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);
|
|
}
|