百度前端學院|任務七

来源:https://www.cnblogs.com/caicairui/archive/2018/01/05/8206635.html
-Advertisement-
Play Games

效果: ...


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>任務七</title>
    <link rel="stylesheet" href="index.css" type="text/css">
</head>
<body>
    <div class="header">
        <img src="images/logo.png" alt="logo" class="logo">
        <span class="logo-wenzi">New World</span>
        <nav class="header-list">
            <a href="#">首頁</a>
            <a href="#">最新活動</a>
            <a href="#">項目介紹</a>
            <a href="#">愛心社區</a>
            <a href="#">關於我們</a>
            <a href="#"><img src="images/login.png" alt="login" class="login-logo"><span class="login">登錄</span></a>
        </nav>
    </div>
    <div class="content">
        <img src="images/picture1.png" alt="picture1" class="picture1"><img src="images/picture1_hidden.png" alt="圖一遮蓋圖片" class="picture1_hidden">
        <div class="content1-weizi">
            <p class="content1-weizi-one">Time of new life</p>
            <p class="content1-weizi-two">新時代,年輕的人們讓我們一起</p>
            <p class="content1-weizi-two">體驗新生活,享受新生活</p>
            <a href="#" class="content1-weizi-three">開始體驗</a>
        </div>
        <nav class="content-two clearfix">
            <div class="content-two-image">
                <img src="images/content_two-one.png" alt="content_two-one">
            </div>
            <div class="content-two-image">
                <img src="images/content_two-two.png" alt="content_two-one">
            </div>
            <div class="content-two-image">
                <img src="images/content_two-three.png" alt="content_two-one">
            </div>
            <div class="content-two-image">
                <img src="images/content_two-four.png" alt="content_two-one">
            </div>
        </nav>
        <div class="content-two-wenzi clearfix">
            <div><p>打造全新世界,讓你更愛你的生活</p></div>
            <div><p>豐富多彩的公益活動,發揮新世界的主人公意識</p></div>
            <div><p>時尚的新理念,超前體驗未知的生活</p></div>
            <div><p>完善的培養機制,培養你全新的世界觀</p></div>
        </div>
        <div class="content-three">
            <p class="content-three-title">成為我們的志願者</p>
            <div class="hr-one"></div>
            <div class="content-three-title-detail"><p>新世界的大家庭需要每一個愛生活的人加入,如果你夠年輕有夢想,有激情,那就不要猶豫快來加入我們,成為改變所有人生活的人</p></div>
            </div>
        <div class="detail clearfix">
            <div class="detail-left">
                <p class="detail-left-title">新世界志願者協議</p>
                <p class="detail-left-detail">加入新世界志願者的人員必須遵守中華人民共共和國的
                    相關法律法規,並且本著平等資源的原則 ......</p>
                <div class="more"><img src="images/jiantou.png" alt="箭頭"><a href="#">more</a></div>
                <p class="detail-left-title">新世界志願者協議</p>
                <p class="detail-left-detail">加入新世界志願者的人員必須遵守中華人民共共和國的
                    相關法律法規,並且本著平等資源的原則 ......</p>
                <div class="more"><img src="images/jiantou.png" alt="箭頭"><a href="#">more</a></div>
                <p class="detail-left-title">新世界志願者協議</p>
                <p class="detail-left-detail">加入新世界志願者的人員必須遵守中華人民共共和國的
                    相關法律法規,並且本著平等資源的原則 ......</p>
                <div class="more"><img src="images/jiantou.png" alt="箭頭"><a href="#">more</a></div>
            </div>
            <div class="detail-right clearfix">
                <input type="text" placeholder="姓名:" style="border:none;background-color: #ededef;width:
311px;height: 41px;text-indent: 20px" class="inner">
                <input type="text" placeholder="年齡:" style="border:none;background-color: #ededef;width:
311px;height: 41px;text-indent: 20px" class="inner">
                <input type="text" placeholder="聯繫方式:" style="border:none;background-color: #ededef;width:
311px;height: 41px;text-indent: 20px" class="inner">
                <input type="text" placeholder="聯繫地址:" style="border:none;background-color: #ededef;width:
