母版

 

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>

<!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>
    <link href="StyleSheet.css" rel="stylesheet" type="text/css" />
    <asp:ContentPlaceHolder id="head" runat="server">
    </asp:ContentPlaceHolder>
 
</head>
<body>
    <form id="form1" runat="server">
    <div style="width:800px; height:1759px; margin:0 auto; position:relative; background-color:White; top: 6px; left: 2px;">
    <div class="top"style=" width:800px; height:150px; font-size:xx-large; font-weight: bold; color: #FFFF00; top: auto; position: relative;"
            align="center" dir="ltr">星座運勢</div>
    <div class="topx" style=" width:800px; height:60px; font-size:large; font-weight:bold; color:White;">  
        <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
        </asp:ContentPlaceHolder>
     </div>

     <div id="content" style=" width:803px; height:1440px;">
     <div class="contentzuo" style=" width:400px; height:1440px;float:left">
     <div style=" width:200px; height:240px; float:left"><a href="#"><img src="images/baiyang.jpg" /></a></div>
     <div style=" width:200px; height:240px; float:left"><a href="#"><img src="images/chunu.jpg" /></a></div>
     <div style="width:200px; height:240px;float:left" ><a href="#"><img src="images/jinniu.jpg" /></a></div>
     <div style="width:200px; height:240px;float:left"><a href="#"><img src="images/juxie.jpg" /></a></div>
     <div style="width:200px; height:240px;float:left"><a href="#"><img src="images/moxie.jpg" /></a></div>
     <div style="width:200px; height:240px;float:left"><a href="#"><img src="images/sheshou.jpg" /></a></div>
     <div style="width:200px; height:240px;float:left"><a href="#"><img src="images/shuangzi.jpg" /></a></div>
     <div style="width:200px; height:240px;float:left"><a href="#"><img src="images/shuiping.jpg" /></a></div>
     <div style="width:200px; height:240px;float:left"><a href="#"><img src="images/tianping.jpg" /></a></div>
     <div style="width:200px; height:240px;float:left"><a href="#"><img src="images/tianxie.jpg" /></a></div>
      <div style="width:200px; height:240px;float:left"><a href="#"><img src="images/shizi.jpg" /></div>
     <div style="width:200px; height:240px;float:left"><a href="#"><img src="images/shuangyu.jpg"/></div>
     </div>

     <div id="contentyou" style=" width:400px; height:1440px;float:left;">
        <div>
        <asp:ContentPlaceHolder id="ContentPlaceHolder2" runat="server">
        </asp:ContentPlaceHolder>
        </div>
       </div>

 

     </div>
    
        
       
   </div>
    </form>
</body>
</html>

發佈了63 篇原創文章 · 獲贊 1 · 訪問量 2萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章