⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 902cfa7f1d46001c194efe7b2844a31e

📁 是一个网上手机超市
💻
字号:
<HTML>
<HEAD>
<TITLE>NWPU Online Shop</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content= 该网站为方便西工大教学职工,出售各类手机产品 name=description>
<META content=西北工业大学网上购物-手机系统 name=keywords>

</HEAD>
<BODY text=#000000 bgProperties=fixed leftMargin=0 background=images/background.jpg topMargin=0 onLoad="MM_preloadImages('IMAGES/skin8/dh-new.gif','IMAGES/skin8/dh-bbs.gif')">
<CENTER>
  <img src="images/title1.jpg" width="760" height="160">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height=70">
      <param name="movie" value="list.swf">
      <param name="quality" value="high">
      <embed src="list.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="50"></embed>
  </object>
<p>&nbsp;</p>


	<style type="text/css">
<!--
*{margin:0;padding:0;border:0;}
body {
 font-family: arial, 宋体, serif;
 font-size:12px;
}
#nav {
 width:180px;
    line-height: 24px; 
 list-style-type: none;
 text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}
/*==================一级目录===================*/
#nav a {
 width: 160px; 
 display: block;
 padding-left:20px;
 /*Width(一定要),否则下面的Li会变形*/
}
#nav li {
 background:#CCC; /*一级目录的背景色*/
 border-bottom:#FFF 1px solid; /*下面的一条白边*/
 float:left;
 /*float:left,本不应该设置,但由于在Firefox不能正常显示
 继承Nav的width,限制宽度,li自动向下延伸*/
}
#nav li a:hover{
 background:#CC0000; /*一级目录onMouseOver显示的背景色*/
}
#nav a:link  {
 color:#666; text-decoration:none;
}
#nav a:visited  {
 color:#666;text-decoration:none;
}
#nav a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;
}
/*==================二级目录===================*/
#nav li ul {
 list-style:none;
 text-align:left;
}
#nav li ul li{ 
 background: #EBEBEB; /*二级目录的背景色*/
}
#nav li ul a{
         padding-left:20px;
         width:160px;
 /* padding-left二级目录中文字向右移动,但Width必须重新设置=(总宽度-padding-left)*/
}
/*下面是二级目录的链接样式*/
#nav li ul a:link  {
 color:#666; text-decoration:none;
}
#nav li ul a:visited  {
 color:#666;text-decoration:none;
}
#nav li ul a:hover {
 color:#F3F3F3;
 text-decoration:none;
 font-weight:normal;
 background:#CC0000;
 /* 二级onmouseover的字体颜色、背景色*/
}
/*==============================*/
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
#nav ul.collapsed {
 display: none;
}
-->
#PARENT{
 width:300px;
 padding-left:20px;
}
</style>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="180" valign="top">
	 <img src="images/left_r1_c1.gif" width="180" height="68" />
	
 <div id="PARENT">
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="280" height="240">
     <param name="movie" value="ad.swf">
     <param name="quality" value="high">
     <embed src="ad.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="280" height="240"></embed>
   </object>
 </div>
<script type="text/javascript">
function showSubMenu(menuId){
	for(var i=1;i<8;i++){
		document.getElementById("menuList_"+i).className="lineHide";
	}
	document.getElementById("menuList_"+menuId).className="lineShow";
}
var showId=location.pathname.replace("/content/help_","").substr(0,1);
if(showId&&showId>0)
	showSubMenu(showId);
