12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
- <html xmlns="">
- <head>
-
- <title>{label:city_index_title}</title>
- <meta name="keywords" content="{label:city_index_keywork}">
- <meta name="description" content="{label:city_index_desc}">
-
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
- <meta http-equiv="Cache-Control" content="no-transform" />
- <meta http-equiv="Cache-Control" content="no-siteapp" />
-
- <link href="{pboot:sitedomain}/skin/css/style.css" rel="stylesheet" media="screen" type="text/css" />
- <link href="/skin/css/iconfont.css" rel="stylesheet" media="screen" type="text/css" />
- <script type="text/javascript" src="{pboot:sitedomain}/skin/js/jquery1.42.min.js"></script>
- <script type="text/javascript" src="{pboot:sitedomain}/skin/js/superslide.3.0.js"></script>
- </head>
- <body>
- {include file=head_city.html}
- <!--<div>
- <img src="/static/upload/image/20240528/1716887600211481.jpg" width="100%">
- </div>-->
- <div class="page-bg" style="padding: 20px 0;">
- <div class="page-box">
- <style>
- *{padding:0;margin:0}
- .citylist{ width: 1200px;
- margin: 0 auto; padding:10px 0 30px; }
- .citylist .tips{ color:#999; text-align: center; margin-bottom: 20px; }
- .citylist dl{ margin-bottom: 20px; position: relative; padding-left:90px; min-height: 30px; }
- .citylist dl dt{ position: absolute; left: 0; background:#05B381; min-width: 80px; color:#fff; border-radius: 4px; }
- .citylist dl dt a{ color:#fff; display: block; text-align: center; height: 30px; line-height: 30px;text-decoration: none; }
- .citylist dl dd a{text-decoration: none; display: inline-block; color:#666; height: 30px; line-height: 30px; padding: 0 5px; }
- .citylist dl dd a:hover{ color:#05B381; text-decoration: none;}
- @media(max-width:789px){
- .citylist{width:auto;margin:0 20px;}
- .citylist dl{font-size:14px}
- .citylist dl dd {margin-left: 0;}
- }
- </style>
-
- <div class="citylist">
- <div class="tips">{label:city_str}</div>
- <dl>
- <dt><a href="{pboot:sitedomain}">返回主站</a></dt>
- </dl>
- {pboot:city}
- <dl>
- <dt><a href="[city:home]">[city:title]</a></dt>
- <dd>
-
- {pboot:2city pid=[city:id]}
-
- <a href="[2city:home]">[2city:title]</a>
-
- {/pboot:2city}
- </dd>
- </dl>
-
- {/pboot:city}
-
-
- </div>
-
- </div>
- </div>
-
- {include file=hot.html}
-
- <div class="footer" style="font-size: 16px;">
- <div class="footer-dh">友情链接:
-
- {pboot:sql sql="select * from ay_link where city=381"}
- <a href="[sql:link]" class="first-level" target="_blank" style="padding-right: 10px;"> [sql:name] </a>
- {/pboot:sql}
-
- </div>
- </div>
-
-
-
- {include file=foot_city.html}
- </body>
- </html>
|