dfyl.html 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content=" user-scalable=no" />
  6. <title>四平市政府</title>
  7. <link rel="stylesheet" href="css/basic.css" />
  8. </head>
  9. <body style="background: #f6f6f8;">
  10. <div class="jfhead">
  11. <a href="#"><img src="images/fh.png"></a><b>电费</b>
  12. </div>
  13. <div class="clear"></div>
  14. <div class="jfcont">
  15. <p><b>地区</b><i><select><option>全部</option></select></i></p>
  16. <p><b>搜索</b><i><input type="text" placeholder="请输入搜索关键字" class="fl searchtext"><input type="button" value=" " class="fr serachbtn"></i></p>
  17. <div class="dq">
  18. <h3>B</h3>
  19. <p>四平-铁西供电缴费</p>
  20. <p>四平-铁西供电缴费</p>
  21. <p>四平-铁西供电缴费</p>
  22. <p>四平-铁西供电缴费</p>
  23. <h3>C</h3>
  24. <p>四平-铁西供电缴费</p>
  25. <p>四平-铁西供电缴费</p>
  26. <p>四平-铁西供电缴费</p>
  27. <p>四平-铁西供电缴费</p>
  28. </div>
  29. </div>
  30. </body>
  31. </html>