remitDetail.scss 646 B

1234567891011121314151617181920212223242526272829303132
  1. @import "../../../static/common-head.scss";
  2. .item {
  3. background: #ffffff;
  4. width: 100vw;
  5. border-bottom: 1px solid #cccccc;
  6. padding: 10rpx 20rpx;
  7. font-size: 24rpx;
  8. display: flex;
  9. justify-content: space-between;
  10. align-items: center;
  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. line-height: 68rpx;
  27. text-align: center;
  28. font-size: 32rpx;
  29. color: #999;
  30. margin-right: 20rpx;
  31. }
  32. }