choose-bank.css 777 B

12345678910111213141516171819202122232425262728293031323334353637
  1. html,
  2. body {
  3. height: 100%;
  4. font-family: PingFangSC-Regular;
  5. color: #333333;
  6. font-size: 32rpx;
  7. background: #ffffff;
  8. }
  9. .content,.content-X {
  10. box-sizing: border-box;
  11. padding-top: 24rpx;
  12. }
  13. .content-X{
  14. padding-bottom: 68rpx;
  15. }
  16. .content>view,.content-X>view{
  17. height: 100rpx;
  18. background: #ffffff;
  19. }
  20. .content>view:last-child,.content-X>view:last-child{
  21. box-sizing: border-box;
  22. padding-left: 40rpx;
  23. display: flex;
  24. align-items: center;
  25. }
  26. .content>.item>.wrap,.content-X>.item>.wrap{
  27. height: 98rpx;
  28. margin-left: 40rpx;
  29. border-bottom: 2rpx solid #eeeeee;
  30. display: flex;
  31. align-items: center;
  32. }
  33. .content>.item>.wrap>image,.content-X>.item>.wrap>image{
  34. width: 40rpx;
  35. height: 40rpx;
  36. margin-right: 40rpx;
  37. }