樱雪爱的gravatar头像
樱雪爱 2014-11-22 19:53:10

ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载

图片说明一切ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载ASP开发纳一空间茶道茶叶公司后台管理系统源代码下载美工还不错

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>首页</title>
<link href="css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
font-family: arial, sans-serif;
width:1002px;
margin:0;
margin:0px 0px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0;
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left;
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; /*换行*/
/*display:inline-block; *//*ie6中强行不换行 */
clear:both; 
text-align:left;
text-decoration:none;
/*width:85px;*/
height:26px;       /*主菜单的行高*/
color:#ffffff;
border:0px solid #fff;
border-width:0px 0px 0 0;
background:#c9c9a7;
/*background-image:url(../images/home_14.gif);*/
line-height:26px;
font-size:14px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu ul li ul li a, .menu ul li ul li a:visited {
display:block;
/*display:inline-block;*/
margin:0px; 
padding:0px; 
text-align:left;
text-decoration:none;
width:90px;
height:25px;           /*下拉菜单的行高*/
line-height:25px;
border:0px solid #fff;
border-width:0px 0px 0 0;
font-size:12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#ffffff;
background:#b3ab79;
/*background-image:url(../images/home_18.gif);*/
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block;
position:absolute;
top:25px;
left:0px;
width:100px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block;
background:#a88d7a;
/*background-image:url(../images/3.gif);*/
color:#ffffff;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#77563d;
/*background-image:url(../images/3.gif);*/
color:#ffffff;
}
</style>
<!--[if lte IE 6]>

<style type="text/css">
/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */

