3.25

<!DOCTYPE html>
<html>
<head>
<title>艾鑫个人主页</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
/*设置超链接样式*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #4c5b45;
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    color: #50a551;
    text-decoration: underline;
    font-size: 12px;
}

a:visited {
    color: #83a550;
    font-size: 12px;
}
/*整个tab层居中,宽度为600px*/
#tabDiv {
    width: 600px;
    margin: 1em auto;
    padding-bottom: 10px;
    border-right: #85748c 1px solid;
    border-top: #85748c 1px solid;
    border-left: #85748c 1px solid;
    border-bottom: #85748c 1px solid;
    background: #ffffff;
}
/*tab头的样式*/
#tabsHead {
    padding-left: 0px;
    height: 26px;
    background-color: #cbb8d3;
    font-size: 1em;
    margin: 1px 0px 0px;
    color: #309008;
    line-height: 26px;
}
/*已选tab头(超链接)的样式*/
.curtab {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-right: #85748c 1px solid;
    font-weight: bold;
    float: left;
    cursor: pointer;
    background: #a89d9d;
}
/*未选tab头(超链接)的样式*/
.tabs {
    border-right: #85748c 1px solid;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-weight: normal;
    float: left;
    cursor: pointer;
}
p {
    font-size: 12pt;
    text-indent: 2em;
}
li {
    border-bottom-style: solid;
    border-bottom-color: #EEE;
    border-bottom-width: thin;
    height: 25px;
    font-family: "宋体";
    font-size: 12pt;
}
</style>

<script >
        //显示tab(tabHeadId:tab头中当前的超链接;tabContentId要显示的层ID)
        function showTab(tabHeadId,tabContentId)
        {
            //tab层
            var tabDiv = document.getElementById("tabDiv");
            //将tab层中所有的内容层设为不可见
            //遍历tab层下的所有子节点
            var taContents = tabDiv.childNodes;
            for(i=0; i<taContents.length; i++)
            {
                //将所有内容层都设为不可见
                if(taContents[i].id!=null && taContents[i].id != 'tabsHead')
                {
                    taContents[i].style.display = 'none';
                }
            }
            //将要显示的层设为可见
            document.getElementById(tabContentId).style.display = 'block';
            //遍历tab头中所有的超链接
            var tabHeads = document.getElementById('tabsHead').getElementsByTagName('a');
            for(i=0; i<tabHeads.length; i++)
            {
                //将超链接的样式设为未选的tab头样式
                tabHeads[i].className='tabs';
            }
            //将当前超链接的样式设为已选tab头样式
            document.getElementById(tabHeadId).className='curtab';
            document.getElementById(tabHeadId).blur();
        }

        // script.js

// 显示当前时间
function showCurrentTime() {
    const now = new Date();
    const timeElement = document.getElementById('current-time');
    timeElement.innerText = now.toLocaleTimeString();
}

// 每隔一秒更新时间
setInterval(showCurrentTime, 1000);

// 图片定时切换(假设你有几张图片)
let imageIndex = 0;
const images = ['image1.jpg', 'image2.jpg', 'image3.jpg'];
function changeImage() {
    const imageElement = document.getElementById('rotating-image');
    imageElement.src = images[imageIndex];
    imageIndex = (imageIndex + 1) % images.length;
}

// 每隔3秒切换图片
setInterval
</script>
</head>

<body>
    <div style="width: 100%; font-family: 微软雅黑; text-align: center; font-size: 20pt;">艾鑫个人主页</div>

    <div id="tabDiv" style="width: 1400px">

        <div id="tabsHead">
            <a id="tabs1" class="curtab" href="javascript:showTab('tabs1','tabContent1')">基本资料</a> <a id="tabs2" class="tabs" href="javascript:showTab('tabs2','tabContent2')">获奖记录</a>
        </div>

        <div id="tabContent1" style="display: block">
            <table style="border-width: 0; width: 100%">
                <tr>
                    <td rowspan="3" style="width: 350px; text-align: center"><img alt="艾鑫" src="c:\Users\艾鑫\Documents\Tencent Files\3314576150\Image\ImageEditor\20240325201948.png" style="width: 280px" /></td>
                    <td colspan="3" rowspan="3">
                        <table border="1" style="border-left-color: rgb(92, 92, 137); border-bottom-color: rgb(85, 84, 101); width: 1000px; border-top-style: solid; border-top-color: rgb(112, 116, 170); border-right-style: solid; border-left-style: solid; height: 380px; border-right-color: rgb(95, 82, 126); border-bottom-style: solid">
                            <tr>
                                <td style="width: 50%">姓名:艾鑫</td>
                                <td style="width: 50%">生日:2004.11.02</td>
                            </tr>
                            <tr>
                                <td style="width: 50%">国籍:中华人民共和国</td>
                                <td style="width: 50%">出生地:黑龙江省佳木斯市</td>
                            </tr>
                            <tr>
                                <td style="width: 50%; height: 29px">身高:158cm</td>
                                <td style="width: 50%; height: 29px">体重:46kg</td>
                            </tr>
                            <tr>
                                <td style="width: 50%">血型:A</td>
                                <td style="width: 50%">星座:天蝎座</td>
                            </tr>
                            <tr>
                                <td colspan="2">
                                    <p>2004年出生佳木斯市,自2010年起在桦南县第五小学开启了其学习生涯。他从小便展现出对知识的渴望和学习的热情,成绩一直名列前茅。经过六年的扎实学习,顺利升入桦南县第三中学,继续初中学习之旅。 </p>
                                    <p>在桦南县第三中学的学习期间,不仅学业成绩优异,更在团队协作和领导能力上得到了锻炼。我积极参与各类学校活动,与同学们共同进步,共同成长。我的努力和付出得到了老师和同学们的一致好评。</p>
                                    <p>随后,我顺利考入桦南县第一中学,开始了高中生活。在高中阶段,不仅学习更加努力,还担任了班级团支书的职务。他以身作则,带领同学们积极参与学校的各项活动,为班级争得了多项荣誉。同时,我的学习成绩也一直保持在年级前列,展现出了我的才华和潜力。</p>
                                    <p>2022年,以优异的成绩考入石家庄铁道大学计算机软件工程专业。在大学期间,我继续保持着对学习的热情和对技术的追求,积极参与各类实践活动和项目,不断提升自己的专业能力和综合素质。</p>
                                    <p>总的来说,我是一位学习优异、综合素质高、领导能力强的优秀学生。我用自己的努力和汗水书写着属于自己的青春篇章,相信在未来的学习和工作中,我一定会取得更加辉煌的成绩。</p>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                </tr>
                <tr>
                </tr>
            </table>
        </div>
        <!--以下为获奖记录部分内容-->
        <div id="tabContent2" style="display: none">
            <ul>
                <li>石家庄铁道大学程序设计竞赛三等奖,最佳女队奖</li>
                <li>第三届全国大学生人工智能知识竞赛省级二等奖</li>
                <li>全国大学生心理知识竞赛省一等奖</li>
                <li>中华环保联合会优秀志愿者</li>
                <li>蓝桥杯 省三等奖</li>
                <li>非凡女生知识竞赛</li>
                <li>武汉慈善总会荣誉证书</li>
            </ul>
        </div>
        <!-- 在这里可以添加显示当前时间、图片定时切换、文本自动滚屏的元素 -->  
    <div id="current-time"></div>  
    </div>
    <hr />
</body>
</html>
posted @ 2024-03-25 21:22  艾鑫4646  阅读(3)  评论(0编辑  收藏  举报