myWallet.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* pages/user/myWallet/myWallet.wxss */
  2. page{
  3. width: 750rpx;
  4. background: #F0F1F5;
  5. }
  6. .wallet-header {
  7. width: 750rpx;
  8. height: 218rpx;
  9. background-color: #61CA54;
  10. color: #FFF;
  11. }
  12. .total-money {
  13. text-align: center;
  14. font-size: 52rpx;
  15. line-height: 70rpx;
  16. }
  17. .text-doc {
  18. display: flex;
  19. justify-content:center;
  20. align-items:center;
  21. font-size: 32rpx;
  22. line-height: 42rpx;
  23. }
  24. .text-doc-box {
  25. width: 30rpx;
  26. height: 32rpx;
  27. margin-right: 8rpx;
  28. }
  29. .text-prompt {
  30. margin-top: 20rpx;
  31. text-align: center;
  32. font-size: 28rpx;
  33. line-height: 38rpx;
  34. }
  35. image{
  36. width: 100%;
  37. height: 100%;
  38. }
  39. .wallet-container {
  40. width: 716rpx;
  41. margin: 0rpx auto;
  42. }
  43. .wallet-center{
  44. width:680rpx;
  45. height:88rpx;
  46. margin:0 auto;
  47. display:flex;
  48. justify-content:space-between;
  49. align-items:center;
  50. }
  51. .wallet-left {
  52. display:flex;
  53. align-items:center;
  54. }
  55. .icon-box {
  56. width: 60rpx;
  57. height:60rpx;
  58. margin-right:16rpx;
  59. }
  60. .wallet-right {
  61. width:18rpx;
  62. height:34rpx;
  63. }
  64. .wallet-detail {
  65. margin-top:20rpx;
  66. width:716rpx;
  67. height:88rpx;
  68. font-size:34rpx;
  69. color:#5E5E5E;
  70. background:#FFFFFF;
  71. border-radius:14rpx;
  72. }