|
|
@@ -9,8 +9,83 @@
|
|
|
<link rel="stylesheet" href="./public/css/browser.css">
|
|
|
</head>
|
|
|
<body>
|
|
|
-<section class=""></section>
|
|
|
+<div class="CampusInfoBanner">
|
|
|
+ <div class="CampusInfoContainer">
|
|
|
+ <a href="index.html">
|
|
|
+ <img src="./public/img/logo.png" alt="logo">
|
|
|
+ <span class="title">有思俱乐部</span>
|
|
|
+ </a>
|
|
|
+ <div class="CampusInfoBannerItem">
|
|
|
+ <h1>急速预览,安全稳定</h1>
|
|
|
+ <p>更小的内存以及更快的我相应速度</p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <ul class="CampusInfoDownload">
|
|
|
+ <li>
|
|
|
+ <div class="CampusInfoDownloadItem">
|
|
|
+ <img src="./public/img/index/window.png" alt="">
|
|
|
+ <span>Windows</span>
|
|
|
+ </div>
|
|
|
+ <button class="BtnDownload">
|
|
|
+ <img src="./public/img/index/download.png" alt="">
|
|
|
+ <span>立即下载</span>
|
|
|
+ </button>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <div class="CampusInfoDownloadItem">
|
|
|
+ <img src="./public/img/index/apple.png" alt="">
|
|
|
+ <span>Apple</span>
|
|
|
+ </div>
|
|
|
+ <button class="BtnDownload">
|
|
|
+ <img src="./public/img/index/download.png" alt="">
|
|
|
+ <span>立即下载</span>
|
|
|
+ </button>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <div class="CampusInfoDownloadItem">
|
|
|
+ <img src="./public/img/index/linux.png" alt="">
|
|
|
+ <span>Linux</span>
|
|
|
+ </div>
|
|
|
+ <button class="BtnDownload">
|
|
|
+ <img src="./public/img/index/download.png" alt="">
|
|
|
+ <span>立即下载</span>
|
|
|
+ </button>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<div class="CampusInfoIntroduce clearfix">
|
|
|
+ <div class="CampusInfoContainer">
|
|
|
+ <img class="fl" src="./public/img/index/computer2.png" alt="">
|
|
|
+ <div class="CampusInfoTitle fr">
|
|
|
+ <h3>去繁求简</h3>
|
|
|
+ <p>一个简洁高效的游览器</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<div class="CampusInfoKernel">
|
|
|
+ <div class="CampusInfoContainer">
|
|
|
+ <div class="CampusInfoTitle">
|
|
|
+ <h3>内置webkit内核</h3>
|
|
|
+ <p>急速浏览体验</p>
|
|
|
+ </div>
|
|
|
+ <ul>
|
|
|
+ <li>
|
|
|
+ <img src="./public/img/index/computer.png" alt="">
|
|
|
+ <p>快速打开网页</p>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <img src="./public/img/index/kernel.png" alt="">
|
|
|
+ <p>快速打开网页</p>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <img src="./public/img/index/quickStart.png" alt="">
|
|
|
+ <p>快速打开网页</p>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
<script src="./public/js/uform.js"></script>
|
|
|
-<script src="./public/js/browser.js"></script>
|
|
|
+<!-- <script src="./public/js/browser.js"></script> -->
|
|
|
</body>
|
|
|
</html>
|