/* Get rid of any default table style */
table {
border-collapse:collapse;
margin:0;
padding:0;
}
/* ignore the link used by 'other browsers' */
.menu ul li a.hide, .menu ul li a:visited.hide {
display:none;
}
/* set the background and foreground color of the main menu link on hover */
/*ie6---------*/
.menu ul li a, .menu ul li a:visited {
display:inline-block; 
clear:both; 
text-align:left;
text-decoration:none;
/*width:85px;*/
height:26px;
overflow:hidden;  /*解决ie6中行高会变大了*/
color:#ffffff;
border:0px solid #fff;
border-width:0px 0px 0px 0px;
background:#c9c9a7;
/*background-image:url(../images/home_14.gif);*/
line-height:26px;
font-size:14px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu ul li ul li a, .menu ul li ul li a:visited {
display:inline-block;
text-align:left;
text-decoration:none;
width:90px;
height:25px;
overflow:hidden;   /*解决ie6中行高会变大了*/
line-height:25px;
border:0px solid #fff;
border-width:0px 0px  0px 0px;
font-size:12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*ie6---------*/
.menu ul li a:hover {
display:inline-block; 
color:#ffffff;
background:#b3ab79;
/*background-image:url(../images/home_18.gif);*/
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li a:hover ul {
display:block;
position:absolute;
top:25px;
left:0;
width:92px;
}
/* style the background and foreground color of the submenu links */
.menu ul li a:hover ul li a {
background:#a88d7a;
/*background-image:url(../images/3.gif);*/
color:#ffffff;
}
/* style the background and forground colors of the links on hover */
.menu ul li a:hover ul li a:hover {
background:#77563d;
/*background-image:url(../images/3.gif);*/
color:#ffffff;
}

</style>

<![endif]-->
</head>
<!--#include file="conn.asp"-->
<body style="margin:0;">
<table border="0"  cellpadding="0" cellspacing="0" width="1002" align="center">
<tr>
  <td><a href="index.asp"><img src="images/in1_01.gif" width="297" height="141" border=0 /></a></td>
  <td><img src="images/in1_02.gif" width="361" height="141" /></td>
  <td><img src="images/in1_03.gif" width="344" height="141" /></td>
</tr>
<tr>
  <td><img src="images/in1_04.gif" width="297" height="42" /></td>
  <td><img src="images/in1_05.gif" width="361" height="42" /></td>
  <td><img src="images/in1_06.gif" width="344" height="42" /></td>
</tr>
</table>
<table border="0"  cellpadding="0" cellspacing="0" width="1002" align="center">
<tr>
  <td><img src="images/in1_07.gif" width="297" height="55" /></td>
  <td><img src="images/in1_08.gif" width="361" height="55" /></td>
  <td><img src="images/in1_09.gif" width="344" height="55" /></td>
</tr>
<tr>
  <td  colspan="3"><img src="images/in1_10.gif" width="1002" height="24" /></td>
  </tr>
</table>
<table border="0"  cellpadding="0" cellspacing="0" width="1002" align="center">
<tr>
<td width="1002" align="center" >
<div class="menu" align="center">
<ul>
<li><a class="hide" href="index.asp"><img src="images/menu1_11.gif" width="27" height="26" border="0" /></a>
<!--[if lte IE 6]>
<a  href="index.asp"><img src="images/menu1_11.gif" width="27" height="26" border="0" />
<table><tr><td>
<![endif]-->
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>
<li><a class="hide" href="index.asp"><img src="images/menu1_12.gif" width="117" height="26" border="0" /></a>
<!--[if lte IE 6]>
<a  href="index.asp"><img src="images/menu1_12.gif" width="117" height="26"  border="0" />
<table><tr><td>
<![endif]-->
    <ul>
<li><a href="about.asp"><img src="images/sy_23.gif" width="11" height="11" border="0" />关于纳一</a></li>
<li><a href="culture.asp"><img src="images/sy_23.gif" width="11" height="11" border="0" />纳一企业文化</a></li>
<li><a href="jiedu.asp"><img src="images/sy_23.gif" width="11" height="11" border="0" />纳一解读</a></li>
<li><a href="dynamic.asp"><img src="images/sy_23.gif" width="11" height="11" border="0" />纳一动态</a></li>
<li><a href="auditorium.asp"><img src="images/sy_23.gif" width="11" height="11" border="0" />纳一大讲堂</a></li>
    </ul>
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>

<li><a class="hide" href="#"><img src="images/menu1_13.gif" width="109" height="26" border="0" /></a>
<!--[if lte IE 6]>
<a  href="#"><img src="images/menu1_13.gif" width="109" height="26" border="0"  />
<table><tr><td>
<![endif]-->
    <ul>
<li><a href="guoxueculture.asp"><img src="images/sy_23.gif" width="11" height="11" border="0" />国学文化</a></li>
<li><a href="foxueculture.asp"><img src="images/sy_23.gif" width="11" height="11" border="0" />佛学文化</a></li>
    </ul>
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>

<li><a class="hide" href="diancang.asp"><img src="images/menu1_14.gif" width="116" height="26" border="0" /></a>
<!--[if lte IE 6]>
<a  href="diancang.asp"><img src="images/menu1_14.gif" width="116" height="26" border="0" />
<table><tr><td>
<![endif]-->
    <ul>
<!--<li><a href="music_t.asp?sid=7">纳一典藏</a></li>
<li><a href="music_d.asp?sid=8">网上下载</a></li>-->
    </ul>
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>

<li><a class="hide" href="cuisine.asp"><img src="images/menu1_15.gif" width="110" height="26" border=0 /></a>
<!--[if lte IE 6]>
<a href="cuisine.asp"><img src="images/menu1_15.gif" width="110" height="26" border=0 />
<table><tr><td>
<![endif]-->
    <ul>
<!--    <li><a href="music_t.asp?sid=7">音乐会视频</a></li>
    <li><a href="music_d.asp?sid=8">网上下载</a></li>-->
    </ul>
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>

<li><a class="hide" href="space.asp"><img src="images/menu1_16.gif" width="108" height="26" border="0" /></a>
<!--[if lte IE 6]>
<a  href="space.asp"><img src="images/menu1_16.gif" width="108" height="26" border="0" />
<table><tr><td>
<![endif]-->
    <ul>
   <!-- <li><a href="spies.html" title="a coded list of spies">spies menu</a></li>
    <li><a href="circles.html" title="circular links">circular links</a></li>-->
    </ul>
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>

<li><a class="hide" href="training.asp"><img src="images/menu1_17.gif" width="109" height="26"  border=0 /></a>
<!--[if lte IE 6]>
<a   href="training.asp"><img src="images/menu1_17.gif" width="109" height="26"  border=0 />
<table><tr><td>
<![endif]-->
    <ul>
<!--<li><a href="music_t.asp?sid=7">音乐会视频</a></li>
<li><a href="music_d.asp?sid=8">网上下载</a></li>-->
    </ul>
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>

<li><a class="hide" href="chayou.asp"><img src="images/menu1_18.gif" width="109" height="26" border="0" /></a>
<!--[if lte IE 6]>
<a  href="chayou.asp"><img src="images/menu1_18.gif" width="109" height="26" border="0" />
<table><tr><td>
<![endif]-->
    <ul>
<!--<li><a href="music.asp">乐曲视听</a></li>
<li><a href="music_t.asp?sid=7">音乐会视频</a></li>
<li><a href="music_d.asp?sid=8">网上下载</a></li>-->
    </ul>
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>

<li><a class="hide" href="guestbook.asp"><img src="images/menu1_19.gif" width="128" height="26" border="0" /></a>
<!--[if lte IE 6]>
<a href="guestbook.asp"><img src="images/menu1_19.gif" width="128" height="26" border="0" />
<table><tr><td>
<![endif]-->
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>

<li><a class="hide" href="#"><img src="images/menu1_20.gif" width="69" height="26" border=0 /></a>
<!--[if lte IE 6]>
<a href="#"><img src="images/menu1_20.gif" width="69" height="26" border=0 />
<table><tr><td>
<![endif]-->
<ul>
<li><a href="vip.asp"><img src="images/sy_23.gif" width="11" height="11" border="0" />VIP</a></li>
<li><a href="member.asp"><img src="images/sy_23.gif" width="11" height="11" border="0" />会员章程</a></li>
</ul>
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
</li>
</ul>
<!-- clear the floats if required -->
<div class="clear"> </div></div></td>
</tr></table>
<table border="0"  cellpadding="0" cellspacing="0" width="1002" align="center">
<tr><td class="bj1" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="329"><table width="90%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="29%" style="padding-left:33px;padding-top:54px;padding-right:19px;"><img src="images/in1_29.gif" width="33" height="116" /></td>
        <td valign="top" style="padding-top:32px;">
        <div id=demos style="OVERFLOW:hidden; WIDTH:200px;">	
	<table width="200"  border="0" cellpadding="0" cellspacing="0" >
          <tr> <td valign="top"  id=demos1>
	  <table border="0" cellpadding="0" cellspacing="0"><tr>
<%
set rs=server.CreateObject("adodb.recordset")
sql = "select * from news where  r_pass=true and r_hot = true "
rs.open sql,conn,1,1
if not rs.eof then 
j=rs.recordcount
i=1
sdemos="sdemos"&i
do while not rs.eof 
  %><td valign="top" align=center  width="20" class="td1"  >
<table width="20" border="0" cellspacing="0" cellpadding="0" >
				  <tr>
                    <td width="25" align="center" valign="top"><a href="news_show.asp?id=<%=rs("id")%>" target="_blank" class="lnk_sub"><% if strlen(rs("name"))>20 then %><%= strvalue(rs("name"),20)%><%else %><%=rs("name")%><%end if%></a></td>
                  </tr>
                </table></td>			
<%
i=i+1
rs.MoveNext
loop
end if
rs.close 
set rs=nothing
%>

</tr></table>
<td width="20"  id=demos2></td>
          </tr>
            </table></DIV></td>
<SCRIPT language="javascript">
var speed=30;
demos2.innerHTML=demos1.innerHTML;
function Marquees(){
    if (demos2.offsetWidth - demos.scrollLeft <= 0)
        demos.scrollLeft -= demos1.offsetWidth
    else {
        demos.scrollLeft++;
    }
}
var MyMars=setInterval(Marquees,speed);
demos.onmouseover=function() {clearInterval(MyMars)};
demos.onmouseout=function() {MyMars=setInterval(Marquees,speed)};
</SCRIPT>
        <td style="padding-top:32px;" height="100%" valign="bottom">
        <table border="0" cellpadding="0"  cellspacing="0" align="center"   style="padding-top:32px;"><tr>
        <td  style="border-right:2px solid #742925;border-left:2px solid #742925;" valign="bottom"  height="150" width="25">
         <a href="dynamic.asp"><img src="images/in1_38.gif" width="16" height="36"  border="0"/></a>
        </td>
        </tr></table>
        </td>
        </tr>
    </table>
    <table border="0" cellpadding="0"  cellspacing="0" align="center" width="236" style="margin-left:35px;margin-top:63px;"><tr>    <td>
    <table border="0" cellpadding="0" cellspacing="0"><tr>
<%
set rs=server.CreateObject("adodb.recordset")
sql="select top 3 B_Product.* from  B_Product INNER JOIN  brand ON B_Product.brandid=brand.id where brand.id=1 and r_spec=true  order by B_Product.adddate desc"
rs.open sql,conn,1,1
if not rs.eof then 
j=rs.recordcount
i=1
do while not rs.eof 
  %>
  <td valign="top" align=center  width="78">
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
                  <tr>
                    <td width="100%" <% if i=1 then %>align="left"<% end if%><% if i=3 then %>align="right"<% else %>align="center"<% end if%> style="padding-top:10px; padding-bottom:10px;"><a href="auditorium.asp?id=<%=rs("id")%>" target="_blank" ><img src="<%if trim(replace(rs("pic"),"../",""))="" then response.Write("upfile/nopic.gif") else response.write(trim(replace(rs("pic"),"../",""))) end if%>" alt="<%=rs("name")%>" width="75" height="58" border="0"/></a></td>
                  </tr>
				   
                </table></td>			
		<%
		i=i+1
		rs.MoveNext
		loop
		end if
		rs.close 
		set rs=nothing
		%>
		</tr></table>

    </td></tr>
      <tr>
        <td style="padding-top:5px;"><a href="auditorium.asp"><img src="images/in1_61.gif" width="236" height="19"  border=0 /></a></td>
      </tr>
    </table></td>
    <td width="347" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td style="padding-top:17px;"><img src="images/in1_22.gif" width="347" height="366" /></td>
      </tr>
      <tr>
        <td style="padding-top:33px;" align="center">
          <%
			set rs=server.CreateObject("adodb.recordset")
			rs.open "select page1 from page",conn,1,1
			if not rs.eof  then 
			response.write rs("page1")
			end if
			 rs.close
			 set rs=nothing
			%>
        </td>
      </tr>
    </table></td>
    <td width="326" valign="top">
    <script type="text/JavaScript">
function check(theForm) {
	if(theForm.username.value == ""  ) {
		alert("请输入名字");
		theForm.username.focus();
		return false;
	}
	if(theForm.password.value == ""  ) {
		alert("请输入密码");
		theForm.password.focus();
		return false;
	}	
	if(theForm.CodeStr.value == ""  ) {
		alert("请输入验证码");
		theForm.CodeStr.focus();
		return false;
	}	
}
//-->
</script>
    <table width="50%" border="0" cellspacing="0" cellpadding="0" style="margin-top:23px;margin-left:111px;">
    <form name="login" action="nybbs/login.asp?action=chk"  method="post" >
      <tr>
        <td colspan="5"><img src="images/in1_25.gif" width="177" height="26" /></td>
      </tr>
      <tr>
        <td colspan="5"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="41%"><img src="images/login_27.gif" width="72" height="25" /></td>
            <td width="59%"><label>
              <input  name="username" type="text" id="textfield" size="10" maxlength="16"  style="border:2px solid #79332c;"/>
            </label></td>
          </tr>
          <tr>
            <td><img src="images/login_32.gif" width="72" height="20" /></td>
            <td><label>
              <input  name="password"   type="password" id="textfield" size="10" maxlength="16"  style="border:2px solid #79332c;"/>
            </label></td>
          </tr>
          <tr>
            <td><img src="images/login_33.gif" width="72" height="19" /></td>
            <td><label>
              <input name="CodeStr"  type="text" id="textfield2" size="10" maxlength="4"  style="border:2px solid #79332c;"/>
            </label></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td><img src="nybbs/DV_getcode.asp"></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><img src="images/in1_31.gif" width="31" height="25" /></td>
        <td><a href="nybbs/reg.asp"><img src="images/in1_32.gif" width="25" height="25" border="0" /></a></td>
        <td><a href="nybbs/lostpass.asp"><img src="images/in1_33.gif" width="60" height="25" border="0" /></a></td>
        <td><input type="image" src="images/in1_34.gif" border="0" onclick="return check(this.form)"  /></td>
        <td><img src="images/in1_35.gif" width="33" height="25" /></td>
      </tr>
      </form>
    </table>
    <table width="239" border="0" cellspacing="0" cellpadding="0" style="margin-left:48px;margin-top:75px;">
  <tr>
    <td><img src="images/in1_43.gif" width="142" height="30" /></td>
  </tr>
  <tr>
    <td>
    <table border="0" cellpadding="0" cellspacing="0"><tr>
<%
set rs=server.CreateObject("adodb.recordset")
sql="select top 3 B_Product.* from  B_Product INNER JOIN  brand ON B_Product.brandid=brand.id where brand.id=3 and r_news=true  order by B_Product.adddate desc"
rs.open sql,conn,1,1
if not rs.eof then 
j=rs.recordcount
i=1
do while not rs.eof 
  %>
  <td valign="top" align=center  width="80">
<table width="80" border="0" cellspacing="0" cellpadding="0" >
                  <tr>
                    <td width="80" <% if i=1 then %>align="left"<% end if%><% if i=3 then %>align="right"<% else %>align="center"<% end if%> style="padding-top:10px; padding-bottom:10px;"><a href="dc_show.asp?id=<%=rs("id")%>" target="_blank" ><img src="<%if trim(replace(rs("pic"),"../",""))="" then response.Write("upfile/nopic.gif") else response.write(trim(replace(rs("pic"),"../",""))) end if%>" alt="<%=rs("name")%>" width="75" height="57" border="0"/></a></td>
                  </tr>
				   <tr bgcolor="#5B6938">
                    <td align="center" height="19" ><a href="dc_show.asp?id=<%=rs("id")%>" target="_blank" class="a2"><%=rs("name")%></a></td>
                  </tr>
				  
                </table></td>			
		<%
		i=i+1
		rs.MoveNext
		loop
		end if
		rs.close 
		set rs=nothing
		%>
		</tr></table>
    </td>
  </tr>
  <!--<tr>
    <td style="padding-top:8px;padding-bottom:8px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><img src="images/in1_50.gif" width="75" height="57" /></td>
        <td align="center"><img src="images/in1_52.gif" width="77" height="57" /></td>
        <td align="right"><img src="images/in1_54.gif" width="75" height="57" /></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td class="bj2">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="33%"><img src="images/name_68.gif" width="76" height="19" /></td>
        <td width="33%"><img src="images/name_69.gif" width="77" height="19" /></td>
        <td width="33%"><img src="images/name_70.gif" width="74" height="19" /></td>
      </tr>
    </table></td>
  </tr>-->
  <tr>
    <td align="right"><a href="diancang.asp"><img src="images/in1_69.gif" width="23" height="16" border="0" /></a></td>
  </tr>
</table>
</td>
  </tr>
</table></td></tr></table>
</body>
</html>

打赏

文件名:纳一.zip,文件大小:10465.731K 下载
  • /
      • /纳一
        • /纳一/VIP.asp
        • /纳一/about.asp
          • /纳一/admin
            • /纳一/admin/#TimesShop.asp
            • /纳一/admin/Admin_admin.asp
            • /纳一/admin/Admin_art.asp
            • /纳一/admin/Admin_article.asp
            • /纳一/admin/Admin_backup.asp
            • /纳一/admin/Admin_check.asp
最代码最近下载分享源代码列表最近下载
cys18318001508  LV11 4月10日
265555  LV4 3月19日
ydpwhy  LV2 2023年11月26日
小冷依诺  LV6 2022年12月15日
zczczc111  LV5 2022年6月1日
SuRong  LV3 2021年11月29日
  LV8 2021年9月15日
MU123456LV  LV6 2021年6月21日
zhengyu123456789  LV3 2021年6月17日
一念之间__2020  LV6 2020年12月24日
最代码最近浏览分享源代码列表最近浏览
cys18318001508  LV11 4月10日
elong64gts  LV2 3月19日
265555  LV4 3月19日
李可以  LV5 2月26日
jukisss  LV1 2023年12月19日
weixin_44113470  LV8 2023年12月9日
ydpwhy  LV2 2023年11月26日
yiy12345  LV2 2023年9月28日
夜起星河  LV8 2023年9月28日
lala1314 2023年6月13日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友