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

    xiaoxiao2021-03-25  120

    截图:

    源码.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

    转载请注明原文地址: https://ju.6miu.com/read-9225.html

    最新回复(0)