electricity_bill_calc_wx/pages/invoicing/components/card/index.wxss
2024-04-22 17:37:07 +08:00

17 lines
334 B
Plaintext

/* pages/invoicing/components/card/index.wxss */
.cardBox {
margin-left: 32rpx;
margin-right: 32rpx;
padding: 2rpx 24rpx 24rpx;
background-color: #fff;
border-radius: 20rpx;
}
.title {
font-size: 38rpx;
font-weight: 600;
border-bottom: 1rpx solid #ccc;
height: 80rpx;
line-height: 80rpx;
margin-bottom: 24rpx;
}