106 lines
3.2 KiB
HTML
106 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>欢迎来到我的网站</title>
|
|
<link rel="icon" type="image/x-icon" href="index/xiaohui.png" />
|
|
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
|
|
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
|
|
<style>
|
|
@charset "utf-8";
|
|
h1, h2, h3, h4, h5, h6,p, li, label, td, th {cursor: text;}
|
|
a:link, a:visited, a:hover, a:active { cursor: pointer;}
|
|
body{height:100%;width:100%;margin:0; padding:0; font-size:14px; font-family:"微软雅黑",Arial, Helvetica, sans-serif;color: #333;background-color: #eee;}
|
|
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,table,td{ margin:0; padding:0;}
|
|
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
|
|
area{outline:none;}
|
|
img{ border:0;outline: none;}
|
|
ol,ul{list-style:none;}
|
|
a{ font-family:"微软雅黑",Arial, Helvetica, sans-serif;text-decoration:none;outline:none;}
|
|
a:hover{ text-decoration:none;}
|
|
.clearfix:after {content:"";display:block;height:0;clear:both;}
|
|
.clearfix {zoom:1;}
|
|
.outside {
|
|
width:80%;
|
|
background-color: #fff;
|
|
margin:0 auto;
|
|
margin-top: 40px;
|
|
}
|
|
.outside:hover {
|
|
box-shadow: 0px 5px 30px 5px #888888;
|
|
}
|
|
.outside img {
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
.item {
|
|
height:50px;
|
|
padding: 30px;
|
|
}
|
|
|
|
.item .top {
|
|
font-size: 18px;
|
|
margin-bottom: 6px;
|
|
}
|
|
.item .cen {
|
|
font-size: 14px;
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
|
|
var system ={};
|
|
var p = navigator.platform;
|
|
system.win = p.indexOf("Win") == 0;
|
|
system.mac = p.indexOf("Mac") == 0;
|
|
system.x11 = (p == "X11") || (p.indexOf("Linux") == 0);
|
|
if(system.win||system.mac||system.xll){//如果是电脑跳转到
|
|
window.location.href="index/index1.html";
|
|
}else{ //如果是手机,跳转到
|
|
window.location.href="#";
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div onclick="window.open('./rcs/chaxun/html/main.html','_self')" class="outside">
|
|
<img class="xueba_png" src="index/RCS.png" alt="">
|
|
<div class="item">
|
|
<p class="top">RCS</p>
|
|
<p class="cen">一款专注于查课的软件</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div onclick="window.open('./JD/html/JD.html','_self')" class="outside">
|
|
<img class="xueba_png" src="index/jd.jpg" alt="">
|
|
<div class="item">
|
|
<p class="top">JD</p>
|
|
<p class="cen">专注仿写100年(不建议手机查看)</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div onclick="window.open('./CSGO/html/main.html','_self')" class="outside">
|
|
<img class="xueba_png" src="index/csgo.jpg" alt="">
|
|
<div class="item">
|
|
<p class="top">CSGO</p>
|
|
<p class="cen">专注仿写100年(不建议手机查看)</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div onclick="window.open('./office/20181118_word/html/insert_link.html','_self')" class="outside">
|
|
<img class="xueba_png" src="index/office.png" alt="">
|
|
<div class="item">
|
|
<p class="top">Office</p>
|
|
<p class="cen">这是上课笔记</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="margin-bottom: 40px;" onclick="window.open('./xueBaLiShi/html/mine.html','_self')" class="outside">
|
|
<img class="xueba_png" src="index/xueba.png" alt="">
|
|
<div class="item">
|
|
<p class="top">学霸理时</p>
|
|
<p class="cen">一款初具雏形的超潜力app</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|