invite1.css 4.7 KB

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