480
社区成员




<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>课程表</title>
<style>
body{
background-image: url(https://p0.ssl.qhimgs1.com/sdr/400__/t01faa7e9be828247fe.jpg);
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
background-size: cover;
}
.abc{
width: 1000px;
height: 500px;
font-size: 20px;
text-align: center;
font-family: 'ZoomlaCarved';
border: 5px solid ghostwhite;
border-collapse: collapse;
}
.g{
font-size: 24px;
color: chartreuse;
}
@font-face{font-family:'ZoomlaCarved'; /*逐浪海棠居刻本字*/
src: url('https://code.z01.com/font/ZoomlaCarved.eot?#iefix'); /* IE9 */
src: url('https://code.z01.com/font/ZoomlaCarved.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */
url('https://code.z01.com/font/ZoomlaCarved.woff') format("woff"), /* chrome、firefox */
url('https://code.z01.com/font/ZoomlaCarved.ttf') format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
url('https://code.z01.com/font/ZoomlaCarved.svg#ZoomlaCarved') format("svg"); /* iOS 4.1- */
font-style: normal; font-weight: normal;}
@font-face{font-family:'ZoomlaTangYin-A053'; /*逐浪唐寅行书体*/
src: url('https://code.z01.com/font/ZoomlaTangYin-A053.eot?#iefix'); /* IE9 */
src: url('https://code.z01.com/font/ZoomlaTangYin-A053.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */
url('https://code.z01.com/font/ZoomlaTangYin-A053.woff') format("woff"), /* chrome、firefox */
url('https://code.z01.com/font/ZoomlaTangYin-A053.ttf') format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
url('https://code.z01.com/font/ZoomlaTangYin-A053.svg#ZoomlaTangYin-A053') format("svg"); /* iOS 4.1- */
font-style: normal; font-weight: normal;}
</style>
</head>
<body>
<script>
function getDateTime() {
var now = new Date();
var date = now.getFullYear() + "年" + (now.getMonth() + 1) + "月" + now.getDate() + "日";
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds();
return date + " " + hours + ":" + minutes + ":" + seconds;
}
function updateTime() {
var timeElement = document.getElementById("demo");
timeElement.innerHTML = getDateTime();
}
setInterval(updateTime, 1000);
</script>
<table border="10px solid " align="center" class="abc">
<caption style="color: aqua;border: 5px solid;">课程表</caption>
<th id="demo" colspan="9" class="g"></th>
<div style="text-align: center;">
<img src="123.png" width="850px" height="150px">
</div>
<tr>
<th>时间段</th>
<th>节次</th>
<th>星期一(Monday)</th>
<th>星期二(Tuesday)</th>
<th>星期三(Wednesday)</th>
<th>星期四(Thursday)</th>
<th>星期五(Friday)</th>
<th>星期六(Saturday)</th>
<th>星期七(Sunday)</th>
</tr>
<tr>
<td rowspan="4" >上午
<div style="text-align: center;">
<img src="http://img95.699pic.com/photo/30253/8148.jpg_wh300.jpg!/fh/300" width="50px" height="50px" >
</div>
<td >1</td>
<td></td>
<td> </td>
<td rowspan="2">高等数学08:30-10:10
<td rowspan="2">大学英语08:30-10:10
<td rowspan="2">高等数学08:30-10:10
<td rowspan="8">军事理论08:30-10:10
<td></td>
</tr>
<tr>
<td>2</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>3</td>
<td rowspan="2">高等数学10:30-12:10
<td rowspan="2">离散数学10:30-12:10
<td rowspan="2">高级语言程序设计(10:30)
<td rowspan="2">离散数学10:30-12:10
<td rowspan="2">专业导论10:30-12:10
<td></td>
</tr>
<tr>
<td>4</td>
<td></td>
</tr>
<tr>
<td rowspan="4">下午
<div style="text-align: center;">
<img src="https://icweiliimg1.pstatp.com/weili/bl/57460030999500742.jpg" width="50px" height="50px" >
</div>
<td>5</td>
<td></td>
<td rowspan="2">大学英语14:00-14:45
<td></td>
<td rowspan="2">军事理论14:00-14:45
<td rowspan="2">高级语言程序设计(14:00)
<td></td>
</tr>
<tr>
<td>6</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>7</td>
<td rowspan="2">高级语言程序设计
<td></td>
<td></td>
<td rowspan="2">大学生心理健康(15:50)
<td rowspan="2">大学生体育(气排球初级)
<td></td>
</tr>
<tr>
<td>8</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td rowspan="4">晚上
<div style="text-align: center;">
<img src="https://goss.veer.com/creative/vcg/veer/800water/veer-124769567.jpg" width="50px" height="50px" >
</div>
<td>9</td>
<td rowspan="2">形式与政策18:30-20:10
<td rowspan="2">大学生职业生涯规划(18:30)
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>10</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>11</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>12</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>实践课程 :军事技能李锐(共3周)/10-12周</td>
<td rowspan="2" colspan="8" style="font-size: 48px;font-family:'ZoomlaTangYin-A053';">人生得意须尽欢,莫使金樽空对月。
天生我材必有用,千金散尽还复来。
</tr>
<tr>
<td>讲课:实验:实训:实践</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>课程表</title>
</head>
<body>
<script>
function getDateTime() {
var now = new Date();
var date = now.getFullYear() + "年" + (now.getMonth() + 1) + "月" + now.getDate() + "日";
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds();
return date + " " + hours + ":" + minutes + ":" + seconds;
}
function updateTime() {
var timeElement = document.getElementById("demo");
timeElement.innerHTML = getDateTime();
}
setInterval(updateTime, 1000);
</script>
<table border="10px solid " align="center" class="abc">
<caption style="border: 5px solid;">课程表</caption>
<th id="demo" colspan="9"></th>
<tr>
<th>时间段</th>
<th>节次</th>
<th>星期一(Monday)</th>
<th>星期二(Tuesday)</th>
<th>星期三(Wednesday)</th>
<th>星期四(Thursday)</th>
<th>星期五(Friday)</th>
<th>星期六(Saturday)</th>
<th>星期七(Sunday)</th>
</tr>
<tr>
<td rowspan="4" >上午
<div style="text-align: center;">
</div>
<td >1</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>2</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>3</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>4</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td rowspan="4">下午
<td>5</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>6</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>7</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>8</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td rowspan="4">晚上
<td>9</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>10</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>11</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>12</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td rowspan="2" colspan="8">
</tr>
<tr>
<td></td>
</tr>
</table>
</body>
</html>
以上内容仅供参考使用