| 123456789101112131415161718192021222324252627282930313233343536373839 | @import "/css/form2.wxss";.showModelCon {    display: flex;    justify-content: space-between;    align-items: center;    height: 80rpx;    margin-bottom: 10rpx;}.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;}
 |