嵌入式数值计算网页设计实验报告.docx

上传人:b****1 文档编号:12478744 上传时间:2023-04-19 格式:DOCX 页数:23 大小:965.46KB
下载 相关 举报
嵌入式数值计算网页设计实验报告.docx_第1页
第1页 / 共23页
嵌入式数值计算网页设计实验报告.docx_第2页
第2页 / 共23页
嵌入式数值计算网页设计实验报告.docx_第3页
第3页 / 共23页
嵌入式数值计算网页设计实验报告.docx_第4页
第4页 / 共23页
嵌入式数值计算网页设计实验报告.docx_第5页
第5页 / 共23页
点击查看更多>>
下载资源
资源描述

嵌入式数值计算网页设计实验报告.docx

《嵌入式数值计算网页设计实验报告.docx》由会员分享,可在线阅读,更多相关《嵌入式数值计算网页设计实验报告.docx(23页珍藏版)》请在冰豆网上搜索。

嵌入式数值计算网页设计实验报告.docx

嵌入式数值计算网页设计实验报告

 

嵌入式数值计算网页设计实验报告

 

班级:

姓名:

学号:

 

一、实验题目

个人主页网页设计

二、需求分析

实现模拟腾讯QQ空间的基本功能,包括:

个人简介,日记,相册,音乐,留言板等。

三、实验具体步骤

1、建立站点地图:

2、页面功能设计

进入首页后,点击各个按钮,可以进入到各个不同功能的页面。

 

四、实验结果

运行截图:

1、日记页面:

2、相册页面:

3.、音乐页面:

4、留言板页面:

5.、档案:

五、总结

本组网页中,我用了HTML,CSS等编程语言,在操作界面方面已经比较精准的模拟了QQ空间的页面。

由于在布局格式上使用了CSS语言,修改起来便捷,外观上也很精美。

 

六、附代码

部分代码:

1、首页

xx的个人网站

body{

background-color:

#000000;

background-image:

url(images/bj01.jpg);

background-repeat:

no-repeat;

}

#apDiv1{

position:

absolute;

width:

84px;

height:

59px;

z-index:

1;

left:

40px;

top:

398px;

}

#apDiv2{

position:

absolute;

width:

21px;

height:

590px;

z-index:

2;

left:

5px;

top:

8px;

}

#apDiv3{

position:

absolute;

width:

87px;

height:

58px;

z-index:

3;

left:

163px;

top:

407px;

}

#apDiv4{

position:

absolute;

width:

99px;

height:

52px;

z-index:

4;

left:

276px;

top:

430px;

}

#apDiv5{

position:

absolute;

width:

84px;

height:

50px;

z-index:

5;

left:

397px;

top:

426px;

}

#apDiv6{

position:

absolute;

width:

103px;

height:

41px;

z-index:

6;

left:

512px;

top:

431px;

}

2、日记:

我的日记

--

body{

background-color:

#000000;

background-image:

url(images/rjbj.jpg);

background-repeat:

no-repeat;

}

#apDiv1{position:

absolute;

width:

489px;

height:

31px;

z-index:

1;

left:

135px;

top:

89px;

}

.STYLE1{color:

#FFFFFF;

font-size:

16px;

}

.STYLE2{font-size:

16px

}

#neirong{

position:

absolute;

width:

510px;

height:

350px;

z-index:

4;

left:

158px;

top:

214px;

overflow-y:

scroll;

scrollbar-base-color:

#333333;

scrollbar-highlight-color:

#000000;

border-color:

#333333;

border-style:

groove;

border-width:

thin;

}

a:

link{

color:

#FFFFFF;

text-decoration:

none;

}

a:

visited{

color:

#CCCCCC;

text-decoration:

none;

}

a:

hover{

color:

#00FF00;

text-decoration:

underline;

}

a:

active{

text-decoration:

none;

}

-->

01.一个故事

09..11.25

02.如果你爱我

09.11.26

03.忘了爱

09.11.28

04.蓝莲花

09.11.30

05.爸爸,我好冷

09.12.02

06.一个好男人

09.12.05

07.栖息

09.12.06

08.淡淡的友情

09.12.10

09.等待失去

09.12.25

10.再见小时候

10.01.03

 

 

3、相册:

我的相册

--

body{

background-color:

#000000;

background-image:

url(images/xcbj.jpg);

background-repeat:

no-repeat;

}

#apDiv1{position:

absolute;

width:

489px;

height:

31px;

z-index:

1;

left:

135px;

top:

89px;

}

.STYLE1{color:

#FFFFFF;

font-size:

16px;

}

.STYLE2{font-size:

16px

}

#apDiv2{

position:

absolute;

width:

500px;

height:

350px;

z-index:

2;

left:

143px;

top:

147px;

}

-->

4、音乐:

音乐欣赏

--

body{

background-color:

#000000;

background-image:

url(images/yybj.jpg);

background-repeat:

no-repeat;

}

#apDiv1{position:

absolute;

width:

489px;

height:

31px;

z-index:

1;

left:

135px;

top:

89px;

}

.STYLE1{color:

#FFFFFF;

font-size:

16px;

}

.STYLE2{font-size:

16px

}

#neirong{position:

absolute;

width:

510px;

height:

350px;

z-index:

4;

left:

129px;

top:

216px;

overflow-y:

scroll;

scrollbar-base-color:

#333333;

scrollbar-highlight-color:

#000000;

border-color:

#333333;

border-style:

groove;

border-width:

thin;

}

a:

hover{

color:

#FFFFFF;

}

a:

link{

color:

#FFFFFF;

}

-->

 

 

 

贝多芬的悲伤

歌手:

萧风    歌曲:

贝多芬的悲伤

贝多芬的悲伤歌词

贝多芬的悲伤作词:

口袋易百

作曲、编曲、唱、和声、混音:

郑毅(Zey)

演唱:

萧风

旋律伴随故事响起

揭开你不平凡的传记

在夜里天使在黎明前降临

唤醒充满奇迹的命运

倾听爱丽丝的旋律

若别离撕毁我写的信

当序曲落幕后拆穿的回忆

抚慰你心灵悠扬的协奏曲

在莱茵河畔贝多芬的悲伤在徜徉

诙谐夜晚遗留在波恩城的泪光

维也纳推开窗风景却如此委婉

黑白琴键上谱写华丽的乐章

在破旧琴房弹唱出贝多芬的悲伤

诙谐街上探望绚烂欲望的橱窗

小木船被遗忘剩下黯淡的月光

无力哀叹谁得情绪彷徨结局被凌乱

—TheEnd—

 

5、留言板:

给我留言

--

body{

background-color:

#000000;

background-image:

url(images/lybj.jpg);

background-repeat:

no-repeat;

}

#apDiv1{position:

absolute;

width:

489px;

height:

31px;

z-index:

1;

left:

135px;

top:

89px;

}

#apDiv2{

position:

absolute;

width:

543px;

height:

360px;

z-index:

2;

left:

117px;

top:

218px;

}

#wenben02{

scrollbar-base-color:

#333333;

scrollbar-highlight-color:

#000000;

border-color:

#333333;

border-style:

groove;

border-width:

thin;

background-color:

#000000;

font-size:

16px;

color:

#ffffff;

}

.STYLE4{color:

#FFFFFF}

-->

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 医药卫生 > 基础医学

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1