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
598 B

<%@ Page Title="" Language="C#" MasterPageFile="~/ShopSite.Master" AutoEventWireup="true" CodeBehind="myAllOrder.aspx.cs" Inherits="ShoppingWebSite.myAllOrder" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<link rel="stylesheet" href="css/ShopSite.css" />
<style>
#content{
width:1200px;
margin:0px auto;
padding-top:50px;
padding-bottom:50px;
}
.btnOrderStateUpdate{
width:100px;
height:30px;
background-color:#f63a3a;
border:1px solid red;