</script>
<script type=text/javascript><!--
var LastLeftID = "";
function menuFix() {
 var obj = document.getElementById("nav").getElementsByTagName("li");
 
 for (var i=0; i<obj.length; i++) {
  obj[i].onmouseover=function() {
   this.className+=(this.className.length>0? " ": "") + "sfhover";
  }
  obj[i].onMouseDown=function() {
   this.className+=(this.className.length>0? " ": "") + "sfhover";
  }
  obj[i].onMouseUp=function() {
   this.className+=(this.className.length>0? " ": "") + "sfhover";
  }
  obj[i].onmouseout=function() {
   this.className=this.className.replace(new RegExp("( ?|^)sfhover\\b"), "");
  }
 }
}
function DoMenu(emid)
{
 var obj = document.getElementById(emid); 
 obj.className = (obj.className.toLowerCase() == "expanded"?"collapsed":"expanded");
 if((LastLeftID!="")&&(emid!=LastLeftID)) //关闭上一个Menu
 {
  document.getElementById(LastLeftID).className = "collapsed";
 }
 LastLeftID = emid;
}
function GetMenuID()
{
 var MenuID="";
 var _paramStr = new String(window.location.href);
 var _sharpPos = _paramStr.indexOf("#");
 
 if (_sharpPos >= 0 && _sharpPos < _paramStr.length - 1)
 {
  _paramStr = _paramStr.substring(_sharpPos + 1, _paramStr.length);
 }
 else
 {
  _paramStr = "";
 }
 
 if (_paramStr.length > 0)
 {
  var _paramArr = _paramStr.split("&");
  if (_paramArr.length>0)
  {
   var _paramKeyVal = _paramArr[0].split("=");
   if (_paramKeyVal.length>0)
   {
    MenuID = _paramKeyVal[1];
   }
  }
  /*
  if (_paramArr.length>0)
  {
   var _arr = new Array(_paramArr.length);
  }
  
  //取所有#后面的,菜单只需用到Menu
  //for (var i = 0; i < _paramArr.length; i++)
  {
   var _paramKeyVal = _paramArr[i].split('=');
   
   if (_paramKeyVal.length>0)
   {
    _arr[_paramKeyVal[0]] = _paramKeyVal[1];
   }  
  }
  */
 }
 
 if(MenuID!="")
 {
  DoMenu(MenuID)
 }
}
GetMenuID(); //*这两个function的顺序要注意一下,不然在Firefox里GetMenuID()不起效果
menuFix();
--></script>
          <script language="javascript" src="/Js/End.js" charset="gb2312"></script>
		  
  <!-- 网页尾部结束 -->    </td>
    <td width="20">&nbsp;</td>
    <td valign="top"><div class="mainHead">
      <p>&nbsp;</p>
      <p class="STYLE8">合作伙伴(按加盟先后顺序)</p>
      <p class="STYLE8">&nbsp;</p>
      <p class="STYLE8">&nbsp;</p>
      <p class="STYLE9"> <a href="http://www.nokia.com.cn/"><img src="images/nokia.jpg" width="88" height="63" border="0" /></a>  诺基亚   <a href="http://www.sonyericsson.com/spg.jsp?cc=global&amp;lc=en&amp;ver=4001&amp;template=pg1&amp;zone=pg"><img src="images/suoai.jpg" width="104" height="63" border="0" /></a> 索爱</p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9"><a href="www.samsung.com.cn"><img src="images/sum.jpg" width="117" height="43" border="0" /></a>三星     <a href="http://www.motorola.com.cn"><img src="images/moto.gif" width="88" height="65" border="0" /></a>摩托罗拉</p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9"><a href="http://www.soit.com.cn/goto/index.php?id=276"><img src="images/philips.gif" width="115" height="43" border="0" /></a>飞利浦    <a href="http://www.panasonic.cn/mobiles/index.jsp"><img src="images/pana.gif" width="115" height="50" border="0" /></a>松下</p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9"><a href="http://www.lg.com.cn/"><img src="images/lg.gif" width="135" height="29" border="0" /></a>LG     <a href="http://www.dopod.com/pc/product/p800_2.php"><img src="images/duopuda.gif" width="109" height="50" border="0" /></a>多普达</p>
      <p class="STYLE9"> </p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9"><a href="http://www.tcl.com/"><img src="images/TCL.gif" width="131" height="55" border="0" /></a> TCL    <a href="http://mobile.haier.com/"><img src="images/Haier.jpg" width="125" height="55" border="0" /></a>海尔</p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9"><a href="http://www.chinabird.com"><img src="images/bodao.jpg" width="107" height="66" border="0" /></a>  波导    <a href="www.lenovo.com"><img src="images/lenovo.jpg" width="110" height="83" border="0" /></a>联想 </p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9"><a href="http://www.amoi.com.cn/"><img src="images/amoi.jpg" width="101" height="73" border="0" /></a> 夏新</p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE9">&nbsp;</p>
      <p class="STYLE8">&nbsp;</p>
      <p class="STYLE8">&nbsp;</p>
      <p class="STYLE8">&nbsp;</p>
      <p class="STYLE8">&nbsp;</p>
      <p class="STYLE8">&nbsp;</p>
      <p class="STYLE8">&nbsp;</p>
      <p class="STYLE8">&nbsp;</p>
    </div>
		  <div class="mainHead"></div>
