change.wxss 635 B

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