軟體工程第一次作業

来源:https://www.cnblogs.com/zenonia/archive/2019/03/16/10542982.html
-Advertisement-
Play Games

碼雲地址https://gitee.com/zenonia/gerenjianjie 截圖 代碼如下: ...


碼雲地址https://gitee.com/zenonia/gerenjianjie

截圖

代碼如下:

  1 <!DOCTYPE html>
  2 <html>
  3 
  4     <head>
  5         <meta charset="UTF-8">
  6         <title>簡歷</title>
  7         <style>
  8             * {
  9                 margin: 0;
 10                 padding: 0;
 11             }
 12             
 13             .T {
 14                 width: 100%;
 15                 height: 750%;
 16                 background-image: url(img/18033.jpg);
 17             }
 18             
 19             .t {
 20                 width: 600px;
 21                 height: 750px;
 22                 background-size: cover;
 23                 
 24                 padding: 12px;
 25                 margin: auto;
 26             }
 27             
 28             .header {
 29                 width: 600px;
 30                 height: 190px;
 31                 background:rgba(255,255,255,0.3);
 32                 padding-top: 10px;
 33             }
 34             
 35             .main {
 36                 width: 600px;
 37                 height: 540px;
 38                 padding-top: 0px;
 39             }
 40             
 41             .left {
 42                 width: 300px;
 43                 height: 540px;
 44                 margin-left: 0px;
 45                 margin-top: 10px;
 46                 margin-right: 100px;
 47             }
 48             
 49             .right {
 50                 width: 290px;
 51                 height: 540px;
 52                 margin-left: 310px;
 53                 margin-top: -540px;
 54                 margin-bottom: -5px;
 55             }
 56             
 57             .touxiang {
 58                 width: 100px;
 59                 height: 100px;
 60                 margin-left: 235px;
 61                 margin-right: 225px;
 62                 margin-top: 5px;
 63             }
 64             
 65             .left1 {
 66                 width: 280px;
 67                 height: 260px;
 68                 border: 5px solid rgba(255,255,255,0);
 69                 background:rgba(255,255,255,0.3);
 70                 padding-left: 10px;
 71                 margin-top: 10px;
 72                 border-top-left-radius: 10px;
 73                 border-top-right-radius: 10px;
 74                 border-bottom-right-radius: 10px;
 75                 border-bottom-left-radius: 10px;
 76             }
 77             
 78             .left2 {
 79                 width: 280px;
 80                 height: 250px;
 81                 border: 5px solid rgba(255,255,255,0);
 82                 background: rgba(255,255,255,0.3);
 83                 padding-left: 10px;
 84                 padding-top: 5px;
 85                 margin-top: 5px;
 86                 border-top-left-radius: 10px;
 87                 border-top-right-radius: 10px;
 88                 border-bottom-right-radius: 10px;
 89                 border-bottom-left-radius: 10px;
 90             }
 91             
 92             .right1 {
 93                 width: 270px;
 94                 height: 220px;
 95                 border: 5px solid rgba(255,255,255,0);
 96                 background: rgba(255,255,255,0.3);
 97                 padding-left: 10px;
 98                 padding-top: 0px;
 99                 border-top-left-radius: 10px;
100                 border-top-right-radius: 10px;
101                 border-bottom-right-radius: 10px;
102                 border-bottom-left-radius: 10px;
103             }
104             
105             .right2 {
106                 width: 270px;
107                 height: 170px;
108                 border: 5px solid rgba(255,255,255,0);
109                 background: rgba(255,255,255,0.3);
110                 padding-left: 10px;
111                 padding-top: 0px;
112                 margin-top: 5px;
113                 border-top-left-radius: 10px;
114                 border-top-right-radius: 10px;
115                 border-bottom-right-radius: 10px;
116                 border-bottom-left-radius: 10px;
117             }
118             
119             .right3 {
120                 width: 270px;
121                 height: 110px;
122                 border: 5px solid rgba(255,255,255,0);
123                 background: rgba(255,255,255,0.3);
124                 padding-left: 10px;
125                 padding-top: 0px;
126                 margin-top: 5px;
127                 border-top-left-radius: 10px;
128                 border-top-right-radius: 10px;
129                 border-bottom-right-radius: 10px;
130                 border-bottom-left-radius: 10px;
131             }
132             
133             .ziti1 {
134                 font-family: "微軟雅黑";
135                 font-size: 25px;
136             }
137             
138             .ziti2 {
139                 font-family: "微軟雅黑";
140                 font-size: 15px;
141             }
142             <bgsound src="" autostart=true loop="-1" />
143         </style>
144         
145     </head>
146 
147     <body>
148         
149         <div class="T">
150             <div class="t">
151                 <div class="header">
152                     <img src="img/img-a8193ead590a9f5b74bef8238fb2762e.jpg" class="touxiang" />
153                     <p class="ziti1">&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp馬澤海</p>
154                     <p class="ziti2">&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspZenonia</p>
155                 </div>
156                 <div class="main">
157                     <div class="left">
158                         <div class="left1">
159                             <p class="ziti1">個人信息</p>
160                             <br />
161                             <p class="ziti2">性別:&nbsp&nbsp&nbsp男</p>
162                             <br />
163                             <p class="ziti2">年齡:&nbsp&nbsp&nbsp19</p>
164                             <br />
165                             <p class="ziti2">人生格言:&nbsp&nbsp&nbsp絕不能像赫魯曉夫那樣,文過飾非,把一切功勞歸於自己,把一切錯誤歸於別人。</p>
166                         </div>
167                         <div class="left2">
168                             <p class="ziti1">履歷</p>
169                             <br />
170                             <p class="ziti2">美國正義協會成員(Green Lantern)</p>
171                             <br />
172                             <p class="ziti2">中國黑協H.A.C成員</p>
173                             <br />
174                             <p class="ziti2">中國共產主義青年團團員</p>
175                         </div>
176                     </div>
177                     <div class="right">
178                         <div class="right1">
179                             <p class="ziti1">個人簡介</p>
180                             <br />
181                             <p class="ziti2">胡理山本山(一個動漫人物要問為什起這個名字,其實我也不知道T_T)</p>
182                             <br />
183                             <p class="ziti2">曾任青海省級孫臏,P城鋼槍王(一點都不慫,只要有AK就上去乾的那種O_o)</p>
184                             <br />
185                             <p class="ziti2">大通二中混了6年的數學課代表,QHU的一位隱者emm</p>
186 
187                         </div>
188                         <div class="right2">
189                             <p class="ziti1">獲獎證書</p>
190                             <br />
191                             <p class="ziti2">CET-4(今年會有的!!)</p>
192                             <br />
193                             <p class="ziti2">CET_6(明年會有的!!)</p>
194                             <br />
195                             <p class="ziti2">全國機器人大賽一等獎(不會有的!!)</p>
196                         </div>
197                         <div class="right3">
198                             <p class="ziti1">
199                                 <a href="https://map.baidu.com/?newmap=1&s=s%26wd%3D%E5%A4%A7%E9%80%9A%E5%9B%9E%E6%97%8F%E5%9C%9F%E6%97%8F%E8%87%AA%E6%B2%BB%E5%8E%BF%26c%3D570&from=alamap&tpl=mapcity" />家鄉</p>
200                             <br />
201                             <p class="ziti1">
202                                 <a href="https://www.bilibili.com/video/av26820863?from=search&seid=5911756394010133728" />視頻</p>
203                         </div>
204                     </div>
205                 </div>
206             </div>
207         </div>
208     </body>
209 
210 </html>

 


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

