ASP.net 居中

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html>
<html>
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title></title>
    <style type="text/css">
#out {
    width:100%;
    height:3600px;
    overflow:auto;
   overflow-y:scroll;}
        #in {
        width:300px;
        height:150px;
     margin-left:45%;
        }
</style>
</head> 
<body >    
    <form id="out" runat="server" >     
         <asp:Login  runat="server" style="z-index: 1; left: 8px; top: 37px; position:absolute; height: 145px; width: 254px" id="in">
        </asp:Login>        
    </form>
</body>
</html>

猜你喜欢

转载自www.cnblogs.com/snow-zhang/p/9286945.html