-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (137 loc) · 5.48 KB
/
index.html
File metadata and controls
180 lines (137 loc) · 5.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>index.html</title>
<script src="js/jquery.js"></script>
<script src="js/jquery-ui.custom.js"></script>
<!-- <script src="js/bootstrap.js"></script>
<script src="js/npm.js"></script>
<link type="text/css" rel="stylesheet" href="css/bootstrap.css"/>
<link type="text/css" rel="stylesheet" href="css/bootstrap-theme.min.css"/> -->
<link rel="stylesheet" type="text/css" href="css/index.css"/>
<link type="text/css" href="css/jquery-ui-1.9.2.custom.css" rel="stylesheet">
<style type="text/css">
#headDiv{
border:1px black ;
width:100%;
height:200px;
border-radius: 3px;
position: relative;
margin-bottom: 20px;
background-color:#ffffff;
background:url(photo/headDiv.png) 0px -350px no-repeat;
}
</style>
</head>
<body>
<div id="headDiv"></div>
<div id="bodyDiv">
<div id="leftTitle">
<div id="leftTitleTwo">
<span>个人资料</span>
</div>
<div id="head_photo">
<div id="head_photoTwo">
<img id="hphoto" src="photo/student.png"/>
</div>
<span style="font-size:16px; color:#666666;margin: 30px;padding-top:10px;padding-left:20px;">学习使我快乐</span>
<button id="left_btn_one" class="leftTitleThree" value="1">
<img id="tb_photo" src="slPhoto/tiebaTwo.png"/>
贴吧
</button>
<button id="left_btn_two" class="leftTitleThree" value="1">
<img id="sx_photo" src="slPhoto/youjianTwo.png"/>
私信
</button>
</div>
<div id="lanmu">
<ul style="background: #ffffff;border:0px ">
<li style="margin-bottom:5px;"><a href="#aaa">公告</a></li>
<li style="margin-top:5px;"><a href="html/lm_javaweb.html"> javaweb </a></li>
<li style="margin-top: 5px;"><a href="html/lm_android.html">android</a></li>
<li style="margin-top:5px;"><a href="html/lm_mysql.html">mysql</a></li>
<!-- 可以在li里面写超链接,不隐藏也可以。 -->
</ul>
</div>
</div>
<div id="rightBody" >
<div style="overflow:hidden;text-overflow:ellipsis;" id="aaa">
<h2><a style="color:#00a2e3; text-decoration: none;" target="_blank" href="http://tieba.baidu.com/f?kw=%E4%BA%8C%E6%AC%A1%E5%85%83%E7%9A%84%E7%A8%8B%E5%BA%8F%E5%91%98&fr=home">二次元的程序员吧</a></h2>
<span style="color: #00a2e3">祝各位2018新春快乐!</span>
<p>时光匆匆,又是一年,萌新我已经从学院走出了社会,</p>
<p>在公司中,或许以后大半生都是在工作中度过了,</p>
<p>要是工作很无趣的话,那确实可谓不幸,</p>
<p>毕竟那就相当于人生的大半都过的很无趣,</p>
<p>将无趣的世界变得有趣,能否就之生活全凭心态而定!</p>
<hr>
<p>许久没有看“绯弹”了,赤松老贼频繁拖更,不过新的一卷还是很喜欢的,</p>
<p>也感谢翻译大佬爆肝更新@桂木しおり 。</p>
<p>2018的新番也有很多诈尸了,比如《鲁鲁修》,《刀剑三》,《魔禁三》,</p>
<p>《进击的巨人三》,《食尸鬼三》,</p>
<p>奶的厉害的《紫罗兰永恒花园》,</p>
<p>轻小说销量第一的《龙王的工作》,</p>
<p>2018是值得期待的一年,只要对生活还有希望,或许就能等到自己期待的惊喜!</p>
<p>在此卡哇伊的吧主我也祝贺各位码农 元旦快乐!</p>
<hr>
<p>或许刚刚工作,没有什么经验,总是受同事的白眼,</p>
<p>习惯独自思考的性格也让你跟公司格格不入,</p>
<p>常常因为莫名的需求弄到大半夜不能回家,</p>
<p>不能按时完成任务被总监训话,</p>
<p>但是只要你热爱程序,心底还有着梦想,日子会渐渐好起来的!</p>
<p>在这个稍纵即逝的季节里,</p>
<p>努力盛开自己的绚烂吧!</p>
<p>即使是漆黑的夜晚,让自己闪闪发光!</p>
</div>
</div>
</div>
<script>
$(document).ready(function(){
$("#bodyDiv").tabs({
cache:true, //隐藏:启动
});
var p_url = $('#hphoto').attr("src");
$('#hphoto').mouseenter(function () {
if (p_url = "photo/student.png") {
$(this).attr('src', 'photo/student2.png');
}
});
$('#hphoto').mouseout(function () {
if (p_url = "photo/student2.png") {
setTimeout(function () { //4秒后切换图片
$('#hphoto').attr('src', 'photo/student.png');
}, 4000);
}
});
/* 如果当前背景色为白色,那么设置为蓝色,
不然,背景色为白色
*/
$("#left_btn_one").click(function(){
var tp2=$(this).val();
if(tp2==1){
$(this).css({"color":"white","background":"#00a2e3"});
$("#tb_photo").attr("src", "slPhoto/tieba.png");
$(this).val("2")
}else{
$(this).css({"color":"#00a2e3","background":"white"});
$("#tb_photo").attr("src", "slPhoto/tiebaTwo.png");
$(this).val("1");
}
});
// 私信按钮图片
$("#left_btn_two").click(function(){
var sp2=$(this).val();
if(sp2==1){
$(this).css({"color":"white","background":"#00a2e3"});
$('#sx_photo').attr('src', 'slPhoto/youjian.png');
$(this).val("2");
}else{
$(this).css({"color":"#00a2e3","background":"white"});
$('#sx_photo').attr('src', 'slPhoto/youjianTwo.png');
$(this).val("1");
}
});
});
</script>
</body>
</html>