You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
228 B
12 lines
228 B
/* pages/bank/bill/index.wxss */
|
|
.item-content {
|
|
background-color: white;
|
|
padding: 24rpx;
|
|
}
|
|
|
|
.page-num {
|
|
font-size: 24rpx;
|
|
font-family: PingFang-SC-Regular, PingFang-SC;
|
|
font-weight: 400;
|
|
color: rgba(153, 153, 153, 1);
|
|
}
|