export_fans.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .export-fans {
  2. background: #a11dad;
  3. height: 100%;
  4. width: 100%;
  5. }
  6. .jbsw_header_bg {
  7. min-height: 4rem;
  8. background: url(/assets/css/frontend/export_fans/head_bg.png) no-repeat;
  9. background-size: 104% 120%;
  10. background-position: -0.04rem -01.14rem;
  11. }
  12. .jbsw_content {
  13. border: 1px solid #a11dad;
  14. padding: 0 0.28rem;
  15. }
  16. .jbsw_content p {
  17. margin-top: -1rem;
  18. font-size: 0.18rem;
  19. line-height: 0.28rem;
  20. text-indent: 2em;
  21. color: rgba(255, 255, 255, 0.8);
  22. margin-bottom: 0.1rem;
  23. }
  24. .jbsw_content .jbsw_code_zone {
  25. width: 3.18rem;
  26. height: 2.8rem;
  27. background-color: #fee0ff;
  28. border-radius: 0.1rem;
  29. margin-bottom: 0.24rem;
  30. padding: 0.26rem;
  31. }
  32. .jbsw_content .jbsw_code_zone .jbsw_code_1 {
  33. overflow: hidden;
  34. margin-bottom: 0.1rem;
  35. }
  36. .jbsw_content .jbsw_code_zone .jbsw_code_1 img {
  37. float: left;
  38. width: 0.5rem;
  39. height: 0.42rem;
  40. margin-right: 0.2rem;
  41. }
  42. .jbsw_content .jbsw_code_zone .jbsw_code_1 .jbsw_code_1_inner {
  43. width: 1.95rem;
  44. float: left;
  45. }
  46. .jbsw_content .jbsw_code_zone .jbsw_code_1 .jbsw_code_1_inner h2 {
  47. font-size: 0.16rem;
  48. line-height: 0.2rem;
  49. margin-bottom: 0.08rem;
  50. }
  51. .jbsw_content .jbsw_code_zone .jbsw_code_1 .jbsw_code_1_inner p {
  52. margin: 0;
  53. text-indent: 0;
  54. color: #000;
  55. font-size: 0.16rem;
  56. line-height: 0.2rem;
  57. margin-bottom: 0.08rem;
  58. }
  59. .jbsw_content .jbsw_code_zone .jbsw_code_2 {
  60. width: 1.28rem;
  61. height: 1.28rem;
  62. padding: 0.05rem;
  63. margin: 0 auto;
  64. background-color: #fff;
  65. margin-bottom: 0.28rem;
  66. }
  67. .jbsw_content .jbsw_code_zone .jbsw_code_2 img {
  68. width: 100%;
  69. height: 100%;
  70. }
  71. .jbsw_content .jbsw_code_zone .jbsw_code_3 h2 {
  72. text-align: center;
  73. font-size: 0.16rem;
  74. line-height: 0.2rem;
  75. margin-bottom: 0.08rem;
  76. }
  77. .jbsw_mask_container {
  78. position: fixed;
  79. width: 100%;
  80. height: 100%;
  81. top: 0;
  82. left: 0;
  83. background: rgba(0, 0, 0, 0.7);
  84. z-index: 9999999;
  85. overflow: hidden;
  86. }
  87. .jbsw_mask_container .jbsw_mask {
  88. position: absolute;
  89. top: 50%;
  90. left: 50%;
  91. background: url(/assets/css/frontend/export_fans/mask_bg.png) no-repeat;
  92. background-size: 100% 100%;
  93. width: 65%;
  94. height: 50%;
  95. transform: translateX(-50%) translateY(-50%);
  96. }
  97. .jbsw_mask_container .jbsw_mask p.outter {
  98. margin-top: 55%;
  99. font-size: 0.16rem;
  100. line-height: 0.25rem;
  101. height: 1rem;
  102. overflow: hidden;
  103. text-indent: 2em;
  104. color: rgba(255, 255, 255, 0.8);
  105. padding: 0 0.2rem;
  106. }
  107. .jbsw_mask_container .jbsw_mask .jbsw_mask_code {
  108. height: 1rem;
  109. padding: 0 0.17rem;
  110. position: absolute;
  111. bottom: 0.1rem;
  112. overflow: hidden;
  113. }
  114. .jbsw_mask_container .jbsw_mask .jbsw_mask_code .jbsw_mask_code_inner {
  115. float: left;
  116. padding: 0.2rem 0;
  117. width: 60%;
  118. }
  119. .jbsw_mask_container .jbsw_mask .jbsw_mask_code .jbsw_mask_code_inner h2 {
  120. font-size: 0.14rem;
  121. line-height: 0.18rem;
  122. }
  123. .jbsw_mask_container .jbsw_mask .jbsw_mask_code .jbsw_mask_code_inner p {
  124. /*margin-top: 0.06rem;*/
  125. font-size: 0.12rem;
  126. line-height: 0.18rem;
  127. color: #000;
  128. text-indent: 0;
  129. }
  130. .jbsw_mask_container .jbsw_mask .jbsw_mask_code .jbsw_mask_code_container {
  131. float: left;
  132. padding: 0.05rem;
  133. background-color: #fff;
  134. box-sizing: border-box;
  135. margin-top: 0.2rem;
  136. width: 40%;
  137. }
  138. .jbsw_mask_container .jbsw_mask .jbsw_mask_code .jbsw_mask_code_container img {
  139. width: 100%;
  140. height: 100%;
  141. float: left;
  142. }
  143. .btn_close_3{
  144. float:right;
  145. margin-bottom:.1rem;
  146. width:.3rem;
  147. height:.3rem;
  148. background: url(/assets/img/frontend/christmas_style/christmas_close.png) no-repeat center center;
  149. background-size:cover;
  150. }