share.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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: 35rpx;
  39. justify-content: center;
  40. align-items: center;
  41. }
  42. .user-card-info .info-title .version-card{
  43. font-weight: 500;
  44. font-size: 20rpx;
  45. height: 2vh;
  46. align-items: center;
  47. display: flex;
  48. border-top-left-radius: 20rpx;
  49. border-bottom-right-radius: 20rpx;
  50. padding: 0rpx 10rpx;
  51. justify-items: center;
  52. margin-left: 15rpx;
  53. background: linear-gradient(0deg, #CFC9C0, #CFC9C0),
  54. 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);
  55. }
  56. .user-card-info .info-title .version-card span{
  57. color: #51370F;
  58. box-shadow: 0px 0.56px 0px 0px #FFFB9E;
  59. }
  60. .cp-avatar image{
  61. width: 80rpx;
  62. height: 80rpx;
  63. }
  64. .title-info{
  65. font-weight: bolder;
  66. margin-left: 25rpx;
  67. }
  68. .title-info .user-info{
  69. margin-top: 25rpx;
  70. }
  71. .integral-info{
  72. display: flex;
  73. flex-direction: column;
  74. margin-bottom: 20rpx;
  75. }
  76. .integral-item{
  77. display: flex;
  78. justify-content: space-between;
  79. margin-top: 20rpx;
  80. }
  81. .integral-item .item{
  82. display: flex;
  83. color: #1B365D;
  84. font-weight: 600;
  85. font-size: 35rpx;
  86. align-items: center;
  87. }
  88. .integral-item .number{
  89. color: #FF7B1A;
  90. font-size: 40rpx;
  91. text-decoration-line:underline;
  92. }
  93. .integral-info .rearmk-view{
  94. margin-top: 15rpx;
  95. font-size: 25rpx;
  96. }
  97. .integral-info .rearmk-view .title{
  98. font-weight: 600;
  99. color: #1B365D;
  100. }
  101. .integral-info .rearmk-view .info{
  102. color: #95A8CB;
  103. margin-left: 15rpx;
  104. font-weight: 500;
  105. }
  106. .activity-card{
  107. display: flex;
  108. justify-content: center;
  109. align-content: center;
  110. flex-direction: column;
  111. align-items: center;
  112. margin-top: 30rpx;
  113. padding: 20rpx;
  114. box-shadow: 0px 10px 20px 0px #E1E5EE99;
  115. /* border: 1px solid #CE9965; */
  116. box-shadow: 0px 10px 20px 0px #0000000D;
  117. box-shadow: 0px -6px 20px 0px #0000000D;
  118. background: radial-gradient(66.18% 65.3% at 6.12% 18.49%, #FFF9EC 0%, #FFFFFF 100%);
  119. border-radius: 20rpx;
  120. }
  121. .activity-card .activity-title{
  122. color: #A5814A;
  123. font-weight: 600;
  124. margin-bottom: 15rpx;
  125. }
  126. .activity-card .card-item{
  127. display: flex;
  128. width: 100%;
  129. flex-direction: row;
  130. justify-content: space-between;
  131. border: 7rpx solid rgba(255, 111, 5, 0.4);
  132. border-radius: 20rpx;
  133. align-content: center;
  134. align-items: center;
  135. justify-items: center;
  136. }
  137. .card-item .discount-view{
  138. display: flex;
  139. flex-direction: row;
  140. }
  141. .card-item .integral-view{
  142. display: flex;
  143. flex-direction: column;
  144. }
  145. .card-item .integral-view, .card-item .discount-view{
  146. width: 20%;
  147. height: 13vh;
  148. justify-content: center;
  149. align-content: center;
  150. align-items: center;
  151. border-top-right-radius: 15rpx;
  152. border-bottom-right-radius: 15rpx;
  153. border-right: 1px dashed #95A8CB;
  154. }
  155. .card-item .discount-view .number,.card-item .integral-view .number{
  156. color: #FF7B1A;
  157. font-weight: 600;
  158. font-size: 40rpx;
  159. }
  160. .card-item .button-view{
  161. display: flex;
  162. flex-direction: column;
  163. justify-content: center;
  164. align-items: center;
  165. }
  166. .activity-card .title-view{
  167. width: 40%;
  168. color: #1B365D;
  169. font-weight: 600;
  170. }
  171. .activity-card .button-view{
  172. width: 210rpx;
  173. padding: 20rpx;
  174. display: flex;
  175. justify-content: center;
  176. align-items: center;
  177. height: 10vh;
  178. border-top-left-radius: 15rpx;
  179. border-bottom-left-radius: 15rpx;
  180. border-left: 1px dashed #95A8CB;
  181. }
  182. .activity-card .button-view .button-class{
  183. border-radius: 20rpx;
  184. background-color: wheat;
  185. }
  186. .activity-card .button-view .remark{
  187. display: flex;
  188. width: 100%;
  189. justify-content: center;
  190. align-content: center;
  191. align-items: center;
  192. font-size: 25rpx;
  193. margin-top: 15rpx;
  194. }
  195. .activity-card .button-view .remark .time-view{
  196. display: flex;
  197. width: 120rpx;
  198. justify-content: space-around;
  199. margin-right: 10rpx;
  200. color: #ffffff;
  201. }
  202. .activity-card .button-view .remark .time-view .time{
  203. background-color: #95A8CB;
  204. padding: 5rpx;
  205. }