UI 抛开主题其实还有另一种风景

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_33538554/article/details/60955911

截图:


源码.aspx:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebWindow1.aspx.cs" Inherits="Web.透明窗体.WebWindow1" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
</head>
<body>
    <article>
        <div class="title">
            <h2>My Title</h2>
        </div>
        <div class="content">
            <p>First do code after the farmers do design,</p>
            <p>also is a kind of ascension, ha ha</p>
        </div>
    </article>

    <div class="attr">
        <h6>北京-老黑||beijing.old black License: CC-BY-SA 4.0</h6>
    </div>
</body>
</html>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/style.css" media="screen" type="text/css" />
<script src='css/jquery_and_jqueryui.js'></script>
<script src="css/index.js"></script>

源码css ,js 下载:http://download.csdn.net/download/qq_33538554/9775182

猜你喜欢

转载自blog.csdn.net/qq_33538554/article/details/60955911