富茂链客Pcg官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

207 lines
3.3 KiB

  1. .wufuImg {
  2. width: 100%;
  3. margin-top: 80px;
  4. cursor: pointer;
  5. }
  6. .jingpaiBox {
  7. overflow: hidden;
  8. }
  9. .jingpaiTitle {
  10. font-size: 48px;
  11. font-family: OPPOSans;
  12. font-weight: bold;
  13. color: #202530;
  14. text-align: center;
  15. margin: 100px 0 37px 0;
  16. }
  17. .jingpaiText {
  18. width: 1032px;
  19. font-size: 18px;
  20. font-family: Microsoft YaHei;
  21. font-weight: 400;
  22. color: #8A8F99;
  23. line-height: 34px;
  24. margin: 0 auto 80px auto;
  25. }
  26. .jingpaiImg {
  27. display: block;
  28. margin: 0 auto 100px auto;
  29. }
  30. .shengjiBox {
  31. height: 904px;
  32. background-image: url('https://formall.oss-accelerate.aliyuncs.com/home/pc/fmPcImg/wufu/zcfw_gnsj_bnt.png');
  33. background-repeat: no-repeat;
  34. overflow: hidden;
  35. }
  36. .shengjiTitle {
  37. font-size: 48px;
  38. font-family: OPPOSans;
  39. font-weight: bold;
  40. color: #FFFFFF;
  41. margin-top: 109px;
  42. margin-bottom: 37px;
  43. text-align: center;
  44. }
  45. .shengjiText {
  46. font-size: 18px;
  47. font-family: Microsoft YaHei;
  48. font-weight: 400;
  49. color: #BCBECF;
  50. text-align: center;
  51. }
  52. .shengImg {
  53. margin: 105px auto;
  54. display: block;
  55. }
  56. .userBox {
  57. height: 1155px;
  58. background: #F6FAFF;
  59. background-image: url('https://formall.oss-accelerate.aliyuncs.com/home/pc/fmPcImg/all/zcfw_yhgh_bnt.png');
  60. background-repeat: no-repeat;
  61. overflow: hidden;
  62. text-align: center;
  63. background-size: 100% 100%;
  64. }
  65. .userTitle {
  66. margin-top: 110px;
  67. text-align: center;
  68. font-size: 48px;
  69. font-family: OPPOSans;
  70. font-weight: bold;
  71. color: #202530;
  72. }
  73. .userAllBox {
  74. /* display: inline; */
  75. margin-top: 80px;
  76. margin-bottom: 80px;
  77. width: 58%;
  78. }
  79. .item1Box {
  80. position: absolute;
  81. width: 200px;
  82. height: 130px;
  83. top: 11%;
  84. left: 50%;
  85. }
  86. .item2Box {
  87. position: absolute;
  88. width: 200px;
  89. height: 130px;
  90. top: 31%;
  91. left: 24%;
  92. }
  93. .item3Box {
  94. position: absolute;
  95. width: 200px;
  96. height: 130px;
  97. top: 45%;
  98. left: 65%;
  99. }
  100. .item4Box {
  101. position: absolute;
  102. width: 200px;
  103. height: 130px;
  104. top: 69%;
  105. left: 31%;
  106. }
  107. .item5Box {
  108. position: absolute;
  109. width: 200px;
  110. height: 130px;
  111. top: 74%;
  112. left: 59%;
  113. }
  114. .itemImgBox {
  115. overflow: hidden;
  116. }
  117. .itemImg {
  118. width: 24px;
  119. height: 24px;
  120. float: left;
  121. }
  122. .itemImgTitle {
  123. font-size: 20px;
  124. font-family: Microsoft YaHei;
  125. font-weight: bold;
  126. color: #202530;
  127. margin: 0 5px;
  128. float: left;
  129. }
  130. .itemImgText {
  131. font-size: 16px;
  132. font-family: Microsoft YaHei;
  133. font-weight: 400;
  134. color: #868C9B;
  135. margin-top: 27px;
  136. text-align: left;
  137. }
  138. .yunyinBox {
  139. height: 700px;
  140. overflow: hidden;
  141. text-align: center;
  142. }
  143. .yunyinBoxTitle {
  144. text-align: center;
  145. font-size: 48px;
  146. font-family: OPPOSans;
  147. font-weight: bold;
  148. color: #202530;
  149. margin-top: 110px;
  150. margin-bottom: 76px;
  151. }
  152. .yunyinTiemBox {
  153. margin: 0 auto;
  154. width: 1100px;
  155. display: flex;
  156. justify-content: space-between;
  157. }
  158. .yunyinTiem {
  159. width: 30%;
  160. }
  161. .yunyinTiemImg {
  162. width: 192px;
  163. height: 201px;
  164. margin: 10px auto;
  165. }
  166. .yunyinTiemTitle {
  167. font-size: 24px;
  168. font-family: OPPOSans;
  169. font-weight: bold;
  170. color: #202530;
  171. text-align: center;
  172. }
  173. .yunyinTiemText {
  174. font-size: 16px;
  175. font-family: Microsoft YaHei;
  176. font-weight: 400;
  177. color: #868C9B;
  178. text-align: center;
  179. margin-top: 30px;
  180. }