account_details.acss 744 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* pages/account_details/account_details.wxss */
  2. page {
  3. background-color: #f2f3f5;
  4. }
  5. .account-detail{
  6. margin: 20rpx;
  7. }
  8. .title{
  9. height: 70rpx;
  10. font-size: 28rpx;
  11. color: #999999;
  12. line-height: 70rpx;
  13. }
  14. .list-card{
  15. padding: 30rpx;
  16. border-radius: 12rpx;
  17. background-color: #ffff;
  18. }
  19. .card-title{
  20. font-size: 28rpx;
  21. font-weight: 500;
  22. }
  23. .money{
  24. float: right;
  25. font-size: 34rpx;
  26. }
  27. .from{
  28. margin-top: 20rpx;
  29. color: #999999;
  30. font-size: 24rpx;
  31. }
  32. .more{
  33. text-align: center;
  34. font-size: 26rpx;
  35. color: #999999;
  36. height: 100rpx;
  37. line-height:100rpx;
  38. margin-top: 30rpx;
  39. }
  40. .none{
  41. text-align: center;
  42. padding-top: 40%;
  43. }
  44. .none image{
  45. height: 100rpx;
  46. width: 100rpx;
  47. }