change.wxss 609 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. @import "/css/form2.wxss";
  2. .showModelCon {
  3. display: flex;
  4. justify-content: space-between;
  5. align-items: center;
  6. height: 80rpx;
  7. }
  8. .input-box {
  9. display: flex;
  10. align-items: center;
  11. width: 318rpx;
  12. height: 80rpx;
  13. background: #F4F4F4;
  14. border-radius: 10rpx;
  15. overflow: hidden;
  16. }
  17. .input-box>input {
  18. text-align: left;
  19. padding-left: 20rpx;
  20. }
  21. .index {
  22. font-size: 28rpx;
  23. color: rgba(0, 0, 0, .3);
  24. }
  25. .gain {
  26. text-align: left;
  27. width: 140rpx;
  28. height: 40rpx;
  29. font-size: 28rpx;
  30. color: #4DC2D4;
  31. line-height: 40rpx;
  32. margin-left: 20rpx;
  33. }