agent.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. body{
  2. background: url('../images/agent/bg.png') no-repeat;
  3. }
  4. .agent .top .top_img{
  5. padding-top:0.48rem;
  6. text-align:center;
  7. }
  8. .agent .top .top_img img{
  9. width:90%;
  10. }
  11. .agent .top_tips_bg{
  12. padding:0.2rem 0;
  13. }
  14. .agent .top_tips{
  15. margin:0.22rem auto 0;
  16. padding-top:0.1rem;
  17. width:6.9rem;
  18. height:2.7rem;
  19. border-radius:0.2rem;
  20. }
  21. .agent .top_tips_en{
  22. margin:0.22rem auto 0;
  23. padding-top:0.1rem;
  24. width:6.9rem;
  25. height:4rem;
  26. border-radius:0.2rem;
  27. }
  28. .agent .top_tips .tips_bd{
  29. position:relative;
  30. margin:0 auto;
  31. padding:0.82rem 0.1rem 0 0;
  32. width:6.7rem;
  33. height:2.6rem;
  34. border-radius:0.2rem;
  35. -moz-box-sizing: border-box; /*Firefox3.5+*/
  36. -webkit-box-sizing: border-box; /*Safari3.2+*/
  37. -o-box-sizing: border-box; /*Opera9.6*/
  38. -ms-box-sizing: border-box; /*IE8*/
  39. box-sizing: border-box;
  40. }
  41. .agent .top_tips .tips_bd .tips_label{
  42. position:absolute;
  43. top:0.1rem;
  44. width:1.40rem;
  45. height:0.50rem;
  46. line-height:0.5rem;
  47. text-align:center;
  48. color:#000;
  49. font-size:0.3rem;
  50. font-weight:bold;
  51. text-decoration: underline;
  52. }
  53. .agent .top_tips .tips_bd ul{}
  54. .agent .top_tips .tips_bd ul li{
  55. position:relative;
  56. padding-left:0.35rem;
  57. line-height:0.4rem;
  58. color:#000;
  59. font-size:0.25rem
  60. }
  61. .agent .top_tips .tips_bd ul li .li_n{
  62. position:absolute;
  63. top:0;
  64. left:0;
  65. width:0.35rem;
  66. }
  67. .agent .top_tips .tips_bd ul li .li_i{
  68. }
  69. .agent .info{
  70. width: 6.5rem;
  71. margin: 0 auto;
  72. padding:0.35rem 0 0.6rem 0;
  73. background:url('../images/agent/agent_code_bg.png') no-repeat center;
  74. background-size: 100%;
  75. border-radius: 0.3rem;
  76. filter: drop-shadow(2px 1px 4px #626262);
  77. }
  78. .agent .info .info_p{
  79. float:left;
  80. width:33%;
  81. height:1.8rem;
  82. border-left:1px solid #eee;
  83. -moz-box-sizing: border-box; /*Firefox3.5+*/
  84. -webkit-box-sizing: border-box; /*Safari3.2+*/
  85. -o-box-sizing: border-box; /*Opera9.6*/
  86. -ms-box-sizing: border-box; /*IE8*/
  87. box-sizing: border-box;
  88. }
  89. .agent .info .info_p:first-child{
  90. border-left:none;
  91. }
  92. .agent .info .info_p .info_p_t{
  93. height:0.9rem;
  94. line-height:0.9rem;
  95. text-align:center;
  96. color:#646464;
  97. font-size:0.26rem;
  98. }
  99. .agent .info .info_p .info_p_bd{
  100. height:0.9rem;
  101. line-height:0.9rem;
  102. text-align:center;
  103. color:#000;
  104. font-size:0.32rem;
  105. font-weight:bold;
  106. }
  107. .agent .info .info_p .info_p_bd .score{
  108. width:0.32rem;
  109. height:0.32rem;
  110. }
  111. .agent .cash{
  112. padding-bottom:0.28rem;
  113. height:0.3rem;
  114. line-height:0.3rem;
  115. text-align:center;
  116. color:#14B783;
  117. font-size:0.23rem;
  118. }
  119. .share_btn{
  120. width:6.9rem;
  121. height:0.92rem;
  122. margin: 0 auto;
  123. line-height:0.92rem;
  124. text-align:center;
  125. color:#fff;
  126. font-size:0.34rem;
  127. background: #000;
  128. margin-bottom: 0.3rem;
  129. border-radius: 0.5rem;
  130. }
  131. .agent .agent_code{
  132. margin:-0.5rem auto 0;
  133. padding-top:0.1rem;
  134. width:6.5rem;
  135. height:2.2rem;
  136. border-radius:0.2rem;
  137. background:url('../images/agent/agent_code_bg.png') no-repeat center;
  138. background-size: 100%;
  139. position: relative;
  140. z-index: 1;
  141. filter: drop-shadow(2px 1px 4px #626262);
  142. }
  143. .agent .agent_code .tips_bd_title{
  144. color: #000;
  145. font-size: 0.3rem;
  146. text-align: center;
  147. height: 0.6rem;
  148. line-height: 0.6rem;
  149. font-weight: bold;
  150. }
  151. .agent .agent_code .tips_bd_title img{
  152. width: 0.5rem;
  153. }
  154. .agent .agent_code .tips_bd_codes{
  155. width: 80%;
  156. margin:0.1rem auto;
  157. }
  158. .agent .agent_code .tips_bd_codes li{
  159. float: left;
  160. margin-right: 0.13rem;
  161. margin-left: 0.13rem;
  162. width: 0.6rem;
  163. height: 0.6rem;
  164. text-align: center;
  165. line-height: 0.6rem;
  166. font-size: 0.35rem;
  167. font-weight: bold;
  168. background: linear-gradient(to bottom, #AAFC9A, #42EDBD);
  169. }
  170. .agent .agent_top{
  171. margin:0 auto;
  172. width:6.5rem;
  173. height:0.9rem;
  174. line-height:0.9rem;
  175. border-radius:0.2rem;
  176. padding: 0.2rem 0;
  177. }
  178. .agent .agent_top .myagent{
  179. position:relative;
  180. padding:0 0.65rem;
  181. color:#fff;
  182. font-size:0.32rem;
  183. }
  184. .agent .agent_top .myagent .li_l{
  185. color:#000;
  186. font-size:0.32rem;
  187. width: 30%;
  188. }
  189. .agent .agent_top .myagent .li_r{
  190. color:#000;
  191. font-size:0.32rem;
  192. float:right;
  193. font-weight:bold;
  194. width: 70%;
  195. height: 0.8rem;
  196. overflow: hidden;
  197. text-align: right;
  198. }
  199. .agent .agent_top .myagent a.li_r{
  200. text-decoration: underline;
  201. }
  202. .agent .agent_top .myagent .agent_add .li_r{
  203. font-weight:normal;
  204. }
  205. /* 设置邀请码 */
  206. .setcode{}
  207. .setcode .top{
  208. height:4rem;
  209. background:url("../images/agent/top_set.png") no-repeat center;
  210. background-size:auto 4rem;
  211. }
  212. .setcode .top_en{
  213. height:4rem;
  214. background:url("../images/agent/top_set_en.png") no-repeat center;
  215. background-size:auto 4rem;
  216. }
  217. .setcode{}
  218. .setcode{}
  219. .setcode{}
  220. .setcode .mycode{
  221. color:#FFF;
  222. line-height:1rem;
  223. padding:0 0.2rem;
  224. font-size:0.32rem;
  225. text-align:center;
  226. }
  227. .setcode .mycode .code{
  228. position:relative;
  229. display:inline-block;
  230. }
  231. .setcode .mycode .code i{
  232. display:inline-block;
  233. width:0.6rem;
  234. height:0.6rem;
  235. text-align:center;
  236. line-height:0.6rem;
  237. color:#E8367F;
  238. border:1px solid #707070;
  239. font-style: normal;
  240. margin:0 0.04rem;
  241. }
  242. .setcode .mycode .code input{
  243. position:absolute;
  244. top:0;
  245. left:0;
  246. width:auto;
  247. height:auto;
  248. opacity: 0;
  249. z-index:-1;
  250. -khtml-user-select:none;
  251. -moz-user-select:none;
  252. -ms-user-select:none;
  253. user-select:none;
  254. }
  255. .setcode .mycode .copy i{
  256. display:inline-block;
  257. width:0.4rem;
  258. height:0.4rem;
  259. background:url("../images/agent/copy.png") no-repeat center;
  260. background-size:0.4rem;
  261. vertical-align: middle;
  262. margin-top: -0.06rem;
  263. margin-right:0.06rem;
  264. }
  265. .setcode .tips{
  266. padding:0.2rem;
  267. color:#9a9a9a;
  268. line-height:0.6rem;
  269. font-size: 0.26rem;
  270. }
  271. .setcode .submit{
  272. width:60%;
  273. height:0.8rem;
  274. line-height:0.8rem;
  275. text-align:center;
  276. color:#fff;
  277. font-size:0.32rem;
  278. margin:0.4rem auto 0;
  279. border-radius:0.4rem;
  280. background: #E8367F !important;
  281. }
  282. .clearboth{
  283. clear: both;
  284. }