1. 程式人生 > >UI 拋開主題其實還有另一種風景

UI 拋開主題其實還有另一種風景

截圖:


原始碼.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