index.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. .my_bg_box {
  2. background-color: #FFFFFF;
  3. border-radius: 26upx;
  4. }
  5. .menu_item {
  6. display: flex;
  7. flex-direction: row;
  8. justify-content: space-between;
  9. align-items: center;
  10. height: 50upx;
  11. border-bottom: 2upx solid #E5E5E5;
  12. height: 110upx;
  13. }
  14. .wallet {
  15. height: 200upx;
  16. background-size: 100% 100%;
  17. overflow: hidden;
  18. color: #ffffff;
  19. position: relative;
  20. margin-top: 50upx;
  21. }
  22. .wallet view {
  23. color: #ffffff !important;
  24. }
  25. .top_bg .wallet_to_wal {
  26. width: 160upx;
  27. height: 55upx;
  28. background-color: #ffffff;
  29. border-radius: 27upx;
  30. position: absolute;
  31. right: 24upx;
  32. top: 90upx;
  33. color: #01BCC3 !important;
  34. text-align: center;
  35. line-height: 55upx;
  36. font-size: 24upx;
  37. }
  38. .wallet_top {
  39. font-size: 32upx;
  40. align-items: center;
  41. display: flex;
  42. height: 50upx;
  43. margin-top: 15upx;
  44. margin-left: 20upx;
  45. }
  46. .my_top_box {
  47. display: flex;
  48. align-items: center;
  49. margin-top: 140upx;
  50. justify-content: space-between;
  51. }
  52. .wallet_bot {
  53. display: flex;
  54. margin: 17upx;
  55. margin-top: 15upx;
  56. }
  57. .balance_box {
  58. width: 200upx;
  59. margin-left: 53upx;
  60. }
  61. .balance_box2 {
  62. margin-top: 10upx;
  63. }
  64. .balance_box2 text {
  65. font-size: 36upx;
  66. padding-right: 7upx;
  67. }
  68. .nav {
  69. display: flex;
  70. justify-content: space-around;
  71. padding: 0 0 35upx;
  72. background-color: #ffffff;
  73. }
  74. .top_bg {
  75. height: 550upx;
  76. background-size: 100% 570upx;
  77. overflow: hidden;
  78. }
  79. .top_bg .verify {
  80. background-color: #00c7b2;
  81. width: 180upx;
  82. border-radius: 15upx;
  83. text-align: center;
  84. padding: 5upx 0;
  85. line-height: 45upx;
  86. color: #ffffff !important;
  87. font-size: 24upx !important;
  88. }
  89. .top_bg .verify0{
  90. background-color: #a7a7a7;
  91. }
  92. .top_bg .verify1 {
  93. color: #ffffff !important;
  94. background-color: #ffa300;
  95. }
  96. .top_bg .verify2 {
  97. color: #ffffff !important;
  98. background-color: #ff5500;
  99. }
  100. .each_top {
  101. width: 50%;
  102. box-sizing: border-box;
  103. text-align: center;
  104. }
  105. .no_login {
  106. margin-top: 130upx;
  107. height: 150upx;
  108. text-align: center;
  109. font-size: 36upx;
  110. line-height: 150upx;
  111. background-color: #00BFBF;
  112. color: #ffffff;
  113. }
  114. .start_box {
  115. display: flex;
  116. align-items: center;
  117. font-size: 32upx;
  118. }