share-power.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. /* package-basic-data/pages/share-power/share-power.wxss */
  2. .background-view image{
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: 100vw;
  7. height: 100%;
  8. z-index: 10;
  9. }
  10. .back-button-view{
  11. position: absolute;
  12. z-index: 11000;
  13. }
  14. .content{
  15. display: flex;
  16. position: relative;
  17. flex-direction: column;
  18. margin-top: 50rpx;
  19. padding: 0 50rpx;
  20. z-index: 100;
  21. }
  22. .content-title{
  23. margin-top: 10%;
  24. font-size: 20px;
  25. color: #FFFFFF;
  26. }
  27. .content-title .top{
  28. font-size: 65rpx;
  29. margin-bottom: 25rpx;
  30. font-weight: 600;
  31. }
  32. .message-view{
  33. display: flex;
  34. margin-top: 150rpx;
  35. justify-content: center;
  36. align-items: center;
  37. align-content: center;
  38. }
  39. .message-view .user-avatar image{
  40. width: 45px;
  41. height: 45px;
  42. }
  43. .message-view .message{
  44. margin-left: 30rpx;
  45. font-size: 16px;
  46. color: #FFFFFF;
  47. }
  48. .share-card{
  49. margin-top: 80rpx;
  50. display: flex;
  51. justify-content: space-between;
  52. align-items: center;
  53. border: 1px solid #CE9965;
  54. box-shadow: 0px 10px 20px 0px #E1E5EE99;
  55. background: radial-gradient(66.18% 65.3% at 6.12% 18.49%, #FFF9EC 0%, #FFFFFF 100%);
  56. border-radius: 20rpx;
  57. padding: 75rpx;
  58. }
  59. .share-card .title{
  60. font-size: 14px;
  61. }
  62. .share-card .title .top{
  63. font-size: 25px;
  64. font-weight: 600;
  65. margin-bottom: 15rpx;
  66. }
  67. .share-card .prize-view{
  68. display: flex;
  69. }
  70. .prize-view{
  71. font-size: 16px;
  72. display: flex;
  73. align-items: flex-end;
  74. }
  75. .prize-view .number{
  76. font-size: 40px;
  77. font-weight: 600;
  78. color: #FF7B1A;
  79. }
  80. .content .icon-view{
  81. display: flex;
  82. justify-content: center;
  83. margin-top: 70rpx;
  84. }
  85. .content .icon-view .info{
  86. width: 85%;
  87. min-width: 200rpx;
  88. display: flex;
  89. justify-content: space-around;
  90. }
  91. .content .icon-view .info .user-icon .icon {
  92. font-size: 40px;
  93. border: #95A8CB dashed 2px;
  94. background-color: #d9d9d94f;
  95. border-radius: 50%;
  96. color: #8992a1f1;
  97. }
  98. .content .icon-view .info .user-icon image {
  99. width: 45px;
  100. height: 45px;
  101. }
  102. .content .icon-view .icon{
  103. font-size: 40px;
  104. color: #FFFFFF;
  105. }
  106. .content .button-view{
  107. display: flex;
  108. flex-direction: column;
  109. }
  110. .content .button-view .button{
  111. width: 100%;
  112. }
  113. .power-model{
  114. position: fixed;
  115. z-index: 500;
  116. top: 30%;
  117. left: 0;
  118. right: 0;
  119. width: 100%;
  120. display: flex;
  121. justify-content: center;
  122. }
  123. .power-model .model-view{
  124. width: 80%;
  125. border-radius: 30rpx;
  126. padding: 20rpx;
  127. background: radial-gradient(66.18% 65.3% at 6.12% 18.49%, #FFF9EC 0%, #FFFFFF 100%);
  128. box-shadow: 0px 10px 20px 0px #0000000D;
  129. box-shadow: 0px -6px 20px 0px #0000000D;
  130. display: flex;
  131. flex-direction: column;
  132. justify-content: center;
  133. align-content: center;
  134. align-items: center;
  135. }
  136. .power-model .model-view .title{
  137. margin-top: 65rpx;
  138. font-size: 90rpx;
  139. font-weight: 600;
  140. color: #f8f8f8;
  141. text-shadow:3px 3px 7px #0047FF;
  142. }
  143. .power-model .model-view .title .title-image{
  144. width: 500rpx;
  145. height: 75rpx;
  146. }
  147. .stroke {
  148. -webkit-text-stroke: 2px #0047FF;
  149. }
  150. .power-model .title-view{
  151. display: flex;
  152. flex-direction: row;
  153. justify-content: center;
  154. align-content: center;
  155. align-items: center;
  156. margin-top: 25rpx;
  157. font-size: 12px;
  158. font-weight: 600;
  159. }
  160. .power-model .title-view .user-avatar image{
  161. width: 60rpx;
  162. height: 60rpx;
  163. margin-right: 15rpx;
  164. }
  165. .power-model .model-view .coupon-recrive-card{
  166. display: flex;
  167. width: 85%;
  168. margin-top: 40rpx;
  169. justify-content: space-around;
  170. align-items: center;
  171. border: 5px solid;
  172. border-color: rgba(255, 111, 5, 0.4);
  173. border-radius: 20rpx;
  174. padding: 30rpx;
  175. }
  176. .power-model .model-view .coupon-recrive-card .font{
  177. font-size: 25px;
  178. font-weight: 600;
  179. display: flex;
  180. width: 45%;
  181. align-items: flex-end;
  182. justify-items: center;
  183. justify-content: center;
  184. text-align:center;
  185. }
  186. .power-model .model-view .coupon-recrive-card .info{
  187. display: flex;
  188. width: 45%;
  189. align-items: flex-end;
  190. justify-items: center;
  191. justify-content: center;
  192. text-align:center;
  193. font-size: 12px;
  194. font-weight: 500;
  195. border-right: 1px dashed #95A8CB;
  196. border-top-right-radius: 10rpx;
  197. border-bottom-right-radius: 10rpx;
  198. }
  199. .power-model .model-view .coupon-recrive-card .info .number {
  200. font-size: 50px;
  201. font-weight: 600;
  202. color:#FF7B1A;
  203. }
  204. .power-model .model-view .button-view{
  205. width: 100%;
  206. margin-bottom: 25rpx;
  207. }
  208. .close-view{
  209. width: 100%;
  210. position: relative;
  211. }
  212. .close-button{
  213. position: absolute;
  214. right: 5px;
  215. width: 20px;
  216. height: 20px;
  217. padding: 2rpx;
  218. display: flex;
  219. justify-content: center;
  220. align-items: center;
  221. color: #ffffff;
  222. background-color: #8A8A8A;
  223. border-radius: 50%;
  224. }