Skip to content

Commit 427f54a

Browse files
unknownunknown
authored andcommitted
new one
1 parent a413423 commit 427f54a

File tree

3 files changed

+29
-9
lines changed

3 files changed

+29
-9
lines changed

css/ui-css.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ a.pink:hover{
2727
.orange{
2828
background-color: #e7663c;
2929
}
30+
.gray{
31+
background-color: #f1f1f1;
32+
}
33+
34+
.text-pink{
35+
color:#f2b19d;
36+
}
3037
.text-white{
3138
color:#fff !important;
3239
}
@@ -36,6 +43,9 @@ a.pink:hover{
3643
.text-32{
3744
font-size: 1.5em;
3845
}
46+
.text-indent{
47+
text-indent: 2em;
48+
}
3949
.h25{
4050
height:25px;
4151
}
@@ -62,6 +72,12 @@ a.pink:hover{
6272
.noborder{
6373
border:none !important;
6474
}
75+
.bd-gray{
76+
border: 1px dotted #e1e1e1;
77+
}
78+
.bd{
79+
border:1px solid;
80+
}
6581
.scroll img{
6682
overflow:hidden;width: 100%;height:400px !important;
6783
}

htmlIndex.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset='utf-8'>
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
66
<meta name="description" content="Gmtaurus.GitHub.io : gmtaurus的说说窝儿">
7-
<title>Let's 说说窝儿</title>
7+
<title>HTML说说窝儿</title>
88
<link rel="shortcut icon" href="css/img/Lcat.png">
99
<!-- bootstrap -->
1010
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
@@ -49,15 +49,18 @@
4949
</div>
5050
</div>
5151
<div class="col-sm-8 col-md-8">
52-
<div class="thumbnail">
52+
<!-- <div class="pull-right pd-5"><a href="#" class="btn btn-primary pink noborder"><i class="fa fa-plus-square text-danger"></i> 新说说</a></div>
53+
<div class="clearfix"></div> -->
54+
<div class="thumbnail content">
55+
5356
<div class="caption">
5457
<h3><a>文章一</a></h3>
5558
<p>拔凉拔凉酒吧里把咖啡</p>
5659
<p>发动机卡萨附近的卡洛斯金风科技哇靠诶</p>
5760
<p>付金额可千万覅饿哦我姐夫IE哦我</p>
5861
</div>
5962
</div>
60-
<div class="thumbnail">
63+
<div class="thumbnail content">
6164
<img src="img/autumn.jpg">
6265
<div class="caption">
6366
<h3><a>文章二</a></h3>
@@ -69,5 +72,6 @@ <h3><a>文章二</a></h3>
6972
</div>
7073
</div>
7174
</div>
75+
7276
</body>
7377
</html>

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset='utf-8'>
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
66
<meta name="description" content="Gmtaurus.GitHub.io : gmtaurus的说说窝儿">
7-
<title>Let's 说说窝儿</title>
7+
<title>前端说说窝儿</title>
88
<link rel="shortcut icon" href="css/img/Lcat.png">
99
<!-- bootstrap -->
1010
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
@@ -28,11 +28,11 @@
2828
<div class="collpase navbar-collpase pull-right">
2929
<ul class="nav navbar-nav">
3030
<li><a href="index.html">首页</a></li>
31-
<li><a href="#">HTML</a></li>
32-
<li><a href="#">CSS</a></li>
33-
<li><a href="#">JS</a></li>
34-
<li><a href="#">实用工具</a></li>
35-
<li><a href="#">其他</a></li>
31+
<li><a href="htmlIndex.html">HTML</a></li>
32+
<li><a href="cssIndex.html">CSS</a></li>
33+
<li><a href="jsIndex.html">JS</a></li>
34+
<li><a href="toolIndex.html">实用工具</a></li>
35+
<li><a href="otherIndex.html">其他</a></li>
3636
</ul>
3737
</div>
3838
</nav>

0 commit comments

Comments
 (0)