?? 902d016a1246001c194efe7b2844a31e
字號:
<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>
<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="手機flash/ad.swf">
<param name="quality" value="high">
<embed src="手機flash/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="580" valign="top">
<table width="378" height="203" border="1" align="left" >
<caption>
<span class="STYLE11"><strong>付款方式</strong></span>
<br />
<br />
</caption>
<tr>
<td width="368"> <ul class="STYLE7">
<li class="STYLE10"><strong>每個用戶可以通過以下幾種方式沖值為手機超市幣(與人民幣的兌換比例為1:1), 用手機超市幣可以直接購買網上的各商品</strong>: </div> </li>
</ul>
<p class="STYLE10"> </p>
<p class="STYLE10"> </p>
<ol class="STYLE10">
<li class="STYLE10"><strong>1.匯款。在匯款前可以通過QQ或者電話的方式聯系我們的在線客服,說明你要匯款的數目以及匯款的銀行,我們會為你提供匯款的帳號。ps:客服會要求你在你匯款的款項后面加兩位小數以便我們查帳,有可能是你QQ的最后兩位或者身份證的最后倆位,希望您能理解。</strong></li>
</ol>
<p class="STYLE10"> </p>
<ol class="STYLE10">
<li><strong>2.<span class="STYLE10">在我們各地的網吧代理沖值處在線沖值。具體的操作事宜完全又我們的網吧代理完成,您只需要說明你需要沖值的數額和繳納相應的款項即可</span>。</strong></li>
</ol>
<p class="STYLE10"> </p>
<ol>
<li class="STYLE10"><strong>3<span class="STYLE10">.在點卡銷售處購買我們網站統一發售的西工大手機超市點卡。</span>
<label></label>
</strong></li>
</ol>
<p><strong><img src="images/card.gif" width="264" height="164" /></strong></p>
<p class="STYLE10">(面值45元的西工大手機超市一卡通點卡)</p>
<p class="STYLE10"><img src="images/card2.jpg" width="268" height="195" /></p>
<p class="STYLE10">(面值450元的西工大手機超市一卡通點卡)</p>
<p class="STYLE10"> </p></td>
</tr>
</table>
</td>
<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>
<TD align=middle width="20%" height=22><B>其它說明</B></TD></TR>
<TR bgColor=#ffffff>
<TD align=middle height=23> <a href="關于我們.html">關于我們</a> </TD>
<TD align=middle height=23> <a href="新手上路.html">新手上路</a> </TD>
<TD align=middle height=23> <a href="隱私保護.html">隱私保護</a> </TD>
<TD align=middle height=23> <a href="會員中心.html">會員中心</a> </TD>
<TD align=middle height=23> <a href="缺貨登記.html">缺貨登記</a> </TD>
</TR>
<TR bgColor=#ffffff>
<TD align=middle height=23> <a href="網站動態.html">網站動態</a> </TD>
<TD align=middle height=23> <a href="訂購方式.html">定購方式</a> </TD>
<TD align=middle height=23> <a href="服務保證.html">服務保證</a> </TD>
<TD align=middle height=23> <a href="客服電話.html">客服電話</a> </TD>
<TD align=middle height=23> <a href="leavemess.html">投訴建議</a> </TD>
</TR>
<TR bgColor=#ffffff>
<TD align=middle height=23> <a href="常見問題.html">常見問題</a> </TD>
<TD align=middle height=23> <a href="如何付款.html">如何付款</a> </TD>
<TD align=middle height=23> <a href="售后服務.html">售后服務</a> </TD>
<TD align=middle height=23> <a href="付款方式.html">付款方式</a> </TD>
<TD align=middle height=23> <a href="友情鏈接.html">友情鏈接</a> </TD>
</TR></TBODY></TABLE></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 © 2007 - 2008 All Rights Reserved <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 + -