remitDetail.scss 592 B

123456789101112131415161718192021222324252627282930
  1. @import "../../../static/common-head.scss";
  2. .item {
  3. background: #ffffff;
  4. width: 100vw;
  5. padding: 20rpx 30rpx;
  6. box-sizing: border-box;
  7. font-size: 24rpx;
  8. display: flex;
  9. justify-content: space-between;
  10. margin-bottom: 20rpx;
  11. .input {
  12. height: 54rpx;
  13. background: #FFFFFF;
  14. border-radius: 8rpx;
  15. border: 1rpx solid #CCCCCC;
  16. font-size: 28rpx;
  17. font-family: PingFang SC-Regular, PingFang SC;
  18. color: #333333;
  19. line-height: 44px;
  20. text-align: center;
  21. margin-left: 20rpx;
  22. }
  23. .delete {
  24. width: 68rpx;
  25. height: 68rpx;
  26. text-align: center;
  27. font-size: 32rpx;
  28. color: #999;
  29. }
  30. }