| 1234567891011121314151617181920212223242526272829303132333435363738 |
- @import "/css/form2.wxss";
- .showModelCon {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 80rpx;
- }
- .input-box {
- display: flex;
- align-items: center;
- width: 318rpx;
- height: 80rpx;
- background: #F4F4F4;
- border-radius: 10rpx;
- overflow: hidden;
- }
- .input-box>input {
- text-align: left;
- padding-left: 20rpx;
- }
- .index {
- font-size: 28rpx;
- color: rgba(0, 0, 0, .3);
- }
- .gain {
- text-align: left;
- width: 140rpx;
- height: 40rpx;
- font-size: 28rpx;
- color: #4DC2D4;
- line-height: 40rpx;
- margin-left: 20rpx;
- }
|