invite.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. html, body, div, ul, li, p {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. ul, li {
  6. list-style: none;
  7. }
  8. .invite-container {
  9. width: 7.5rem;
  10. margin: 0 auto;
  11. background: #CB0907;
  12. }
  13. .bottom-img {
  14. width: 100%;
  15. height: 10.26rem;
  16. }
  17. .pr {
  18. position: relative;
  19. }
  20. .recv-cont {
  21. position: absolute;
  22. top: 6.66rem;
  23. }
  24. .recv-ipt {
  25. margin: 0 0.75rem;
  26. width: 6rem;
  27. height: 1rem;
  28. line-height: 1rem;
  29. background:rgba(255, 255, 255, 0.3);
  30. border-radius: 0.5rem;
  31. text-align: center;
  32. color: #fff;
  33. font-size: 0.36rem;
  34. font-weight: 600;
  35. position: relative;
  36. }
  37. .copy-btn-style {
  38. width: 1.2rem;
  39. height: 0.6rem;
  40. line-height: 0.6rem;
  41. background: linear-gradient(360deg, #FAD72E 0%, #FFF7DE 100%);
  42. box-shadow: 0 0.04rem 0.08rem 0 #D83D00;
  43. border-radius: 0.3rem;
  44. opacity: 1;
  45. position: absolute;
  46. top: 0.2rem;
  47. right: 0.2rem;
  48. font-size: 0.26rem;
  49. font-weight: 500;
  50. color: #A75414;
  51. text-shadow: 0px 0.04rem 0.08rem #D83D00;
  52. }
  53. .mt40 {
  54. margin-top: 0.4rem;
  55. }
  56. .recv-btn {
  57. margin: 0 0.75rem;
  58. width: 6rem;
  59. height: 1rem;
  60. background: linear-gradient(360deg, #F8C23A 0%, #FFEFBC 100%);
  61. box-shadow: 0 0.04rem 0.12rem 0 #AB0604;
  62. text-align: center;
  63. border-radius: 0.5rem;
  64. line-height: 1rem;
  65. font-size: 0.4rem;
  66. font-weight: 600;
  67. color: #943E20;
  68. }
  69. .center-reward-con {
  70. margin: 0.76rem 0.3rem 0 0.3rem;
  71. width: 6.9rem;
  72. height: 6.36rem;
  73. padding-top: 0.76rem;
  74. background: #FFEBE3;
  75. box-shadow: 0 0.08rem 0.16rem 0 #A70200;
  76. border-radius: 0.24rem;
  77. position: relative;
  78. }
  79. .top-title {
  80. width: 4.44rem;
  81. height: 0.88rem;
  82. background: url('../img/biaoti_pic@2x.png') no-repeat;
  83. background-size: 100% 100%;
  84. text-align: center;
  85. position: absolute;
  86. top: -0.36rem;
  87. left: 50%;
  88. margin-left: -2.22rem;
  89. font-size: 0.36rem;
  90. line-height: 0.88rem;
  91. font-weight: 600;
  92. color: #5A250D;
  93. letter-spacing: 0.02rem;
  94. }
  95. .reward-second-title {
  96. font-size: 0.28rem;
  97. text-align: center;
  98. font-weight: 500;
  99. color: #ED2800;
  100. display: flex;
  101. justify-content: center;
  102. align-items: center;
  103. }
  104. .code-title-font {
  105. background-image: -webkit-linear-gradient(bottom,rgba(250,215,46,1) 0%,rgba(255,247,222,1) 100%);
  106. -webkit-background-clip: text;
  107. -webkit-text-fill-color: transparent;
  108. font-size: 0.36rem;
  109. margin: 0.54rem 0 0.34rem;
  110. text-align: center;
  111. display: flex;
  112. justify-content: center;
  113. align-items: center;
  114. font-weight: 600;
  115. }
  116. .code-title-font::after, .code-title-font::before {
  117. content: '';
  118. display: block;
  119. width: 0.58rem;
  120. height: 0.42rem;
  121. background: url('../img/diandian_da_icon@2x.png') no-repeat;
  122. background-size: 100% 100%;
  123. margin: 0 0.58rem;
  124. }
  125. .reward-second-title::before, .reward-second-title::after {
  126. content: '';
  127. display: block;
  128. width: 0.36rem;
  129. height: 0.26rem;
  130. background: url('../img/diandian_xiao_icon@2x.png') no-repeat;
  131. background-size: 100% 100%;
  132. margin: 0 0.3rem;
  133. }
  134. #goode {
  135. max-height: 4.6rem;
  136. overflow-x: hidden;
  137. }
  138. #goode::-webkit-scrollbar {
  139. opacity: 0;
  140. }
  141. #goode::-webkit-scrollbar-thumb {
  142. width: 0.1rem;
  143. height: 3.38rem;
  144. background: rgba(0, 0, 0, 0.1);
  145. border-radius: 0.09rem;
  146. }
  147. .goodFriend-title-list {
  148. margin: 0.22rem 0.3rem;
  149. font-size: 0.26rem;
  150. font-weight: 500;
  151. color: rgba(0, 0, 0, 0.8);
  152. line-height: 0.36rem;
  153. display: flex;
  154. }
  155. .goodFriend-item {
  156. display: flex;
  157. align-items: center;
  158. margin: 0 0.3rem 0.2rem;
  159. font-size: 0.28rem;
  160. color: rgba(0, 0, 0, 0.4);
  161. line-height: 0.4rem;
  162. }
  163. .goodFriend-title-list li, .goodFriend-item span {
  164. flex: 33.33%;
  165. }
  166. .tal {
  167. text-align: left;
  168. }
  169. .tac {
  170. text-align: center;
  171. }
  172. .tar {
  173. text-align: right;
  174. }
  175. .cF04646 {
  176. color: #F04646;
  177. }
  178. .c999 {
  179. color: #999999;
  180. }
  181. .fs16 {
  182. font-size: 0.16rem;
  183. }
  184. .tb-codes {
  185. width: 6.3rem;
  186. background: rgba(255, 255, 255, 0.2);
  187. border-radius: 0.24rem;
  188. margin: 0 0.3rem;
  189. color: #fff;
  190. line-height: 0.4rem;
  191. padding: 0.3rem;
  192. text-align: justify;
  193. }
  194. .fw500 {
  195. font-weight: 600;
  196. }
  197. .fs26 {
  198. font-size: 0.26rem;
  199. }
  200. .fs28 {
  201. font-size: 0.28rem;
  202. }
  203. .mb45 {
  204. margin-bottom: 0.45rem;
  205. }
  206. .load-menu {
  207. padding-bottom: 0.6rem;
  208. }
  209. .no-data {
  210. text-align: center;
  211. font-size: 0.28rem;
  212. color: rgba(0, 0, 0, 0.41);
  213. margin-top: 2.3rem;
  214. }
  215. #toast-container>.toast-error {
  216. background-image: none!important;
  217. }
  218. .toast-error {
  219. background-color: rgba(0, 0, 0, 0.7);
  220. }
  221. .toast-message {
  222. font-size: 0.37rem;
  223. line-height: 0.9rem;
  224. text-align: center;
  225. font-weight: 400;
  226. color: #FFFFFF;
  227. }
  228. #toast-container>div {
  229. width: 4rem;
  230. height: 0.9rem;
  231. opacity: 1;
  232. padding: 0 !important;
  233. border-radius: 0.2rem;
  234. box-shadow: none;
  235. }
  236. .toast-center-center {
  237. top: 50%;
  238. left: 50%;
  239. margin-top: -0.45rem;
  240. margin-left: -2rem;
  241. }