MoreService.vue 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. <template>
  2. <!-- 更多服务 -->
  3. <div class="moreServices">
  4. <div class="inner">
  5. <div class="title">
  6. <h1>更多服务</h1>
  7. <p> More services</p>
  8. </div>
  9. <ul class="serviceList">
  10. <li>
  11. <img class="left"
  12. src="../static/images/sgbhsihfgisdfaasda45632113_A_Chinese_farmer_carrying_a_hoe_is_h_1ba32eee-c498-4dd7-9cd9-013568c09db7@2x(2).png">
  13. <div class="left detail">
  14. <img src="../static/images/Group 1560@2x.png" alt="">
  15. <h3>会员服务</h3>
  16. <p>查看详情
  17. <span class="iconfont icon-youjiantou"></span>
  18. </p>
  19. </div>
  20. <em class="iconfont icon-zhijiao-triangle"></em>
  21. </li>
  22. <li>
  23. <img class="left"
  24. src="../static/images/sgbhsihfgisdfaasda45632113_A_Chinese_farmer_carrying_a_hoe_is_h_1ba32eee-c498-4dd7-9cd9-013568c09db7@2x(2).png">
  25. <div class="left detail">
  26. <img src="../static/images/Group 1560@2x.png" alt="">
  27. <h3>会员服务</h3>
  28. <p>查看详情
  29. <span class="iconfont icon-youjiantou"></span>
  30. </p>
  31. </div>
  32. <em class="iconfont icon-zhijiao-triangle"></em>
  33. </li>
  34. <li>
  35. <img class="left"
  36. src="../static/images/sgbhsihfgisdfaasda45632113_A_Chinese_farmer_carrying_a_hoe_is_h_1ba32eee-c498-4dd7-9cd9-013568c09db7@2x(2).png">
  37. <div class="left detail">
  38. <img src="../static/images/Group 1560@2x.png" alt="">
  39. <h3>会员服务</h3>
  40. <p>查看详情
  41. <span class="iconfont icon-youjiantou"></span>
  42. </p>
  43. </div>
  44. <em class="iconfont icon-zhijiao-triangle"></em>
  45. </li>
  46. <li>
  47. <img class="left"
  48. src="../static/images/sgbhsihfgisdfaasda45632113_A_Chinese_farmer_carrying_a_hoe_is_h_1ba32eee-c498-4dd7-9cd9-013568c09db7@2x(2).png">
  49. <div class="left detail">
  50. <img src="../static/images/Group 1560@2x.png" alt="">
  51. <h3>会员服务</h3>
  52. <p>查看详情
  53. <span class="iconfont icon-youjiantou"></span>
  54. </p>
  55. </div>
  56. <em class="iconfont icon-zhijiao-triangle"></em>
  57. </li>
  58. <li>
  59. <img class="left"
  60. src="../static/images/sgbhsihfgisdfaasda45632113_A_Chinese_farmer_carrying_a_hoe_is_h_1ba32eee-c498-4dd7-9cd9-013568c09db7@2x(2).png">
  61. <div class="left detail">
  62. <img src="../static/images/Group 1560@2x.png" alt="">
  63. <h3>会员服务</h3>
  64. <p>查看详情
  65. <span class="iconfont icon-youjiantou"></span>
  66. </p>
  67. </div>
  68. <em class="iconfont icon-zhijiao-triangle"></em>
  69. </li>
  70. <li>
  71. <img class="left"
  72. src="../static/images/sgbhsihfgisdfaasda45632113_A_Chinese_farmer_carrying_a_hoe_is_h_1ba32eee-c498-4dd7-9cd9-013568c09db7@2x(2).png">
  73. <div class="left detail">
  74. <img src="../static/images/Group 1560@2x.png" alt="">
  75. <h3>会员服务</h3>
  76. <p>查看详情
  77. <span class="iconfont icon-youjiantou"></span>
  78. </p>
  79. </div>
  80. <em class="iconfont icon-zhijiao-triangle"></em>
  81. </li>
  82. </ul>
  83. </div>
  84. </div>
  85. </template>
  86. <style lang="less">
  87. //更多服务
  88. .moreServices {
  89. width: 100%;
  90. height: 646px;
  91. .inner {
  92. position: relative;
  93. // 标题
  94. .title {
  95. width: 300px;
  96. text-align: center;
  97. margin: 0 auto;
  98. font-family: PingFang SC, PingFang SC;
  99. >h1 {
  100. font-weight: 600;
  101. font-size: 36px;
  102. color: #000000;
  103. line-height: 42px;
  104. letter-spacing: 3px;
  105. font-style: normal;
  106. text-transform: none;
  107. }
  108. >p {
  109. height: 34px;
  110. font-weight: 600;
  111. font-size: 24px;
  112. color: #F4F4F4;
  113. line-height: 24px;
  114. letter-spacing: 2px;
  115. font-style: normal;
  116. text-transform: none;
  117. }
  118. }
  119. .title::before {
  120. content: " ";
  121. display: inline-block;
  122. position: absolute;
  123. top: 14px;
  124. left: 34px;
  125. width: 366px;
  126. height: 23px;
  127. background: url("../static/images/Frame 486.png") no-repeat;
  128. }
  129. .title::after {
  130. content: " ";
  131. display: inline-block;
  132. position: absolute;
  133. top: 14px;
  134. right: 34px;
  135. width: 366px;
  136. height: 23px;
  137. background: url("../static/images/Frame 485.png") no-repeat;
  138. }
  139. >.serviceList {
  140. >li {
  141. width: 380px;
  142. float: left;
  143. position: relative;
  144. margin: 17px 30px 40px 0;
  145. >img {
  146. width: 240px;
  147. height: 240px;
  148. }
  149. >.detail {
  150. width: 170px;
  151. height: 240px;
  152. position: absolute;
  153. background-color: #fff;
  154. top: -12px;
  155. right: 0;
  156. box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  157. border: 1px solid #F0F0F0;
  158. >img {
  159. width: 52px;
  160. height: 52px;
  161. margin: 54px 57px 14px 61px
  162. }
  163. >h3 {
  164. font-family: PingFang SC;
  165. font-weight: 600;
  166. font-size: 20px;
  167. color: #000000;
  168. line-height: 23px;
  169. letter-spacing: 2px;
  170. text-align: center;
  171. font-style: normal;
  172. text-transform: none;
  173. }
  174. >p {
  175. width: 116px;
  176. height: 32px;
  177. line-height: 32px;
  178. border: 1px solid #eee;
  179. margin: 26px 25px 34px 29px;
  180. border-radius: 18px;
  181. font-weight: 400;
  182. font-size: 12px;
  183. color: #139602;
  184. letter-spacing: 1px;
  185. text-align: center;
  186. font-style: normal;
  187. text-transform: none;
  188. }
  189. >p:hover {
  190. background-color: #139602;
  191. color: #fff;
  192. }
  193. }
  194. >em {
  195. display: inline-block;
  196. display: inline-block;
  197. width: 33px;
  198. height: 13px;
  199. position: absolute;
  200. bottom: 0;
  201. right: 140px;
  202. }
  203. }
  204. >li:nth-child(3),
  205. >li:nth-child(6) {
  206. margin-right: 0;
  207. }
  208. }
  209. }
  210. }
  211. </style>