12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content=" user-scalable=no" />
- <title>四平市政府</title>
- <link rel="stylesheet" href="css/basic.css" />
- </head>
- <body style="background: #f6f6f8;">
- <div class="jfhead">
- <a href="#"><img src="images/fh.png"></a><b>电费</b>
- </div>
- <div class="clear"></div>
- <div class="jfcont">
- <p><b>地区</b><i><select><option>全部</option></select></i></p>
- <p><b>搜索</b><i><input type="text" placeholder="请输入搜索关键字" class="fl searchtext"><input type="button" value=" " class="fr serachbtn"></i></p>
- <div class="dq">
- <h3>B</h3>
- <p>四平-铁西供电缴费</p>
- <p>四平-铁西供电缴费</p>
- <p>四平-铁西供电缴费</p>
- <p>四平-铁西供电缴费</p>
- <h3>C</h3>
- <p>四平-铁西供电缴费</p>
- <p>四平-铁西供电缴费</p>
- <p>四平-铁西供电缴费</p>
- <p>四平-铁西供电缴费</p>
- </div>
- </div>
- </body>
- </html>
|