other-bank.wxss 636 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. @import "../public-view.wxss";
  2. /* 原生组件会漂浮在非原生组件上 */
  3. .bottom-view, .bottom-view-X {
  4. position: relative;
  5. background-color: #F5F5F5;
  6. }
  7. .item {
  8. width: 100%;
  9. height: 100rpx;
  10. background-color: white;
  11. display: flex
  12. }
  13. .item>text:first-child {
  14. font-family: PingFangSC-Regular;
  15. font-size: 32rpx;
  16. color: #333333;
  17. margin-left: 30rpx;
  18. line-height: 100rpx;
  19. }
  20. .input-view-placeholder {
  21. font-size: 32rpx;
  22. color: #cccccc;
  23. }
  24. input {
  25. font-size: 32rpx;
  26. color: #666666;
  27. line-height: 100rpx;
  28. text-align: right;
  29. height: 100rpx;
  30. width: 500rpx;
  31. margin-left: auto;
  32. margin-right: 30rpx;
  33. }