my.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. ax-body.data-v-0be17cc6{
  2. display: block;
  3. height: 100%;
  4. background: #F6FAFF;
  5. }
  6. app-navigation.data-v-0be17cc6{
  7. position: fixed;
  8. left: 0;
  9. right: 0;
  10. bottom: 0;
  11. }
  12. .page-background.data-v-0be17cc6{
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. right: 0;
  17. z-index: 0;
  18. }
  19. .page-background image.data-v-0be17cc6{
  20. display: block;
  21. width: 100%;
  22. }
  23. .main.data-v-0be17cc6{
  24. position: relative;
  25. z-index: 1;
  26. }
  27. /* 用户卡 */
  28. .user-card.data-v-0be17cc6{
  29. padding: 20px 0;
  30. }
  31. .user-avatar.data-v-0be17cc6{
  32. display: block;
  33. width: 50px;
  34. height: 50px;
  35. margin-right: 10px;
  36. }
  37. .user-name.data-v-0be17cc6{
  38. font-size: 18px;
  39. font-weight: bold;
  40. }
  41. .user-phone.data-v-0be17cc6{
  42. font-size: 12px;
  43. margin-top: 5px;
  44. }
  45. .seting-icon.data-v-0be17cc6{
  46. width: 24px;
  47. height: 24px;
  48. }
  49. .get-phone-number.data-v-0be17cc6{
  50. display: inline-flex;
  51. height: unset;
  52. border: none;
  53. line-height: normal;
  54. background-color: transparent;
  55. font-size: 12px;
  56. color: #2B303A;
  57. padding: 0;
  58. margin: 0;
  59. }
  60. .get-phone-number.data-v-0be17cc6::after{
  61. display: none;
  62. }
  63. /* 统计卡 */
  64. .sta-card.data-v-0be17cc6{
  65. flex: 1;
  66. display: flex;
  67. align-items: center;
  68. justify-content: center;
  69. flex-direction: column;
  70. height: 78px;
  71. border-radius: 8px;
  72. background-color: #F2F8FF;
  73. box-shadow: 0 3px 6px rgba(122, 168, 222, 0.3);
  74. position: relative;
  75. overflow: hidden;
  76. }
  77. .sta-card.data-v-0be17cc6::before{
  78. content: '';
  79. display: block;
  80. position: absolute;
  81. top: 0;
  82. left: 0;
  83. right: 0;
  84. bottom: 0;
  85. box-shadow: 0 8px 8px #fff inset;
  86. background-color: transparent !important;
  87. }
  88. .sta-card + .sta-card.data-v-0be17cc6{
  89. margin-left: 10px;
  90. }
  91. .sta-card .value.data-v-0be17cc6{
  92. font-size: 24px;
  93. font-weight: bold;
  94. position: relative;
  95. z-index: 3;
  96. }
  97. .sta-card .name.data-v-0be17cc6{
  98. font-size: 12px;
  99. color: #aaa;
  100. position: relative;
  101. z-index: 3;
  102. }
  103. .sta-card .bg.data-v-0be17cc6{
  104. position: absolute;
  105. top: 0;
  106. right: 0;
  107. height: 100%;
  108. z-index: 2;
  109. }
  110. .buy.data-v-0be17cc6{
  111. display: flex;
  112. align-items: center;
  113. justify-content: center;
  114. height: 50px;
  115. border-radius: 8px;
  116. font-size: 14px;
  117. margin-top: 15px;
  118. background: linear-gradient(to right,#8FF8FB,#47AEFF);
  119. }
  120. /* 卡片 */
  121. .card.data-v-0be17cc6{
  122. background-color: #fff;
  123. border-radius: 8px;
  124. margin-top: 15px;
  125. box-shadow: 0 1px 8px rgba(122, 168, 222, 0.1);
  126. }
  127. .card-title.data-v-0be17cc6{
  128. padding: 10px 20px 0 20px;
  129. font-weight: bold;
  130. }
  131. .act-wrap.data-v-0be17cc6{
  132. display: flex;
  133. align-items: flex-end;
  134. width: 100%;
  135. padding: 15px 0px;
  136. }
  137. .act-item.data-v-0be17cc6{
  138. display: inline-flex;
  139. align-items: center;
  140. justify-content: space-between;
  141. flex-direction: column;
  142. width: 25%;
  143. height: 50px;
  144. }
  145. .act-item .icon.data-v-0be17cc6{
  146. display: block;
  147. width: 30px;
  148. height: 30px;
  149. }
  150. .act-item .name.data-v-0be17cc6{
  151. font-size: 12px;
  152. }
  153. .act-item.about.data-v-0be17cc6{
  154. height: auto;
  155. }
  156. .act-item.about .icon.data-v-0be17cc6{
  157. width: 40px;
  158. height: 40px;
  159. }
  160. .refund_btn.data-v-0be17cc6{
  161. position: absolute;
  162. font-size: 14px;
  163. color: #fff;
  164. background-color: #3EB6F8;
  165. padding: 2px 8px;
  166. border-radius: 10px 0 0 10px;
  167. bottom: 5px;
  168. right: 0;
  169. z-index: 99;
  170. }