my.css 3.1 KB

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