311px;height: 41px;text-indent: 20px" class="inner">
                <input type="textarea" placeholder="簡述你夢想生活" style="border:none;background-color: #ededef;width:
724px;height: 177px;text-indent: 20px" class="inner">
                <input type="button" value="提交" class="btn">
            </div>
        </div>
    </div>
    <div class="footer">
        <p class="footer-title">聯繫我們</p>
        <p class="footer-detail">為了更好的獲取我們最新的產品資訊,您可以留下您的電子郵箱快速訂閱我們的產品資訊
            也可以通過以下任何方式關註我們動態</p>
        <div class="footer-email clearfix">
            <input type="text" placeholder="[email protected]" class="email">
            <input type="button" value="提交" class="btn-two">
        </div>
        <div class="footer-icon">
            <img src="images/footer-one.png" alt="QQ" class="footer-icon-inner">
            <img src="images/footer-two.png" alt="Weibo" class="footer-icon-inner">
            <img src="images/footer-three.png" alt="Facebook" class="footer-icon-inner">
            <img src="images/footer-four.png" alt="Google" class="footer-icon-inner">
        </div>
    </div>
</body>
</html>

  

/*通用*/
*{padding: 0;margin: 0;border: 0}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
/*header*/
.header{width: 100%;height: 56px;margin: 0;background-color: #fff;}
.logo{margin-left: 59px;margin-top: 12px}
.logo-wenzi{font-size: 26px;font-family: Verdana;color: #393a3a;font-weight: bold;margin-left: 5px;}
.header-list{float: right;margin-right: 68px;height: 56px;line-height: 56px;}
.header-list a{padding:0 32px;text-decoration: none;height: 56px;display: block;float: left;font-size: 14px;font-family: "Microsoft YaHei";color: #787b83}
.header-list a:hover{border-bottom: 5px solid #e74f4d;color: #e74f4d;box-sizing: border-box}
.login-logo{margin-right: 5px;vertical-align: middle}
.login{vertical-align: middle;color: #e74f4d}
/*content*/
.picture1{width: 100%;height: 692px}
.content{position: relative}
.picture1_hidden{width: 100%;position: absolute;left: 0;top: 0;height: 692px}
.content1-weizi{position: absolute;left: 115px;top: 231px}
.content1-weizi-one{font-size: 60px;font-family: "Microsoft YaHei";color: #fff;margin-bottom: 32px}
.content1-weizi-two{color: #fff;font-size: 21px;font-family: "Microsoft YaHei";padding-bottom: 10px;padding-left: 10px}
.content1-weizi-three{font-size: 30px;display: block;text-decoration: none;font-family: 微軟雅黑;color: #fff;text-align: center;line-height: 64px}
.content1-weizi a{height: 64px;width: 330px;margin-top: 67px;background-color: #e7504d}
.content1-weizi a:hover{border-bottom: 3px solid #fff;box-sizing: border-box}
/*content-two*/
.content-two-image{display: block;width: 25%;float: left;margin-top: 46px}
.content-two-image img{margin-left: 153px}
.content-two-wenzi div p{font-size: 14px;font-family: 黑體;color: #767777;text-align: center;padding: 0 25%}
.content-two-wenzi{margin-top: 48px}
.content-two-wenzi div{width: 25%;float: left;border-right: solid 2px #bbb;box-sizing: border-box}
.content-two-wenzi div:last-child{border: none}
/*content-three*/
.content-three{margin-bottom: 106px}
.content-three-title{font-size: 21px;font-family: 黑體;color: #323333;text-align: center;margin-top: 120px}
.hr-one{width: 30px;height: 2px;background-color: #ea6563;text-align: center;margin: 20px auto}
.content-three-title-detail{margin: 0 35%}
.content-three-title-detail p{font-size: 12px;font-family: "Microsoft YaHei";color: #aaa;text-align: center;line-height: 18px}
.detail-left{float: left;padding-left: 140px;width: 287px;}
.detail-left-title{font-size: 14px;font-family: 黑體;color: #aaa;font-weight: bold;margin-bottom: 21px}
.detail-left-detail{font-size: 12px;color: #aaa;font-family: 宋體;line-height: 21px}
.more a{font-size: 12px;line-height: 20px;color: #aaa;font-family: 宋體;margin-left: 5px;text-decoration: none;}
.more a:hover{color: #e74f4d}
.more{display: block;text-align: right;margin-bottom: 20px}
.inner{float: left;margin:0 50px 14px 50px;}
.btn{border: none;width: 724px;height: 40px;float: left;margin:0 50px 14px 50px;}
.detail-right{margin-bottom: 167px}
/*footer*/
.footer{background-color: #33363f;height: 358px}
.footer-title{font-size: 21px;color: #fff;font-family: 黑體;text-align: center;padding-top: 90px}
.footer-detail{font-size: 12px;font-family: 宋體;line-height: 18px;color: #fff;padding: 20px 30%;text-align: center}
.footer-email{margin-top: 20px;margin-left: 31%;margin-bottom: 36px}
.email{height: 41px;width: 430px;text-indent: 20px;border-style: none;}
.btn-two{height: 41px;width: 80px;border-style: none;}
.email,.btn-two{float: left;}
.footer-icon{width: 180px;margin: 0 auto;}
.footer-icon-inner{margin-right: 18px}
.footer-icon img:last-child{margin-right: 0}

  效果:

 


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 其實上一篇 "《開發中關於Git那些事》" 寫的內容僅僅是Git的冰山一角,如果你認為Git就是簡簡單單的幾行命令,那隻能說明你還沒有真正瞭解Git這個強大的內容定址文件系統。這篇文章,還是接著介紹一些實用但是很少有人知曉的一些命令,好比說具有魔性的Git變基(git rebase)以及常用的GUI ...
  • javascript這門語言一直就像一位帶著面紗的美女,總是看不清,摸不透,一直專註伺服器端,也從來沒有特別重視過,直到最近幾年,javascript越來越重要,越來越通用。最近和前端走的比較近,藉此機會,好好鞏固一下相關知識點。 1.初識replace 在js中有兩個replace函數 一個是lo ...
  • javaScript調試工具console命令的使用 我最先認識到console命令是在javaScript中看到的,當時只是知道它的console.log()命令的使用,並沒有深究。後來,特意去查了下,並通過這篇博客記錄下來。 一、console是幹嘛的? 我的理解是: 在瀏覽器控制臺中顯示信息, ...
  • jQuery是一個輕量級的JavaScript庫,裡面包含所有的jQuery方法。 如果想要使用這些方法,那麼必須首先引用這個庫。 先看一段代碼: 使用$()方法獲取指定元素,然後利用hide()方法隱藏元素。要想使用這些方法,比如首先引入jQuery庫。 上面代碼引入庫的方式是: 從網路上引入jQ ...
  • 一.CSS語法: CSS語法規則由兩個部分組成: (1).選擇器:它的作用是用來匹配要應用css代碼的元素。 (2).Rules:屬性聲明語句,用來具體控制元素的表現,屬性和屬性值之間要用冒號分割。如果有多條聲明語句,那麼相互之間用分號分隔,最後一條語句後面可以省略分號。 二代碼實例: <!doct ...
  • 在HTML中,共有6個級別的標簽:<h1>~<h6>。 標題數字越小,字體就會越大,標題的級別也就越高。 標題標簽的使用對於搜索引擎優化也有著比較重要的作用,這裡就不具體介紹了。 代碼實例: ...
  • 表達式是JavaScript中的短語,那麼語句就是JavaScript的整句或者命令。 JavaScript語句是以分號結尾的(分號有時候是可以省略的,需要保持語義完整性)。 如果說表達式是人體的細胞或者軟組織的話,那麼語句就是更高層次的人體器官,它能夠完成一些較為複雜的操作,改變程式的運行狀態。復 ...
  • 通過查詢瞭解到博客園是有開發博客查詢相關的介面的,列表如下: 但是我們打開其中一個介面的話會發現提供的介面返回的是xml格式的內容,因此如果需要後臺轉發為前臺需要的格式還需要把xml轉換為json數據: 那麼我們一步一步來,首先需要Node將這個介面代理轉發為自己的介面,其實只需要express的r ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...