agentshare.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. body{
  2. background:#A500FF;
  3. }
  4. .agentshare{
  5. height: 100%;
  6. position:absolute;
  7. background: url(../images/agentshare/bg.png) no-repeat;
  8. z-index: -1;
  9. }
  10. .agentshare .agentshare_img img{
  11. width:100%;
  12. }
  13. .agentshare .agentshare_bottom{
  14. position:fixed;
  15. left:0;
  16. bottom:0;
  17. width:100%;
  18. height:1.4rem;
  19. background:rgba(0,0,0,0.3);
  20. }
  21. .agentshare .agentshare_bottom .bottom_l{
  22. float:left;
  23. width:50%;
  24. height:1.4rem;
  25. line-height:1.4rem;
  26. text-align:center;
  27. }
  28. .agentshare .agentshare_bottom .bottom_l img{
  29. display:block;
  30. margin:0.425rem auto;
  31. width:3.19rem;
  32. height:0.55rem;
  33. }
  34. .agentshare .agentshare_bottom .bottom_r{
  35. float:left;
  36. width:50%;
  37. height:1.4rem;
  38. }
  39. .agentshare .agentshare_bottom .bottom_r .down_btn{
  40. margin:0.2rem auto 0;
  41. width:3.2rem;
  42. height:1rem;
  43. line-height:1rem;
  44. text-align:center;
  45. color:#fff;
  46. font-size:0.34rem;
  47. border-radius:0.5rem;
  48. background: -webkit-linear-gradient(#E78488, #DB546C); /* Safari 5.1 - 6.0 */
  49. background: -o-linear-gradient(#E78488, #DB546C); /* Opera 11.1 - 12.0 */
  50. background: -moz-linear-gradient(#E78488, #DB546C); /* Firefox 3.6 - 15 */
  51. background: linear-gradient(#E78488, #DB546C); /* 标准的语法 */
  52. }
  53. .tips{
  54. display:none;
  55. position:absolute;
  56. top:0.5rem;
  57. right:0.2rem;
  58. padding: 0.3rem 0.1rem;
  59. line-height:0.3rem;
  60. text-align:center;
  61. color:#ffffff;
  62. font-size:0.24rem;
  63. background:#323232;
  64. border-radius:0.2rem;
  65. }
  66. .tips .tips_mark{
  67. position:absolute;
  68. top:-0.29rem;
  69. right:0.3rem;
  70. width:0.3rem;
  71. height:0.3rem;
  72. background:url(../images/agentshare/tips_mark.png) no-repeat center;
  73. background-size:0.3rem;
  74. }
  75. .logo{
  76. text-align: center;
  77. padding-top: 0.8rem;
  78. }
  79. .logo img{
  80. width: 1.3rem;
  81. border-radius: 0.2rem;
  82. border: 0.02rem solid #CCC;
  83. }
  84. .logo .app_name{
  85. font-size: 0.3rem;
  86. color: #FFF;
  87. }
  88. .code_area{
  89. width: 5.5rem;
  90. background: url(../images/agentshare/code_bg.png) no-repeat center center;
  91. background-size:100%;
  92. height: 6rem;
  93. margin:0 auto;
  94. margin-top: 4rem;
  95. }
  96. .code_area .code_area_con{
  97. height: 6rem;
  98. }
  99. .code_area_user, .code_area_down{
  100. width: 100%;
  101. height: 4rem;
  102. }
  103. .code_area_user .userinfo_area{
  104. height: 1.5rem;
  105. font-size: 0.2rem;
  106. }
  107. .code_area_user .userinfo_area .avatar{
  108. width: 40%;
  109. height: 1.5rem;
  110. float: left;
  111. text-align: right;
  112. padding-right: 5%;
  113. }
  114. .code_area_user .userinfo_area .avatar img{
  115. height: 0.8rem;
  116. width: auto;
  117. border-radius: 100%;
  118. margin-top: 0.4rem;
  119. }
  120. .code_area_user .userinfo_area .info{
  121. width: 55%;
  122. float: left;
  123. padding-top: 0.4rem;
  124. }
  125. .code_area_user .userinfo_area .nicename{
  126. font-weight: bold;
  127. font-size: 0.3rem;
  128. overflow: hidden;
  129. text-overflow:ellipsis;
  130. white-space: nowrap;
  131. }
  132. .code_area_user .agentcode_area{
  133. height: 1.5rem;
  134. font-size: 0.2rem;
  135. text-align: center;
  136. overflow: hidden;
  137. text-overflow:ellipsis;
  138. white-space: nowrap;
  139. }
  140. .code_area_user .agentcode_area p{
  141. color: #646464;
  142. line-height: 0.6rem;
  143. }
  144. .code_area_user .agentcode_area .code{
  145. font-weight: bold;
  146. color: #000;
  147. font-size: 0.4rem;
  148. }
  149. .code_area_down{
  150. text-align: center;
  151. }
  152. .code_area_down input{
  153. width: 60%;
  154. height: 0.8rem;
  155. border-radius: 0.8rem;
  156. background: -moz-linear-gradient(top, #A700FF 0%, #8000FF 100%);
  157. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A700FF), color-stop(100%,#8000FF));
  158. background: -webkit-linear-gradient(top, #A700FF 0%,#8000FF 100%);
  159. background: -o-linear-gradient(top, #A700FF 0%,#8000FF 100%);
  160. background: -ms-linear-gradient(top, #A700FF 0%,#8000FF 100%);
  161. background: linear-gradient(to bottom, #A700FF 0%,#8000FF 100%);
  162. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A700FF', endColorstr='#8000FF',GradientType=0 );
  163. font-size: 0.2rem;
  164. color: #FFF;
  165. }
  166. /*下载页*/
  167. .downapp_bg{
  168. width: ;
  169. background: url(../images/agentshare/downapp_bg.png) no-repeat center center fixed;
  170. background-size: auto;
  171. }
  172. .downapp_logo{
  173. margin: 0 auto;
  174. width: 6rem;
  175. height: 6rem;
  176. margin-top:6rem;
  177. }
  178. .downapp_logo img{
  179. width: 100%;
  180. height: 100%;
  181. border-radius: 1rem;
  182. }
  183. .downapp_name{
  184. width: 100%;
  185. text-align: center;
  186. color: #FFF;
  187. font-size: 0.4rem;
  188. margin-top: 0.4rem;
  189. }
  190. .downapp_desc{
  191. width: 100%;
  192. text-align: center;
  193. margin-top: 10rem;
  194. }
  195. .downapp_desc img{
  196. width: 60%;
  197. height: auto;
  198. max-width: 535px;
  199. max-height: 228px;
  200. }
  201. .downapp_btn{
  202. position: fixed;
  203. left: 25%;
  204. bottom: 15rem;
  205. width: 50%;
  206. height: 4rem;
  207. line-height: 4rem;
  208. margin: 0 auto;
  209. background: #e68186;
  210. color: #FFF;
  211. border-radius: 2rem;
  212. text-align: center;
  213. font-size: 1.8rem;
  214. }