app官网

index.css 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. footer{
  2. width: 100%;
  3. height: 400px;
  4. background: #262f40;
  5. position: relative;
  6. }
  7. footer .con{
  8. max-width: 1140px;
  9. height: 100%;
  10. position: relative;
  11. margin: auto;
  12. }
  13. footer .con .left{
  14. position: absolute;
  15. left: 0;
  16. top: 60px;
  17. }
  18. footer .con .left .smallTilte{
  19. color: #fff;
  20. font-size: 18px;
  21. line-height: 20px;
  22. -webkit-text-stroke:1px #979797;
  23. text-stroke:1px #979797;
  24. }
  25. footer .con .left h3{
  26. color: #fff;
  27. font-size: 26px;
  28. line-height: 40px;
  29. margin-top: 18px;
  30. }
  31. footer .con .left h3::after{
  32. content: '';
  33. display: block;
  34. width: 50px;
  35. height:2px;
  36. background: #ff4400;
  37. box-shadow:0 1px 2px 0 rgba(255,110,12,0.42);
  38. border-radius:2px;
  39. margin-top: 10px;
  40. }
  41. footer .con .left p{
  42. color: #ffffff;
  43. font-size: 16px;
  44. line-height: 24px;
  45. margin-top: 10px;
  46. }
  47. footer .con .kxEvm{
  48. width: 200px;height: 200px;position: absolute;
  49. top: 80px;right: 0;
  50. }
  51. footer .bottom{
  52. position: absolute;
  53. bottom: 0;
  54. width: 100%;
  55. background: #191f2d;
  56. color: #4f525e;
  57. font-size: 14px;
  58. line-height: 50px;
  59. text-align: center;
  60. }
  61. .goTop{
  62. position: fixed;
  63. bottom: 100px;
  64. right: 0;
  65. width: 50px;
  66. }
  67. .top{
  68. position: relative;
  69. /* background:linear-gradient(214deg,rgba(236,242,248,1) 0%,rgba(186,216,238,1) 100%); */
  70. }
  71. .top .mainImg{
  72. /* width: 1320px; */
  73. width: 100%;
  74. margin: auto;
  75. }
  76. .gongneng{
  77. position: relative;
  78. width: 1320px;
  79. margin: auto;
  80. }
  81. .gongneng .gongnengImg{
  82. width: 100%;
  83. }
  84. .gongneng .gongneng_con{
  85. position: absolute;
  86. bottom: 0;
  87. right: 80px;
  88. width: 489px;
  89. height: 100%;
  90. background: rgba(0,0,0,0.75);
  91. }
  92. .gongneng .gongneng_con .con{
  93. width: 489px;
  94. height: 100%;
  95. overflow: hidden;
  96. position: relative;
  97. }
  98. .gongneng .gongneng_con .logo{
  99. width: 50px;
  100. height: 50px;
  101. margin: 50px auto 10px;
  102. border-radius: 50%;
  103. }
  104. .gongneng ul{
  105. position: absolute;
  106. width: 100%;
  107. right: 0;
  108. }
  109. .gongneng ul li{
  110. text-align: center;
  111. width: 160px;
  112. margin-top: 30px;
  113. display: inline-block;
  114. }
  115. .gongneng ul li img{
  116. width: 34px;
  117. margin: auto;
  118. margin-bottom: 20px;
  119. }
  120. .gongneng ul li span{
  121. font-size: 14px;
  122. color: #ffffff;
  123. }
  124. .buttonRight{
  125. width: 30px;
  126. position: absolute;
  127. right: -34px;
  128. bottom: 170px;
  129. cursor: pointer;
  130. }
  131. .about_us{
  132. width: 1140px;
  133. margin: auto;
  134. text-align: center;
  135. margin-bottom: 80px;
  136. }
  137. .about_us h3{
  138. color: #212121;
  139. font-size: 28px;
  140. line-height: 40px;
  141. margin-top: 60px;
  142. }
  143. .about_us .title_hint{
  144. color: #999999;
  145. font-size: 12px;
  146. line-height: 20px;
  147. margin-top: 10px;
  148. }
  149. .about_us .about_us_con{
  150. margin-top: 50px;
  151. }
  152. .about_us .about_us_con img{
  153. width: 47%;
  154. float: left;
  155. height: 240px;
  156. }
  157. .about_us .about_us_con .content{
  158. width: 47%;
  159. float: right;
  160. text-align: left;
  161. background:rgba(0,0,0,0.03);
  162. padding:50px 20px;
  163. height: 240px;
  164. box-sizing: border-box;
  165. }
  166. .about_us .about_us_con .content p{
  167. color: #5C5C5C;
  168. font-size: 12px;
  169. line-height: 20px;
  170. }
  171. .about_us .about_us_con .content .title{
  172. color: #212121;
  173. font-size: 16px;
  174. padding-bottom: 20px;
  175. }
  176. /* //万能清除浮动 */
  177. .clear:after {
  178. clear: both;
  179. content: " ";
  180. display: block;
  181. height: 0;
  182. overflow: hidden;
  183. visibility: hidden;
  184. }
  185. .clear {
  186. zoom: 1;
  187. }
  188. .downApp{
  189. /* width: 130px;
  190. height: 60px;
  191. background: url(img/下载@2x.png) no-repeat;
  192. background-size: 100%;
  193. display: block;
  194. position: absolute;
  195. top: 40%;
  196. left: 11%; */
  197. }