buy_item.aspx
来自「N-SAV网盘系统服务端 配置要求 服务端要求 硬件要求: 独立服务器」· ASPX 代码 · 共 19 行
ASPX
19 行
<%@ page language="C#" autoeventwireup="true" inherits="user_buy_item, App_Web_xpvlzq0y" %>
<!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 runat="server">
<title>无标题页</title>
<style type="text/css">
ul{ width : 100% ; margin : 0px ; font-size : 14px;word-break:break-all ; margin : 0px ;vertical-align:top}
li{ width : 150px ; float:left; text-align : center ; margin:3px;word-break:break-all ;text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
</style>
</head>
<body>
<div style=" font-size : 16px ; color :#6b6b6b">正在为<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>选购道具</div>
<div style="border-right: #e9e9e9 thin solid; border-top: #e9e9e9 thin solid; border-left: #e9e9e9 thin solid; border-bottom: #e9e9e9 thin solid"></div>
<ul id="rongqi" runat="server"></ul>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?