other-bank.css 510 B

12345678910111213141516171819202122232425262728
  1. html,
  2. body {
  3. height: 100%;
  4. font-family: PingFangSC-Regular;
  5. color: #333333;
  6. }
  7. view:first-child{
  8. height: 100rpx;
  9. box-sizing: border-box;
  10. padding: 0 32rpx;
  11. background: #ffffff;
  12. display: flex;
  13. justify-content: space-between;
  14. align-items: center;
  15. margin: 24rpx 0 48rpx;
  16. }
  17. input{
  18. text-align: right;
  19. }
  20. .btn{
  21. margin: 0 32rpx;
  22. height: 90rpx;
  23. text-align: center;
  24. line-height: 90rpx;
  25. color: #ffffff;
  26. background: #3296FB;
  27. border-radius: 45rpx;
  28. }