index.wxss 955 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. @import "/template/login/index.wxss";
  2. .asset {
  3. display: flex;
  4. padding-top:50rpx;
  5. height: 150rpx;
  6. background-color: #e85654;
  7. }
  8. .asset .item {
  9. display: flex;
  10. flex-direction: column;
  11. width:250rpx;
  12. text-align: center;
  13. font-size: 14px;
  14. line-height: 30px;
  15. color:#fff;
  16. }
  17. .btn-view {
  18. height: 88rpx;
  19. background-color: #e85654;
  20. padding-right:40rpx;
  21. padding-bottom:30rpx;
  22. width: 100vw;
  23. display: flex;
  24. flex-direction: row-reverse;
  25. }
  26. .btn-view .btn {
  27. border-color: #fff !important;
  28. color:#fff !important;
  29. margin-right:20rpx;
  30. }
  31. .btn-hover {
  32. border-color: #fff;
  33. color:#fff;
  34. }
  35. .no-data {
  36. margin-top: 100rpx;
  37. text-align: center;
  38. font-size: 13px;
  39. color:#ccc;
  40. }
  41. .cashlogs {
  42. display: flex;
  43. font-size: 12px;
  44. margin-top: 20rpx;
  45. padding-bottom: 20rpx;
  46. border-bottom: 1px solid #eee;
  47. line-height: 20px;
  48. }
  49. .cashlogs .profile {
  50. width:600rpx;
  51. padding-left: 30rpx;
  52. }
  53. .cashlogs .amount {
  54. width:150rpx;
  55. }