tui_deposit.wxss 362 B

123456789101112131415161718192021222324
  1. page{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .box{
  6. width: 100%;
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. background: #F4F4F4;
  12. }
  13. .box .title{
  14. font-size:32rpx;
  15. font-family:PingFang SC;
  16. color:rgba(42,42,42,1);
  17. width: 660rpx;
  18. margin: 35rpx 0rpx;
  19. }
  20. .box image{
  21. width: 660rpx;
  22. height: 320rpx;
  23. margin-top: 40rpx;
  24. }