me.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. @charset "UTF-8";
  2. .text-center.data-v-e72b4188 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-e72b4188 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-e72b4188 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-e72b4188 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-e72b4188 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-e72b4188 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-e72b4188 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-e72b4188 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-e72b4188 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .title.data-v-e72b4188 {
  39. height: 220rpx;
  40. margin-top: -360rpx;
  41. width: 100%;
  42. padding: 0 45rpx;
  43. position: relative;
  44. z-index: 10;
  45. }
  46. .title .avatar.data-v-e72b4188 {
  47. width: 130rpx;
  48. height: 130rpx;
  49. margin-right: 25rpx;
  50. display: block;
  51. border-radius: 50%;
  52. }
  53. .title .user-info.data-v-e72b4188 {
  54. color: #fff;
  55. height: 130rpx;
  56. }
  57. .title .user-info .user.data-v-e72b4188 {
  58. height: 36rpx;
  59. line-height: 36rpx;
  60. }
  61. .title .user-info .user .nickname.data-v-e72b4188 {
  62. font-size: 28rpx;
  63. margin-right: 20rpx;
  64. }
  65. .title .user-info .user .middleman.data-v-e72b4188 {
  66. height: 36rpx;
  67. background-color: #353535;
  68. border-radius: 18rpx;
  69. padding: 0 12rpx 0 6rpx;
  70. font-size: 22rpx;
  71. }
  72. .title .user-info .user .middleman image.data-v-e72b4188 {
  73. float: left;
  74. margin-top: 2rpx;
  75. width: 32rpx;
  76. height: 32rpx;
  77. display: block;
  78. margin-right: 6rpx;
  79. }
  80. .title .user-info .apply.data-v-e72b4188 {
  81. color: #fff;
  82. font-size: 26rpx;
  83. margin-top: 20rpx;
  84. }
  85. .money-info.data-v-e72b4188 {
  86. width: 702rpx;
  87. margin: 0 24rpx;
  88. border-radius: 16rpx;
  89. background-color: #fff;
  90. position: relative;
  91. z-index: 10;
  92. }
  93. .money-info .menu.data-v-e72b4188 {
  94. border-bottom-left-radius: 0;
  95. border-bottom-right-radius: 0;
  96. }
  97. .money-info .menu .menu-item.data-v-e72b4188 {
  98. height: 115rpx;
  99. font-size: 26rpx;
  100. }
  101. .money-info .menu .menu-item .sec-title.data-v-e72b4188 {
  102. font-size: 20rpx;
  103. margin-top: 8rpx;
  104. color: #999;
  105. }
  106. .money-info .menu .menu-item .money.data-v-e72b4188 {
  107. font-family: DIN;
  108. font-size: 40rpx;
  109. color: #f39800;
  110. }
  111. .money-info .look-money.data-v-e72b4188 {
  112. height: 88rpx;
  113. border-top: 2rpx solid #e2e2e2;
  114. font-size: 26rpx;
  115. color: #999999;
  116. }
  117. .money-info .look-money image.data-v-e72b4188 {
  118. width: 12rpx;
  119. height: 22rpx;
  120. margin-left: 15rpx;
  121. display: block;
  122. }
  123. .menu.data-v-e72b4188 {
  124. border-radius: 16rpx;
  125. background-color: #fff;
  126. width: 702rpx;
  127. margin: 15rpx 24rpx 0;
  128. }
  129. .menu .menu-item.data-v-e72b4188 {
  130. padding: 32rpx;
  131. height: 96rpx;
  132. border-top: 2rpx solid #e2e2e2;
  133. font-size: 26rpx;
  134. color: #353535;
  135. }
  136. .menu .menu-item.data-v-e72b4188:first-of-type {
  137. border-top: 0;
  138. }
  139. .menu .menu-item image.data-v-e72b4188 {
  140. width: 12rpx;
  141. height: 22rpx;
  142. display: block;
  143. }