-Advertisement-
Play Games
更多相關文章
  • 我安裝webpack時,出現如下錯誤: C:\Users\admin> npm install webpack -gnpm WARN checkPermissions Missing write access to C:\Users\admin\AppData\Roaming\npm\node_mo ...
  • Promise是一部編程的一種解決方案, 簡單說就是一個容器,裡面保存著麽謳歌未來才會結束的事件(通常是一個非同步操作)的結果 是為了簡化非同步對象,解決地獄回掉情況 Promise:有兩個回調函數:resolve:將對象的狀態從未完成變成成功 :reject:將對象的狀態從未完成變成失敗 下麵的代碼是 ...
  • 首先明白一點,JavaScript中的this指向只與函數的調用方式有關。判斷this指向誰,可以用下麵四條規則,並且四條規則的優先順序順序是從上到下的: 1. 如果函數是通過new操作符調用的,那麼this指向通過new創建的新對象; 2. 如果函數是通過call或apply方法調用的,那麼this ...
  • node.js的初級使用 作為一個全棧開發員怎麼能不會node.js了?至少得會用node搭載環境吧!話不多說直接開乾! 一、下載與安裝: 官網:http://nodejs.cn/ 中文文檔:http://nodejs.cn/api/ 下載好對應版本後直接雙擊安裝即可。 安裝完成後再命令行輸入:no ...
  • 效果截圖: ...
  • 1.最傳統方法 for迴圈 for… in for…of 雖然for… in 、 for… of 都能夠變曆數組,但是兩者還是有很大區別的,先說結論: 兩者的主要區別在於他們的迭代方式 推薦在迴圈對象屬性的時候,使用for in,在遍曆數組的時候推薦使用for of for…in 迴圈出來的是key ...
  • H5的新特性 1.語義化標簽 2.表單新特性 3.多媒體視頻(video)和音頻(audio) 4.web存儲 C3的新特性 1.選擇器:屬性選擇器E[attr],偽類選擇器E:nth-child(n),空偽類E:empty ,排除偽類E:not(selector) 2.顏色:新增了RGBA、HSL ...
  • 基礎知識點 1.水平垂直居中 子絕父相,子盒子設置絕對定位,設置top:50%;left:50%,margin-top:-50%;margin-left:-50%; 子絕父相,子盒子設置絕對定位,設置 left & top & right & bottom為0;margin: auto; 伸縮盒子, ...
一周排行
    -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.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...