index.rpx.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .content-wrap {
  2. background: #F9F9F9;
  3. height: 100%;
  4. }
  5. .tabBarView {
  6. position: fixed;
  7. bottom: 0;
  8. }
  9. .head-wrap {
  10. position: relative;
  11. width: 750rpx;
  12. height: 100%;
  13. overflow: hidden;
  14. display: flex;
  15. flex-direction: column;
  16. }
  17. .content {
  18. position: absolute;
  19. top: 20%;
  20. left: 34rpx;
  21. right: 30rpx;
  22. border-radius: 12rpx;
  23. }
  24. .user-info {
  25. display: flex;
  26. position: relative;
  27. background-color: transparent;
  28. }
  29. .user-name {
  30. height: 48rpx;
  31. font-size: 32rpx;
  32. font-weight: 500;
  33. color: #333333;
  34. line-height: 48rpx;
  35. }
  36. .user-desc {
  37. height: 40rpx;
  38. font-size: 24rpx;
  39. font-weight: 400;
  40. color: #333333;
  41. line-height: 40rpx;
  42. }
  43. .head-right{
  44. transform: translateY(40rpx);
  45. }
  46. .user-head {
  47. margin-right: 6px;
  48. border-radius: 50%;
  49. border: 6rpx solid rgba(184, 27, 27, 0);
  50. }
  51. .user-image {
  52. width: 152rpx;
  53. height: 152rpx;
  54. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(237, 86, 159, 0.1);
  55. border: 2rpx solid #FFFFFF;
  56. border-radius: 50%;
  57. }
  58. .balance-info {
  59. width: 686rpx;
  60. height: 268rpx;
  61. background: #d11515;
  62. box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255, 224, 92, 0.05);
  63. border-radius: 20rpx;
  64. position: relative;
  65. z-index: 2;
  66. }
  67. .balance-name {
  68. font-size: 32rpx;
  69. font-weight: 700;
  70. color: #333333;
  71. line-height: 48rpx;
  72. position: absolute;
  73. top: 30rpx;
  74. left: 30rpx;
  75. }
  76. .h-content {
  77. width: 100%;
  78. margin: 24rpx;
  79. display: flex;
  80. justify-content: space-around;
  81. position: absolute;
  82. bottom: 10rpx;
  83. }
  84. .button-wrap{
  85. display: flex;
  86. justify-content: center;
  87. align-items: center;
  88. }
  89. .nav-bar{
  90. width: 686rpx;
  91. background: #FFFFFF;
  92. box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255, 224, 92, 0.05);
  93. border-radius: 20rpx;
  94. position: relative;
  95. }
  96. .nav-bar1{
  97. }