my.wxss 4.1 KB

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