X_bank.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. page {
  2. background-color: #0F0F1D;
  3. width: 100%;
  4. height: 100vh;
  5. }
  6. .page {
  7. width: 750rpx;
  8. height: 1624rpx;
  9. background: linear-gradient( 180deg, #24234B 0%, #0F0F1D 100%);
  10. border-radius: 0rpx 0rpx 0rpx 0rpx;
  11. }
  12. .list_info {
  13. // display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  14. width:690rpx;
  15. display:flex;flex-direction: column;margin:30rpx 30rpx 60rpx;justify-content: flex-start;
  16. .numlist {
  17. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  18. position: relative;
  19. width: 690rpx;
  20. height: 188rpx;
  21. background: url('http://c.yujianmate.com/images/v1/w3/bank_bg.png');
  22. background-size: 690rpx 188rpx;
  23. .left {
  24. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  25. .icon {
  26. margin-left: 60rpx;
  27. margin-right: 42rpx;
  28. width:164rpx;
  29. height: 164rpx;
  30. }
  31. .num {
  32. font-weight: bold;
  33. font-size: 36rpx;
  34. color: #FFFFFF;
  35. text-align: left;display: flex;flex-direction: column;justify-content: left;align-items: left;
  36. .name {
  37. font-size: 28rpx;color: #999999;margin-top: 12rpx;font-weight: normal;
  38. }
  39. }
  40. }
  41. }
  42. .empty{
  43. display: flex;flex-direction: column;justify-content: normal;align-items: center;
  44. width:690rpx;
  45. height: 560rpx;
  46. .bg {
  47. margin-top: 100rpx;
  48. width:434rpx;
  49. height: 234rpx;
  50. background: url('http://c.yujianmate.com/images/v1/w3/empty.png');
  51. background-size: 434rpx 234rpx;
  52. }
  53. }
  54. .mingxiList {
  55. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  56. position: relative;
  57. .left {
  58. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  59. padding-left:40rpx;
  60. padding-top: 20rpx;
  61. .icon{
  62. padding-left:5rpx;
  63. height: 36rpx;
  64. }
  65. }
  66. .right{
  67. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  68. padding-right:80rpx;
  69. padding-top: 20rpx;
  70. .icon{
  71. padding-left:5rpx;
  72. height: 36rpx;
  73. }
  74. }
  75. }
  76. .item {
  77. margin-top: 20rpx;color:#fff;font-size: 28rpx;
  78. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  79. width: 690rpx;height: 134rpx;
  80. background: #2D3458;
  81. border-radius: 24rpx 24rpx 24rpx 24rpx;
  82. .left {
  83. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  84. padding-left:30rpx;
  85. .name {
  86. margin-bottom:20rpx;
  87. font-weight: 400;
  88. font-size: 28rpx;
  89. color: #FFFFFF;
  90. }
  91. .desc {
  92. font-weight: 400;
  93. font-size: 24rpx;
  94. color: #999999;
  95. }
  96. }
  97. .right{
  98. height: 40%;
  99. display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;
  100. .num1{
  101. padding-right:50rpx;
  102. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  103. font-weight: bold;
  104. font-size: 36rpx;
  105. color: #FE2D56;
  106. }
  107. .num2{
  108. color: #FFFFFF;
  109. }
  110. }
  111. }
  112. }
  113. .blankHeight {
  114. height:300rpx;
  115. }