MoreService.vue 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. <template>
  2. <div class="moreServiceBox">
  3. <div class="listBox">
  4. <NuxtLink to="http://dy.qgsnfzzx.org.cn/list-renyuanchaxun.html" title="人员查询">
  5. <img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/index/icon1.png" alt="人员查询">
  6. <div class="line"></div>
  7. 人员查询
  8. </NuxtLink>
  9. </div>
  10. <div class="listBox">
  11. <NuxtLink to="http://dy.qgsnfzzx.org.cn/list-cheliangchaxun.html" title="车辆查询">
  12. <img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/index/icon2.png" alt="车辆查询">
  13. <div class="line"></div>
  14. 车辆查询
  15. </NuxtLink>
  16. </div>
  17. <div class="listBox">
  18. <NuxtLink to="http://dy.qgsnfzzx.org.cn/list-diaoyanxuanti.html" title="调研选题">
  19. <img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/index/icon3.png" alt="调研选题">
  20. <div class="line"></div>
  21. 调研选题
  22. </NuxtLink>
  23. </div>
  24. <div class="listBox">
  25. <NuxtLink to="http://dy.qgsnfzzx.org.cn/list-difangzhongxin.html" title="地市中心">
  26. <img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/index/icon4.png" alt="地市中心">
  27. <div class="line"></div>
  28. 地市中心
  29. </NuxtLink>
  30. </div>
  31. <div class="listBox">
  32. <NuxtLink to="http://dy.qgsnfzzx.org.cn/list-jieshaoxinchaxun.html" title="介绍信查询">
  33. <img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/index/icon5.png" alt="介绍信查询">
  34. <div class="line"></div>
  35. 介绍信查询
  36. </NuxtLink>
  37. </div>
  38. </div>
  39. </template>
  40. <script setup>
  41. let arr = [
  42. {
  43. id: 1,
  44. title: "会员服务",
  45. titleTopImg: "/images/Group 1560.png",
  46. leftImg: "/images/djdhdhsjk46448_Endless_rice_fields_565ffc17-1845-4d9d-be71-3c745b1ab6bb.png",
  47. url:"http://dy.qgsnfzzx.org.cn/list-hyfw.html",
  48. },
  49. {
  50. id: 2,
  51. title: "人员查询",
  52. titleTopImg: "/images/Group 1819.png",
  53. leftImg: "/images/sgbhsihfgisdfaasda45632113_A_Chinese_farmer_carrying_a_hoe_is_h_a23e4b96-a6d7-49e1-a283-68c395f277f9(3).png",
  54. url:"http://dy.qgsnfzzx.org.cn/list-renyuanchaxun.html",
  55. },
  56. {
  57. id: 3,
  58. title: "调研选题",
  59. titleTopImg: "/images/Group 1820.png",
  60. leftImg: "/images/sgbhsihfgisdfaasda45632113_A_Chinese_farmer_carrying_a_hoe_is_h_1ba32eee-c498-4dd7-9cd9-013568c09db7(2).png",
  61. url:"http://dy.qgsnfzzx.org.cn/list-diaoyanxuanti.html",
  62. },
  63. {
  64. id: 4,
  65. title: "车辆查询",
  66. titleTopImg: "/images/Group 1821.png",
  67. leftImg: "/images/rgmezdvz_19982_On_a_vast_and_boundless_wheat_field_many_harvest_5b5cfeda-ef17-4551-a935-5f8e3f799b69(2).png",
  68. url:"http://dy.qgsnfzzx.org.cn/list-cheliangchaxun.html",
  69. },
  70. {
  71. id: 5,
  72. title: "地市中心",
  73. titleTopImg: "/images/Group 1822.png",
  74. leftImg: "/images/htjskikess_Harvester_harvesting_in_wheat_fields_619469a3-bdc0-40ca-9ac8-e2f17a0ae33f.png",
  75. url:"http://dy.qgsnfzzx.org.cn/list-difangzhongxin.html",
  76. },
  77. {
  78. id: 6,
  79. title: "介绍信查询",
  80. titleTopImg: "/images/Group 1823.png",
  81. leftImg: "/images/rgmezdvz_19982_A_Chinese_farmer_carrying_a_hoe_is_hoeing_the_fi_75ccecda-5a25-4a4b-be60-d950bb8a2666(2).png",
  82. url:"http://dy.qgsnfzzx.org.cn/list-jieshaoxinchaxun.html",
  83. }
  84. ]
  85. </script>
  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("http://img.bjzxtw.org.cn/master/bjzxtw/public/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("http://img.bjzxtw.org.cn/master/bjzxtw/public/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: 30px;
  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. a{
  189. color: #139602;
  190. }
  191. }
  192. >p:hover {
  193. background-color: #139602;
  194. }
  195. >p:hover a{
  196. color: #fff;
  197. }
  198. }
  199. >.detail::after {
  200. content: "";
  201. width: 0;
  202. height: 0;
  203. border-left: 31px solid transparent;
  204. border-top: 10px solid #e1e1e1;
  205. position: absolute;
  206. top: - 70px;
  207. left: - 40px;
  208. }
  209. }
  210. >li:nth-child(3),
  211. >li:nth-child(6) {
  212. margin-right: 0;
  213. }
  214. }
  215. }
  216. }
  217. .moreServiceBox {
  218. width: 1200px;
  219. margin: 0 auto;
  220. height: 208px;
  221. display: flex;
  222. justify-content: space-between;
  223. .listBox {
  224. border: 1px solid #E8E7E6;
  225. width: 210px;
  226. height: 191px;
  227. text-align: center;
  228. .line {
  229. width: 152px;
  230. background: #49A769;
  231. height: 1px;
  232. margin: 0 auto;
  233. margin-bottom: 20px;
  234. }
  235. img {
  236. margin-top: 30px;
  237. margin-bottom: 10px;
  238. }
  239. a {
  240. color: #333333;
  241. font-size: 16px;
  242. display: block;
  243. width: 210px;
  244. height: 191px;
  245. }
  246. }
  247. }
  248. </style>