Files
electricity_bill_calc_wx/pages/workBenchNew/components/recharge/index.wxss
2025-11-14 14:17:57 +08:00

17 lines
287 B
Plaintext

/* pages/workBenchNew/components/recharge/index.wxss */
.inputContent {
flex: 1;
margin-right: 10rpx;
display: flex;
padding: 0 20rpx;
border-radius: 12rpx;
border: 1rpx solid #ccc;
background-color: #fff;
position: relative;
}
.text {
flex: 1;
}