电速宝
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxss 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /* pages/balance/index.wxss */
  2. page{
  3. width: 100%;
  4. height: 100vh;
  5. background: linear-gradient(to bottom, #F0F5F5 -40%, #F0F5F5 40%,#F0F5F5 100%);
  6. box-sizing: border-box;
  7. }
  8. .balance{
  9. width: 100%;
  10. background-color: #ffffff;
  11. margin-top: 40rpx;
  12. padding: 60rpx 0rpx;
  13. box-sizing: border-box;
  14. display: flex;
  15. flex-direction: column;
  16. align-items: center;
  17. }
  18. .money{
  19. margin-top: 40rpx;
  20. }
  21. .money1{
  22. font-size: 32rpx;
  23. }
  24. .moneys{
  25. font-size: 42rpx;
  26. }
  27. .top_up{
  28. margin-top: 140rpx;
  29. width: 300rpx;
  30. height: 80rpx;
  31. color: #ffffff;
  32. display: flex;
  33. align-items: center;
  34. justify-content: center;
  35. border-radius: 10rpx;
  36. background-color: #07C160;
  37. }
  38. .withdraw{
  39. margin-top: 30rpx;
  40. width: 300rpx;
  41. height: 80rpx;
  42. color: #222222;
  43. display: flex;
  44. align-items: center;
  45. justify-content: center;
  46. border-radius: 10rpx;
  47. /* background-color: #07C160; */
  48. border: #222222 1rpx solid;
  49. }
  50. .balance_list{
  51. width: 100%;
  52. background-color: #ffffff;
  53. margin-top: 30rpx;
  54. padding: 20rpx 30rpx;
  55. box-sizing: border-box;
  56. display: flex;
  57. flex-direction: column;
  58. align-items: center;
  59. }
  60. .allocation{
  61. width: 100%;
  62. height: 80rpx;
  63. display: flex;
  64. align-items: center;
  65. justify-content:space-between;
  66. padding: 0rpx 0rpx;
  67. overflow: hidden;
  68. box-sizing: border-box;
  69. border-bottom: #f8f8f8 1rpx solid;
  70. }
  71. .allocation_1{
  72. display: flex;
  73. font-size:13px;
  74. align-items: center;
  75. }
  76. .allocation_box{
  77. border-radius: 16rpx;
  78. background-color: #ffffff;
  79. padding: 10rpx 0rpx;
  80. box-sizing: border-box;
  81. margin-top: 30rpx;
  82. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  83. }
  84. .allocation_2{
  85. color: #999999;
  86. }
  87. .allocation_3{
  88. font-size: 14px;
  89. }
  90. .driverpopup{
  91. padding: 40rpx;
  92. /* display: flex; */
  93. /* align-items: center; */
  94. /* justify-content: center; */
  95. }
  96. .driverpopup_box{
  97. width: 100%;
  98. height: 100rpx;
  99. display: flex;
  100. justify-content: center;
  101. align-items: center;
  102. border-bottom: #cccccc 1rpx solid;
  103. }
  104. .picker{
  105. width: 100%;
  106. height: 100rpx;
  107. display: flex;
  108. justify-content:space-between;
  109. align-items: center;
  110. }
  111. .botton{
  112. width: 100%;
  113. display: flex;
  114. align-items: center;
  115. justify-content: center;
  116. }
  117. .botton_box{
  118. width: 400rpx;
  119. height: 70rpx;
  120. margin-top: 100rpx;
  121. font-size: 28rpx;
  122. border-radius: 10rpx;
  123. display: flex;
  124. align-items: center;
  125. justify-content: center;
  126. color: #2C85FF;
  127. /* background-color: #2C85FF; */
  128. border: 1rpx solid #2C85FF;
  129. }
  130. /* */
  131. .selected{
  132. width: 40rpx;
  133. height: 40rpx;
  134. color: #ffffff;
  135. display: flex;
  136. align-items: center;
  137. justify-content: center;
  138. background-color: #07C160;
  139. border-radius: 100%;
  140. }
  141. .driverpopup_title{
  142. width: 100%;
  143. display: flex;
  144. align-items: center;
  145. justify-content: center;
  146. }