my.acss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. .r-canvas{
  2. -webkit-transform-origin: 0 0;
  3. transform-origin: 0 0;
  4. }
  5. .r-canvas-component{
  6. overflow: hidden;
  7. }
  8. .r-canvas-component.hidden{
  9. position: fixed;
  10. top:-5000rpx;
  11. }
  12. ax-body.data-v-0be17cc6{
  13. display: block;
  14. height: 100%;
  15. background: #F6FAFF;
  16. }
  17. app-navigation.data-v-0be17cc6{
  18. position: fixed;
  19. left: 0;
  20. right: 0;
  21. bottom: 0;
  22. }
  23. .page-background.data-v-0be17cc6{
  24. position: fixed;
  25. top: 0;
  26. left: 0;
  27. right: 0;
  28. z-index: 0;
  29. }
  30. .page-background image.data-v-0be17cc6{
  31. display: block;
  32. width: 100%;
  33. }
  34. .main.data-v-0be17cc6{
  35. position: relative;
  36. z-index: 1;
  37. }
  38. /* 用户卡 */
  39. .user-card.data-v-0be17cc6{
  40. padding: 20px 0;
  41. }
  42. .user-avatar.data-v-0be17cc6{
  43. display: block;
  44. width: 50px;
  45. height: 50px;
  46. margin-right: 10px;
  47. }
  48. .user-name.data-v-0be17cc6{
  49. display: flex;
  50. align-items: center;
  51. }
  52. .user-name-text.data-v-0be17cc6{
  53. font-size: 18px;
  54. font-weight: bold;
  55. }
  56. .user-phone.data-v-0be17cc6{
  57. font-size: 12px;
  58. margin-top: 5px;
  59. }
  60. .seting-icon.data-v-0be17cc6{
  61. width: 24px;
  62. height: 24px;
  63. }
  64. .get-phone-number.data-v-0be17cc6{
  65. display: inline-flex;
  66. height: unset;
  67. border: none;
  68. line-height: normal;
  69. background-color: transparent;
  70. font-size: 12px;
  71. color: #2B303A;
  72. padding: 0;
  73. margin: 0;
  74. }
  75. .get-phone-number.data-v-0be17cc6::after{
  76. display: none;
  77. }
  78. .enterprise-name-card.data-v-0be17cc6{
  79. margin-left: 10rpx;
  80. padding: 10rpx;
  81. background-color:rgba(62, 182, 248, 0.3);
  82. border-radius: 8rpx;
  83. font-size: 22rpx;
  84. color: #181818;
  85. }
  86. /* 统计卡 */
  87. .sta-card.data-v-0be17cc6{
  88. flex: 1;
  89. display: flex;
  90. align-items: center;
  91. justify-content: center;
  92. flex-direction: column;
  93. height: 78px;
  94. border-radius: 8px;
  95. background-color: #F2F8FF;
  96. box-shadow: 0 3px 6px rgba(122, 168, 222, 0.3);
  97. position: relative;
  98. overflow: hidden;
  99. }
  100. .sta-card.data-v-0be17cc6::before{
  101. content: '';
  102. display: block;
  103. position: absolute;
  104. top: 0;
  105. left: 0;
  106. right: 0;
  107. bottom: 0;
  108. box-shadow: 0 8px 8px #fff inset;
  109. background-color: transparent !important;
  110. }
  111. .sta-card + .sta-card.data-v-0be17cc6{
  112. margin-left: 10px;
  113. }
  114. .sta-card .value.data-v-0be17cc6{
  115. font-size: 24px;
  116. font-weight: bold;
  117. position: relative;
  118. z-index: 3;
  119. }
  120. .sta-card .name.data-v-0be17cc6{
  121. font-size: 12px;
  122. color: #aaa;
  123. position: relative;
  124. z-index: 3;
  125. }
  126. .sta-card .bg.data-v-0be17cc6{
  127. position: absolute;
  128. top: 0;
  129. right: 0;
  130. height: 100%;
  131. z-index: 2;
  132. }
  133. .buy.data-v-0be17cc6{
  134. display: flex;
  135. align-items: center;
  136. justify-content: center;
  137. height: 50px;
  138. border-radius: 8px;
  139. font-size: 14px;
  140. margin-top: 15px;
  141. background: linear-gradient(to right,#8FF8FB,#47AEFF);
  142. }
  143. /* 卡片 */
  144. .card.data-v-0be17cc6{
  145. background-color: #fff;
  146. border-radius: 8px;
  147. margin-top: 15px;
  148. box-shadow: 0 1px 8px rgba(122, 168, 222, 0.1);
  149. }
  150. .card-title.data-v-0be17cc6{
  151. padding: 10px 20px 0 20px;
  152. font-weight: bold;
  153. }
  154. .act-wrap.data-v-0be17cc6{
  155. display: flex;
  156. align-items: flex-end;
  157. width: 100%;
  158. padding: 15px 0px;
  159. }
  160. .act-item.data-v-0be17cc6{
  161. display: inline-flex;
  162. align-items: center;
  163. justify-content: space-between;
  164. flex-direction: column;
  165. width: 25%;
  166. height: 50px;
  167. }
  168. .act-item .icon.data-v-0be17cc6{
  169. display: block;
  170. width: 30px;
  171. height: 30px;
  172. }
  173. .act-item .name.data-v-0be17cc6{
  174. font-size: 12px;
  175. }
  176. .act-item.about.data-v-0be17cc6{
  177. height: auto;
  178. }
  179. .act-item.about .icon.data-v-0be17cc6{
  180. width: 40px;
  181. height: 40px;
  182. }
  183. .playbil-box.data-v-0be17cc6{
  184. position: relative;
  185. }
  186. .playbil-box .playbil-bg.data-v-0be17cc6{
  187. width:600rpx;
  188. }
  189. .enterprise-name.data-v-0be17cc6{
  190. width: 600rpx;
  191. text-align: center;
  192. font-size: 22rpx;
  193. position: absolute;
  194. top: 610rpx;
  195. color:rgb(33, 111, 247);
  196. }
  197. .playbil-qrcode.data-v-0be17cc6{
  198. position: absolute;
  199. left:170rpx;
  200. top: 280rpx;
  201. width: 260rpx;
  202. height: 260rpx;
  203. }
  204. .enterprise-user.data-v-0be17cc6{
  205. position: absolute;
  206. width: 600rpx;
  207. text-align: center;
  208. top: 880rpx;
  209. font-size: 22rpx;
  210. color: #fff;
  211. }
  212. .enterprise-tips.data-v-0be17cc6{
  213. font-size: 28rpx;
  214. color: #ff0004;
  215. }
  216. .refund_btn.data-v-0be17cc6 {
  217. position: absolute;
  218. font-size: 14px;
  219. color: #fff;
  220. background-color: #3EB6F8;
  221. padding: 2px 8px;
  222. border-radius: 10px 0 0 10px;
  223. bottom: 5px;
  224. right: 0;
  225. z-index: 99;
  226. }