You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
610 B

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ShoppingCarControl.ascx.cs" Inherits="ShoppingCarControl" %>
<table style="width: 200px; height: 115px; font-size: 9pt; font-family: 宋体;" >
<tr>
<td colspan="3">
购物车</td>
</tr>
<tr>
<td colspan="3">
物品数量:</td>
</tr>
<tr>
<td colspan="3" style="height: 26px">
合计:</td>
</tr>
<tr>