my.css 3.2 KB

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