<div class="mainHead"></div></td>
  </tr>
</table>

<TABLE class=grayline cellSpacing=0 cellPadding=0 width=760 bgColor=#ffffff 
border=0 aling="center">
  <TBODY>
  <TR>
    <TD align=middle>
      <TABLE cellSpacing=1 cellPadding=0 width=720 align=center bgColor=#cccccc 
      border=0>
        <TBODY>
        <TR bgColor=#f1f1f1>
         <TD align=middle width="20%" height=22><B>关于我们</B></TD>
          <TD align=middle width="20%" height=22><B>购物指南</B></TD>
          <TD align=middle width="20%" height=22><B>服务保证</B></TD>
          <TD align=middle width="20%" height=22><B>客户服务</B></TD>
          </TR>
        <TR bgColor=#ffffff>
          <TD align=middle height=23><a href="aboutme.html">&nbsp;关于我们&nbsp;</a></TD>
          <TD align=middle height=23><a href="fresh.html">&nbsp;新手上路&nbsp;</a></TD>
          <TD align=middle height=23><a href="private.html">&nbsp;隐私保护</a>&nbsp;</TD>
          <TD align=middle height=23><a href="leavemess.jsp">&nbsp;顾客留言&nbsp;</a></TD>
          </TR>
         <TR bgColor=#ffffff>
         <TD align=middle height=23><a href="web.html">&nbsp;网站动态</a>&nbsp;</TD>
          <TD align=middle height=23><a href="Account.html">&nbsp;充值方式&nbsp;</a></TD>
          <TD align=middle height=23><a href="service.html">&nbsp;服务保证</a>&nbsp;</TD>
          <TD align=middle height=23><a href="serverphone.html">&nbsp;客服电话</a>&nbsp;</TD>
          </TR>
        <TR bgColor=#ffffff>
          <TD align=middle height=23><a href="problem.html">&nbsp;常见问题&nbsp;</a></TD>
          <TD align=middle height=23><a href="howpay.html">&nbsp;如何付款&nbsp;</a></TD>
          <TD align=middle height=23><a href="buyserve.html">&nbsp;售后服务</a>&nbsp;</TD>
          <TD align=middle height=23><a href="friend.html">&nbsp;友情链接</a>&nbsp;</TD>
       <TR>
  <TR>
    <TD height=10></TD></TR></TBODY></TABLE></CENTER>
<TABLE class=grayline cellSpacing=1 cellPadding=0 width=760 align=center bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站交换友情链接 src="images/link.gif" 
      width=88 border=0></TD>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站交换友情链接 src="images/link.gif" 
      width=88 border=0></TD>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站交换友情链接 src="images/link.gif" 
      width=88 border=0></TD>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站交换友情链接 src="images/link.gif" 
      width=88 border=0></TD>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站互建友情链接 src="images/link.gif" 
      width=88 border=0></TD>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站交换友情链接 src="images/link.gif" 
      width=88 border=0></TD>
  </TR></TBODY></TABLE>
<TABLE class=grayline height=15 cellSpacing=0 cellPadding=0 width=760 
align=center bgColor=#ffffff 
background=images/botbg.gif border=0>
  <TBODY>
  <TR>
    <TD height=10></TD></TR></TBODY></TABLE>
<TABLE class=grayline cellSpacing=0 cellPadding=0 width=760 align=center 
bgColor=#ffffff background=images/backdown.gif 
border=0>
  <TBODY>
  <TR>
    <TD height=10></TD></TR>
  <TR>
    <TD align=middle>
      <P 
      align=center>Copyright&nbsp;&copy;&nbsp;2007&nbsp;-&nbsp;2008&nbsp;&nbsp;&nbsp;&nbsp;All&nbsp;Rights&nbsp;Reserved&nbsp;&nbsp;<BR>
      西北工业大学手机超市</P></TD>
    <TD vAlign=bottom width=30><A href="javascript:window.scroll(0,0);"><IMG 
      alt=回到页面顶部 src="images/backtop.gif" 
      border=0></A></TD></TR></TBODY></TABLE>
<SCRIPT language=javascript>
var online= new Array();
if (!document.layers)
document.write('<div id="divStayTopLeft" style="position:absolute">')
</SCRIPT>
</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -