electricity_bill_calc_wx/pages/questions/index.wxss

16 lines
226 B
Plaintext

/* pages/questions/index.wxss */
.content {
flex: 1;
padding: 16rpx 24rpx 20rpx;
box-sizing: border-box;
}
.question {
font-weight: 600;
font-size: 36rpx;
}
.answer {
margin: 14rpx 0 32rpx;
font-size: 32rpx;
}