zoukankan      html  css  js  c++  java
  • 衣冠勤售团购

    <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>

    <asp:Content ID="indexTitle" ContentPlaceHolderID="TitleContent" runat="server">
    衣冠勤售网团购,全国美食、自助餐、火锅、休闲娱乐、KTV、电影、旅游、服饰、化妆品团购大全。每日推荐最优质、省钱、放心的团购商品。衣冠勤售团购——最权威的团购导航。">
    </asp:Content>

    <asp:Content ID="indexContent" ContentPlaceHolderID="MainContent" runat="server">
    <div style="width;100%;">
        <div style="5%;float:left">
            <ul>
            <li>1</li>
            <li>2</li>
            <li>3</li>
            <li>4</li>
            </ul>
        </div>
        <div style="95%;float:left">
           <iframe src="http://tuan.baidu.com/" width="100%" height="5000px;" scrolling="no" frameborder="0"  style="margin-top:-155px;"></iframe>
        </div>
        <div style="clear:both;"/>
    </div>
    </asp:Content>
  • 相关阅读:
    逆元(费马小定理求法)
    CodeForces
    lower_bound and upper_bound
    HDU 4825 Xor Sum
    1030: [JSOI2007]文本生成器
    1070: [SCOI2007]修车
    agc 027 B
    P2664 树上游戏
    CF 314 E. Sereja and Squares
    4237: 稻草人
  • 原文地址:https://www.cnblogs.com/bober/p/2318356.html
Copyright © 2011-2022 走看看