Skip to content

Commit b266a2b

Browse files
committed
龙魂时刻个人作品集
0 parents  commit b266a2b

File tree

176 files changed

+4677
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+4677
-0
lines changed

audio/光年之外.mp3

8.98 MB
Binary file not shown.

audio/平凡之路.mp3

11.5 MB
Binary file not shown.

audio/意外.mp3

11 MB
Binary file not shown.

audio/我的未来不是梦.mp3

11.9 MB
Binary file not shown.

css/00-common.css

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
/*reset*//*�����������ǩ����ʽ��*/
2+
html,body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
3+
tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0}
4+
a{text-decoration:none;outline:0; color:white;}
5+
ol,ul{list-style:none;}
6+
ul li{float:left}
7+
ins{text-decoration:none}del{text-decoration:line-through}
8+
fieldset,img{border:0}
9+
textarea{resize:none;overflow:auto;vertical-align:top}
10+
table{border-collapse:collapse;border-spacing:0}
11+
body{font:14px "Microsoft YaHei",simSun,"Lucida Grande","Lucida Sans Unicode",Arial;}
12+
img {vertical-align:bottom;}
13+
.clear:after{
14+
content:"";
15+
display:block;
16+
clear:both;
17+
}
18+
19+
/*header��ʽ*/
20+
#topBar{
21+
background:rgb(251,251,251);
22+
width:100%;
23+
height:47px;
24+
}
25+
#topBar>div{
26+
width:1250px;
27+
height:44px;
28+
margin:0 auto;
29+
}
30+
#topBar-logo{
31+
width: 133px;
32+
height: 44px;
33+
float: left;
34+
background: url("../img/logo_b5525b7.png") no-repeat;
35+
margin-left: 140px;
36+
}
37+
#topBar-title{
38+
color: #333;
39+
float:right;
40+
right: 230px;
41+
width: 420px;
42+
}
43+
#topBar-title ul li{
44+
color: #333;
45+
padding: 0 10px;
46+
}
47+
48+
#topBar-title ul li a{
49+
color: #333;
50+
font-size: 13px;
51+
height:44px;
52+
display:block;
53+
text-align: center;
54+
line-height: 44px;
55+
padding:0 10px;
56+
}
57+
#topBar-title ul li a:hover,#topBar-title .uName{
58+
color: #bc2e2e!important;
59+
border-bottom: 3px solid #bc2e2e;
60+
background-color: #F3F3F3;
61+
background-image: -webkit-linear-gradient(top,#F3F3F3 0,#FEFEFE 52px);
62+
}
63+
/*footer��ʽ*/
64+
#foot{
65+
text-align: center;
66+
width: 100%;
67+
}
68+
.font{
69+
line-height: 25px;
70+
font-family: SimSun;
71+
color: #fff;
72+
font-size: 13px;
73+
margin: 0 auto;
74+
width: 1165px;
75+
}
76+
.font ul li{
77+
margin-right:10px;
78+
}
79+
.font ul li a i{
80+
font-size:20px;
81+
margin-right:5px;
82+
}
83+
.font ul li a{
84+
font-size:17px;
85+
}
86+
.font ul li a:hover{
87+
color: #c6a86c;
88+
}
89+
.font p{
90+
line-height:30px;
91+
}
92+
.font ul:nth-child(1){
93+
margin-left:397px;
94+
}
95+
.font ul:nth-child(2){
96+
margin:20px 0 5px 305px;
97+
}
98+
99+
100+
101+
102+

0 commit comments

Comments
 (0)