my.css 4.1 KB

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