猎豆优选官网

phone.css 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. body{
  2. padding-bottom: 0;
  3. background: url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/lieodu_gw/bg3.png) #e8d1c2;
  4. }
  5. #item-list-head #head .head_top_warp{
  6. background: url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/lieodu_gw/bg3.png) #e8d1c2;
  7. }
  8. .mobile_header_in{
  9. content: ".";
  10. clear: both;
  11. display: block;
  12. overflow: hidden;
  13. font-size: 0;
  14. height: 0;
  15. }
  16. .mobile_header{
  17. width: 100%;
  18. height: 50px;
  19. position: fixed;
  20. left: 0;
  21. top: 0;
  22. z-index: 10000;
  23. filter: alpha(opacity=70);
  24. background: rgba(255,255,255,0.7);
  25. }
  26. .mobile_header_in {
  27. width: 1100px;
  28. margin: 0 auto;
  29. height: 100%;
  30. }
  31. .mobile_header .logo {
  32. width: 85px;
  33. height: 34px;
  34. float: left;
  35. margin: 8px 0 0;
  36. }
  37. .mobile_header .logo img{
  38. width: 100%;
  39. }
  40. .mobile_header .logo_text {
  41. float: left;
  42. width: 200px;
  43. height: 27px;
  44. font-size: 20px;
  45. margin: 12px 0 0 20px;
  46. color: #666;
  47. font-family: "微软雅黑";
  48. padding: 0 0 0 12px;
  49. background: url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/lieodu_gw/slogan.png) no-repeat left 0px;
  50. }
  51. .menu_list{
  52. float: right;
  53. margin-right: 200px;
  54. }
  55. .menu_list a{
  56. font-size: 14px;
  57. color: #424141;
  58. padding: 0 0 0 65px;
  59. line-height: 50px;
  60. }
  61. .page_right{
  62. height: 426px;
  63. /*z-index: 1000;*/
  64. right: 197px;
  65. position: absolute;
  66. top: 170px;
  67. font-family: 微软雅黑;
  68. }
  69. .page_right .title {
  70. display: block;
  71. font-size: 40px;
  72. font-weight: bold;
  73. color: #000;
  74. }
  75. .step_text{
  76. opacity: 1;
  77. animation: step_text 1s ease-in-out;
  78. -moz-animation: step_text 1s ease-in-out; /* Firefox */
  79. -webkit-animation: step_text 1s ease-in-out; /* Safari 和 Chrome */
  80. -o-animation: step_text 1s ease-in-out; /* Opera */
  81. }
  82. .step_text .mobile_text{
  83. text-align: right;
  84. font-size: 16px;
  85. color: #333333;
  86. }
  87. .mobile_text{
  88. width: 343px;
  89. }
  90. .code_area {
  91. clear: right;
  92. float: right;
  93. width: 253px;
  94. height: 275px;
  95. margin: 10px 0 0;
  96. background: #FFFFff;
  97. }
  98. .code_area img{
  99. width: 80%;
  100. display: block;
  101. margin: auto;
  102. margin-top: 20px;
  103. }
  104. .code_area p{
  105. text-align: center;
  106. margin-top:10px ;
  107. }
  108. .page{
  109. position: relative;
  110. }
  111. /*第一屏*/
  112. .page_1{
  113. position: relative;
  114. top: 0;
  115. left: 0;
  116. }
  117. .page_in{
  118. width: 1100px;
  119. height: 100%;
  120. margin: auto;
  121. position: relative;
  122. }
  123. .lady01{
  124. width: 235px;
  125. position: relative;
  126. bottom: 370px;
  127. left: 15%;
  128. overflow: hidden;
  129. }
  130. .lady01 .people{
  131. width: 100%;
  132. }
  133. #phoneCon{
  134. width: 250px;
  135. position: relative;
  136. bottom: 10px;
  137. top: 124px;
  138. opacity: 1;
  139. animation: phoneCon 0.5s ease-in-out;
  140. -moz-animation: phoneCon 0.5s ease-in-out; /* Firefox */
  141. -webkit-animation: phoneCon 0.5s ease-in-out; /* Safari 和 Chrome */
  142. -o-animation: phoneCon 0.5s ease-in-out; /* Opera */
  143. }
  144. #phoneCon .iphoneBg{
  145. width: 100%;
  146. }
  147. #phoneCon .iphone{
  148. position: absolute;
  149. top: 15%;
  150. left: 18%;
  151. width: 64%;
  152. }
  153. .arrow{
  154. width: 70px;
  155. height: 45px;
  156. position: fixed;
  157. left: 50%;
  158. z-index: 4;
  159. margin-left: -35px;
  160. bottom: 30px;
  161. background: url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/lieodu_gw/arrow.png) no-repeat;
  162. animation: scroll-arrow-animation 750ms ease-in-out infinite alternate;
  163. -moz-animation: scroll-arrow-animation 750ms ease-in-out infinite alternate;
  164. -webkit-animation: scroll-arrow-animation 750ms ease-in-out infinite alternate;
  165. }
  166. .slideInUp{
  167. width: 45px;
  168. height: 70px;
  169. position: absolute;
  170. bottom: 0;
  171. left: 60%;
  172. animation: slideInUp 0.5s ease-in-out;
  173. -moz-animation: slideInUp 0.5s ease-in-out; /* Firefox */
  174. -webkit-animation: slideInUp 0.5s ease-in-out; /* Safari 和 Chrome */
  175. -o-animation: slideInUp 0.5s ease-in-out; /* Opera */
  176. }
  177. .money{
  178. width: 200px;
  179. position: absolute;
  180. top: 25%;
  181. left: 35%;
  182. z-index: 2;
  183. animation: money 1s ease-in-out;
  184. -moz-animation: money 1s ease-in-out; /* Firefox */
  185. -webkit-animation: money 1s ease-in-out; /* Safari 和 Chrome */
  186. -o-animation: money 1s ease-in-out; /* Opera */
  187. }
  188. /*page_01动画*/
  189. @keyframes slideInUp{
  190. from {
  191. -webkit-transform: translate3d(0, 100%, 0);
  192. transform: translate3d(0, 100%, 0);
  193. visibility: visible;
  194. }
  195. to {
  196. -webkit-transform: translate3d(0, 0, 0);
  197. transform: translate3d(0, 0, 0);
  198. }
  199. }
  200. @-moz-keyframes slideInUp{
  201. from {
  202. -webkit-transform: translate3d(0, 100%, 0);
  203. transform: translate3d(0, 100%, 0);
  204. visibility: visible;
  205. }
  206. to {
  207. -webkit-transform: translate3d(0, 0, 0);
  208. transform: translate3d(0, 0, 0);
  209. }
  210. }
  211. @-webkit-keyframes slideInUp{
  212. from {
  213. -webkit-transform: translate3d(0, 100%, 0);
  214. transform: translate3d(0, 100%, 0);
  215. visibility: visible;
  216. }
  217. to {
  218. -webkit-transform: translate3d(0, 0, 0);
  219. transform: translate3d(0, 0, 0);
  220. }
  221. }
  222. @-o-keyframes slideInUp{
  223. from {
  224. -webkit-transform: translate3d(0, 100%, 0);
  225. transform: translate3d(0, 100%, 0);
  226. visibility: visible;
  227. }
  228. to {
  229. -webkit-transform: translate3d(0, 0, 0);
  230. transform: translate3d(0, 0, 0);
  231. }
  232. }
  233. @keyframes scroll-arrow-animation{
  234. from{padding-top:8;} to{padding-top:18px;}
  235. }
  236. @-webkit-keyframes scroll-arrow-animation{
  237. from{padding-top:8;} to{padding-top:18px;}
  238. }
  239. @-moz-keyframes scroll-arrow-animation{
  240. from{padding-top:8;} to{padding-top:18px;}
  241. }
  242. @-o-keyframes scroll-arrow-animation{
  243. from{padding-top:8;} to{padding-top:18px;}
  244. }
  245. @keyframes phoneCon{
  246. from{opacity:0;left: -300px;} to{opacity:1;left: 0;}
  247. }
  248. @-webkit-keyframes phoneCon{
  249. from{opacity:0;left: -300px;} to{opacity:1;left: 0;}
  250. }
  251. @-moz-keyframes phoneCon{
  252. from{opacity:0;left: -300px;} to{opacity:1;left: 0;}
  253. }
  254. @-o-keyframes phoneCon{
  255. from{opacity:0;left: -300px;} to{opacity:1;left: 0;}
  256. }
  257. @keyframes step_text{
  258. from{opacity:0;} to{opacity:1;}
  259. }
  260. @-webkit-keyframes step_text{
  261. from{opacity:0;} to{opacity:1;}
  262. }
  263. @-moz-keyframes step_text{
  264. from{opacity:0;} to{opacity:1;}
  265. }
  266. @-o-keyframes step_text{
  267. from{opacity:0;} to{opacity:1;}
  268. }
  269. @keyframes money{
  270. from{opacity:0;top:15%;left: 20%;width: 56px;} to{opacity:1;top: 25%;left: 35%;width: 200px;}
  271. }
  272. @-webkit-keyframes money{
  273. from{opacity:0;top:15%;left: 20%;width: 56px;} to{opacity:1;top: 25%;left: 35%;width: 200px;}
  274. }
  275. @-moz-keyframes money{
  276. from{opacity:0;top:15%;left: 20%;width: 56px;} to{opacity:1;top: 25%;left: 35%;width: 200px;}
  277. }
  278. @-o-keyframes money{
  279. from{opacity:0;top:15%;left: 20%;width: 56px;} to{opacity:1;top: 25%;left: 35%;width: 200px;}
  280. }