二月二十七日 课堂测试

复制代码
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<!DOCTYPE html>
<html>

<head>
    <title>分级测试 首界面</title>

    <style>
        body {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100vh;
            margin: 0;
            padding: 0;
        }

        .role-box {
            width: 200px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: lightblue;
            margin-bottom: 20px;
            cursor: pointer;
        }
    </style>
</head>

<body>
<h1>请选择角色登录</h1>

<div class="role-box" onclick="location.href='研究生登录界面.jsp'">
    <h2>研究生</h2>
</div>

<div class="role-box" onclick="location.href='学生登录界面.jsp'">
    <h2>学生</h2>
</div>

<div class="role-box" onclick="location.href='教师登录界面.jsp'">
    <h2>教师</h2>
</div>




</body>

</html>
复制代码

 

posted @   财神给你送元宝  阅读(4)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
点击右上角即可分享
微信分享提示