17 lines
287 B
Plaintext
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;
|
|
} |