balance.scss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. .sld_my_balance {
  2. width: 1007px;
  3. margin-left: 10px;
  4. float: left;
  5. .top_info {
  6. width: 100%;
  7. height: 130px;
  8. overflow: hidden;
  9. padding-top: 25px;
  10. background-color: white;
  11. .total {
  12. width: 296px;
  13. height: 115px;
  14. margin-right: 30px;
  15. padding: 20px 32px 26px;
  16. background: #F9F9F9;
  17. .title {
  18. color: #000000;
  19. font-size: 14px;
  20. //font-family: Microsoft YaHei;
  21. font-weight: 400;
  22. }
  23. .red {
  24. color: $colorMain2;
  25. font-size: 38px;
  26. //font-family: Microsoft YaHei;
  27. font-weight: bold;
  28. align-items: baseline;
  29. .fixed {
  30. font-size: 26px;
  31. }
  32. }
  33. }
  34. .btn_con {
  35. width: 310px;
  36. height: 94px;
  37. font-size: 16px;
  38. text-align: center;
  39. .recharge,
  40. .putout {
  41. display: inline-block;
  42. width: 170px;
  43. height: 40px;
  44. line-height: 40px;
  45. color: #FFFFFF;
  46. font-size: 18px;
  47. //font-family: Microsoft YaHei;
  48. font-weight: 400;
  49. text-align: center;
  50. border-radius: 4px;
  51. }
  52. .recharge {
  53. background-color: $colorMain;
  54. }
  55. .putout {
  56. margin-top: 18px;
  57. background-color: #ff9e13;
  58. }
  59. }
  60. }
  61. .nav_list {
  62. height: 85px;
  63. line-height: 85px;
  64. padding-left: 20px;
  65. background-color: white;
  66. .item {
  67. position: relative;
  68. width: 140px;
  69. color: #222222;
  70. font-size: 16px;
  71. //font-family: Microsoft YaHei;
  72. font-weight: 400;
  73. text-align: center;
  74. &.active {
  75. color: $colorMain;
  76. font-weight: 600;
  77. &:after {
  78. display: block;
  79. content: '';
  80. position: absolute;
  81. bottom: 20px;
  82. left: 50%;
  83. margin-left: -30px;;
  84. width: 60px;
  85. height: 2px;
  86. background: $colorMain;
  87. }
  88. }
  89. }
  90. }
  91. .list_container {
  92. width: 100%;
  93. padding-bottom: 25px;
  94. background-color: #FFFFFF;
  95. .top_title,
  96. .list_item {
  97. height: 40px;
  98. text-align: center;
  99. background-color: #FEF3F2;
  100. margin-left: 20px;
  101. margin-right: 20px;
  102. .time {
  103. width: 178px;
  104. height: 40px;
  105. // border-right: 1px solid #e3e3e3;
  106. }
  107. .num {
  108. width: 113px;
  109. height: 40px;
  110. // border-right: 1px solid #e3e3e3;
  111. &.green {
  112. color: #3fb091;
  113. }
  114. &.red {
  115. color: $colorMain2;
  116. }
  117. }
  118. .reason {
  119. flex: 1;
  120. }
  121. }
  122. .top_title {
  123. border: 1px solid #FEF3F2;
  124. }
  125. .list_item {
  126. background-color: white;
  127. border: 1px solid #F2F2F2;
  128. border-top: none;
  129. }
  130. .putout {
  131. line-height: 30px;
  132. color: #333333;
  133. height: 40px;
  134. line-height: 40px;
  135. font-size: 12px;
  136. //font-family: Microsoft YaHei;
  137. font-weight: 400;
  138. text-align: center;
  139. overflow: hidden;
  140. white-space: nowrap;
  141. text-overflow: ellipsis;
  142. .sn {
  143. width: 130px;
  144. margin-left: 10px;
  145. margin-right: 10px;
  146. }
  147. .time {
  148. width: 180px;
  149. margin-left: 10px;
  150. margin-right: 10px;
  151. }
  152. .money {
  153. width: 120px;
  154. margin-left: 10px;
  155. margin-right: 10px;
  156. }
  157. .extra {
  158. width: 100px;
  159. margin-left: 10px;
  160. margin-right: 10px;
  161. }
  162. .state {
  163. width: 100px;
  164. margin-left: 10px;
  165. margin-right: 10px;
  166. }
  167. .reason {
  168. width: 110px;
  169. margin-left: 10px;
  170. margin-right: 10px;
  171. overflow: hidden;
  172. white-space: nowrap;
  173. text-overflow: ellipsis;
  174. cursor: default;
  175. flex: none;
  176. }
  177. .operate {
  178. width: 80px;
  179. margin-left: 10px;
  180. margin-right: 10px;
  181. span {
  182. cursor: pointer;
  183. }
  184. }
  185. }
  186. }
  187. .dialog_desc,
  188. .dialog_desc2 {
  189. line-height: 28px;
  190. color: #121212;
  191. font-size: 16px;
  192. //font-family: Microsoft YaHei;
  193. font-weight: 400;
  194. text-align: center;
  195. margin-top: 35px;
  196. margin-bottom: 45px;
  197. padding-left: 50px;
  198. padding-right: 50px;
  199. }
  200. .dialog_desc2 {
  201. margin-top: 5px;
  202. margin-bottom: 20px;
  203. &.error {
  204. color: $colorMain;
  205. }
  206. }
  207. .dialog_input {
  208. display: block;
  209. width: 378px;
  210. height: 42px;
  211. border: 1px solid #BFBFBF;
  212. border-radius: 8px;
  213. padding: 5px 10px;
  214. margin: 0 auto 25px;
  215. }
  216. .dialog_btn {
  217. padding: 15px 20px;
  218. border-top: 1px solid #EEEEEE;
  219. .dialog_cancle,
  220. .dialog_set {
  221. width: 76px;
  222. height: 34px;
  223. line-height: 34px;
  224. font-size: 16px;
  225. //font-family: Microsoft YaHei;
  226. font-weight: 400;
  227. text-align: center;
  228. background: #E73439;
  229. border-radius: 4px;
  230. cursor: pointer;
  231. }
  232. .dialog_cancle {
  233. color: #666262;
  234. background: #E3E3E3;
  235. }
  236. .dialog_set {
  237. color: #FFFFFF;
  238. background: #E73439;
  239. margin-left: 15px;
  240. }
  241. }
  242. }
  243. .el-pager li.active {
  244. color: $colorMain;
  245. cursor: default;
  246. }
  247. .el-pager li:hover {
  248. color: $colorMain;
  249. }