remitDetail.scss 530 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. margin-bottom: 20rpx;
  9. .input {
  10. background: #FFFFFF;
  11. border-radius: 8rpx;
  12. border: 1rpx solid #CCCCCC;
  13. font-size: 28rpx;
  14. font-family: PingFang SC-Regular, PingFang SC;
  15. color: #333333;
  16. text-align: center;
  17. margin-left: 20rpx;
  18. padding: 8rpx 16rpx;
  19. }
  20. .delete {
  21. width: 68rpx;
  22. height: 68rpx;
  23. text-align: center;
  24. font-size: 32rpx;
  25. color: #999;
  26. }
  27. }