share.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. /* package-basic-data/pages/share/share.wxss */
  2. page {
  3. background: #F8F9FD;
  4. }
  5. .content{
  6. padding: 20rpx 10px 0rpx 10px;
  7. }
  8. .user-card{
  9. width: auto;
  10. border: 1px solid #F3FBFF;
  11. padding: 50rpx 35rpx 0rpx 35rpx;
  12. border-radius: 30rpx;
  13. background-color: #FFFF;
  14. background: radial-gradient(65.52% 61.17% at 6.12% 18.49%, #CDD8FF 0%, #F3FAFF 100%);
  15. }
  16. .user-card-backgorund{
  17. width: auto;
  18. position: relative;
  19. bottom: 0;
  20. }
  21. .user-card-backgorund .scan-image{
  22. width: 200rpx;
  23. height: 200rpx;
  24. position: absolute;
  25. bottom: 0;
  26. right: 0;
  27. }
  28. .user-card-info{
  29. width: 100%;
  30. display: flex;
  31. }
  32. .user-card-info .info-title{
  33. width: 100%;
  34. display: flex;
  35. }
  36. .user-card-info .title-info .cp-info{
  37. display: flex;
  38. font-size: 16px;
  39. justify-content: flex-start;
  40. align-items: center;
  41. }
  42. .user-card-info .title-info .cp-info .PRO{
  43. background: linear-gradient(77.62deg, #CAA977 12.58%, #FFDA7A 85.49%),
  44. conic-gradient(from 154.5deg at 29.17% -8.33%, #FFE8BA -0.56deg, rgba(255, 230, 165, 0) 0.26deg, rgba(227, 184, 73, 0.34) 17.37deg, rgba(240, 187, 253, 0.23) 347.83deg, rgba(186, 234, 255, 0.38) 353.78deg, #FFE8BA 359.44deg, rgba(255, 230, 165, 0) 360.26deg);
  45. color: #51370F;
  46. border: 0.56rpx solid;
  47. border-image-source: linear-gradient(235.56deg, #A68224 15.82%, #FFDA7A 70.34%);
  48. }
  49. .user-card-info .info-title .version-card{
  50. font-weight: 500;
  51. font-size: 10px;
  52. height: 2vh;
  53. align-items: center;
  54. display: flex;
  55. border-top-left-radius: 20rpx;
  56. border-bottom-right-radius: 20rpx;
  57. padding: 0rpx 10rpx;
  58. justify-items: center;
  59. margin-left: 15rpx;
  60. background: linear-gradient(0deg, #CFC9C0, #CFC9C0),
  61. conic-gradient(from 154.5deg at 29.17% -8.33%, #FFE8BA -0.56deg, rgba(255, 230, 165, 0) 0.26deg, rgba(227, 184, 73, 0.34) 17.37deg, rgba(240, 187, 253, 0.23) 347.83deg, rgba(186, 234, 255, 0.38) 353.78deg, #FFE8BA 359.44deg, rgba(255, 230, 165, 0) 360.26deg);
  62. }
  63. .user-card-info .info-title .version-card span{
  64. color: #51370F;
  65. box-shadow: 0px 0.56px 0px 0px #FFFB9E;
  66. }
  67. .cp-avatar image{
  68. width: 80rpx;
  69. height: 80rpx;
  70. }
  71. .title-info{
  72. font-size: 14px;
  73. font-weight: bolder;
  74. margin-left: 25rpx;
  75. }
  76. .title-info .user-info{
  77. margin-top: 25rpx;
  78. }
  79. .integral-info{
  80. display: flex;
  81. flex-direction: column;
  82. margin-bottom: 20rpx;
  83. }
  84. .integral-item{
  85. display: flex;
  86. justify-content: space-between;
  87. margin-top: 20rpx;
  88. z-index: 10;
  89. }
  90. .integral-item .item{
  91. display: flex;
  92. color: #1B365D;
  93. font-weight: 600;
  94. font-size: 14px;
  95. align-items: center;
  96. }
  97. .integral-item .number{
  98. color: #FF7B1A;
  99. font-size: 16px;
  100. text-decoration-line:underline;
  101. }
  102. .integral-info .rearmk-view{
  103. margin-top: 15rpx;
  104. font-size: 10px;
  105. }
  106. .integral-info .rearmk-view .title{
  107. font-weight: 600;
  108. color: #1B365D;
  109. }
  110. .integral-info .rearmk-view .info{
  111. color: #95A8CB;
  112. margin-left: 15rpx;
  113. font-weight: 500;
  114. }
  115. .activity-card{
  116. display: flex;
  117. justify-content: center;
  118. align-content: center;
  119. flex-direction: column;
  120. align-items: center;
  121. margin-top: 30rpx;
  122. padding: 20rpx;
  123. box-shadow: 0px 10px 20px 0px #E1E5EE99;
  124. /* border: 1px solid #CE9965; */
  125. box-shadow: 0px 10px 20px 0px #0000000D;
  126. box-shadow: 0px -6px 20px 0px #0000000D;
  127. background: radial-gradient(66.18% 65.3% at 6.12% 18.49%, #FFF9EC 0%, #FFFFFF 100%);
  128. border-radius: 20rpx;
  129. }
  130. .activity-card .activity-title{
  131. color: #A5814A;
  132. font-weight: 600;
  133. font-size: 14px;
  134. margin-bottom: 15rpx;
  135. }
  136. .activity-card .card-item{
  137. display: flex;
  138. width: 100%;
  139. flex-direction: row;
  140. justify-content: space-between;
  141. border: 7rpx solid rgba(255, 111, 5, 0.4);
  142. border-radius: 20rpx;
  143. align-content: center;
  144. align-items: center;
  145. justify-items: center;
  146. }
  147. .card-item .discount-view{
  148. display: flex;
  149. flex-direction: row;
  150. }
  151. .card-item .integral-view{
  152. display: flex;
  153. flex-direction: column;
  154. }
  155. .card-item .integral-view, .card-item .discount-view{
  156. width: 20%;
  157. height: 13vh;
  158. justify-content: center;
  159. align-content: center;
  160. align-items: center;
  161. border-top-right-radius: 15rpx;
  162. border-bottom-right-radius: 15rpx;
  163. border-right: 1px dashed #95A8CB;
  164. }
  165. .card-item .discount-view .number,.card-item .integral-view .number{
  166. color: #FF7B1A;
  167. font-weight: 600;
  168. font-size: 14px;
  169. }
  170. .card-item .button-view{
  171. display: flex;
  172. flex-direction: column;
  173. justify-content: center;
  174. align-items: center;
  175. }
  176. .activity-card .title-view{
  177. width: 40%;
  178. color: #1B365D;
  179. font-size: 14px;
  180. font-weight: 600;
  181. }
  182. .activity-card .button-view{
  183. padding: 25rpx;
  184. display: flex;
  185. justify-content: center;
  186. align-items: center;
  187. height: 10vh;
  188. border-top-left-radius: 15rpx;
  189. border-bottom-left-radius: 15rpx;
  190. border-left: 1px dashed #95A8CB;
  191. }
  192. .activity-card .button-view .button-class{
  193. border-radius: 20rpx;
  194. background-color: wheat;
  195. }
  196. .activity-card .button-view .remark{
  197. display: flex;
  198. width: 100%;
  199. justify-content: center;
  200. align-content: center;
  201. align-items: center;
  202. font-size: 12px;
  203. margin-top: 15rpx;
  204. }
  205. .activity-card .button-view-footer{
  206. display: flex;
  207. width: 100%;
  208. justify-content: space-between;
  209. align-items: center;
  210. }
  211. .activity-card .button-view-footer .remark{
  212. display: flex;
  213. justify-content: center;
  214. align-content: center;
  215. align-items: center;
  216. font-size: 12px;
  217. margin-top: 15rpx;
  218. }
  219. .activity-card .button-view-footer .user-list{
  220. display: flex;
  221. width: 220rpx;
  222. justify-content: space-between;
  223. }
  224. .activity-card .button-view-footer .user-list .user-icon image{
  225. width: 20px;
  226. height: 20px;
  227. margin-top: 20rpx;
  228. }
  229. .activity-card .button-view-footer .user-list .user-icon .icon{
  230. margin-top: 20rpx;
  231. font-size: 20px;
  232. }
  233. .activity-card .button-view-footer .remark .time-view{
  234. display: flex;
  235. width: 120rpx;
  236. justify-content: space-around;
  237. margin-right: 10rpx;
  238. color: #ffffff;
  239. }
  240. .activity-card .button-view-footer .remark .time-view .time{
  241. background-color: #95A8CB;
  242. padding: 5rpx;
  243. }