choose-bank.wxss 473 B

123456789101112131415161718192021222324252627282930313233
  1. @import "../public-view.wxss";
  2. .item {
  3. width: 750rpx;
  4. height: 100rpx;
  5. display: flex;
  6. background-color: white;
  7. }
  8. .item>image {
  9. width: 44rpx;
  10. height: 44rpx;
  11. margin: auto 36rpx auto 40rpx;
  12. }
  13. .item>text,
  14. .other-bank>text {
  15. font-family: PingFangSC-Regular;
  16. font-size: 32rpx;
  17. color: #333333;
  18. line-height: 100rpx;
  19. }
  20. .other-bank {
  21. width: 750rpx;
  22. height: 100rpx;
  23. display: flex;
  24. background-color: white;
  25. }
  26. .other-bank>text {
  27. margin-left: 40rpx;
  28. }