首页 > 其他分享 >每日总结-23.4.13

每日总结-23.4.13

时间:2023-04-13 21:23:07浏览次数:33  
标签:总结 13 solid padding rgb 23.4 tab font border

<%@ page language="java" contentType="text/html; charset=UTF-8"

    pageEncoding="UTF-8"%>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
         <title>教学管理系统</title>
         <style type="text/css">
body {
 background-color: #F5DEB3 
}
table {
    /*表格边框为实线或者是空心双线*/
    border-collapse: collapse;
    /*边框与边框的空间*/
    border-spacing: 0;
    padding: 40px ;
}

a {
    color: rgb(60, 114, 53);
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    color: rgb(60, 114, 53);
    text-decoration: underline;
    font-size: 12px;
}

a:visited {
    color: rgb(0, 106, 78);
    font-size: 12px;
}
/*整个tab层居中,宽度为600px*/
#tabDiv {
    width: 400px;
    height:300px;
    margin: 1em auto;
    padding-bottom: 10px;
    border-right: rgb(30,144,255) 2px solid;
    border-top: rgb(30,144,255) 2px solid;
    border-left: rgb(30,144,255) 2px solid;
    border-bottom: rgb(30,144,255) 2px solid;
    background: #ffffff;
}
/*tab头的样式*/
#tabsHead {
    padding-left: 0px;
    height: 26px;
    background-color: rgb(179, 247, 19);
    font-size: 1em;
    margin: 1px 0px 0px;
    color: rgb(179, 247, 19);
    line-height: 26px;
}
/*已选tab头(超链接)的样式*/
.curtab {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-right: rgb(209, 226, 49) 1px solid;
    font-weight: bold;
    float: left;
    cursor: pointer;
    background: #ffffff;
}
/*未选tab头(超链接)的样式*/
.tabs {
    border-right: rgb(209, 226, 49) 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: 20pt;
}
</style>
<script type="text/jscript">    
        //显示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>
</head>
<body>
<h1 align="center">用 户 登 陆</h1>
<br><br><br><br><br>
<form action="control.jsp" method="post">
    <table cellspacing="10" id="tabDiv" border="0" style="display: block;font-size:18px;width:480px">

    <tr>
    <td align="center">账号:<input type="number" name="id" size="20"
        placeholder="输入学号或是工号"  style="font-size:18px;" oninput="if(value.length>10){value=value.slice(0,10);}
        else if(value=='0020214010'){value='000000';}"/></td>
        <td>
            <select name="identity" style="font-size:20px">
                <option value="" disable select hidden>请选择身份</option>
                <option value="student">学生</option>
                <option value="teacher">教师</option>
                <option value="root">管理员</option>
            </select>
        </td>
    </tr>
    <tr>
        <td align="center">密码:<input type="password" name="password" size="20" placeholder="输入密码" style="font-size:18px" maxlength="13"/></td>
    </tr>
    <tr><td align="center" colspan="2"><input type="submit" value="登陆" style="width:45px;height:30px;margin:5px 40px"/>
                                          <input type="reset" value="重置" style="width:45px;height:30px;margin:5px 40px"/>
    </td>
    </tr>
    <tr><td><a href="" style="font-size:14px" id="find_root">点击此网址找回密码</a></td></tr>
    
    </table>
    <a href="ceshi.pdf">打开文档</a>
    </form>
</body>
<script type="text/javascript">
var find=document.getElementById("find_root");
find.onclick=function(name){
    alert('你再想想啊,拜托!不要什么都交给我们程序员好不好,老哥?');
}
</script>
</html>

 

标签:总结,13,solid,padding,rgb,23.4,tab,font,border
From: https://www.cnblogs.com/laobing6214/p/17316438.html

相关文章

  • C++ // 2023/4/13
    stl**序列式容器**:强调值的排序,序列式容器中的每个元素均有固定的位置。  **关联式容器**:二叉树结构,各元素之间没有严格的物理上的顺序关系质变算法:是指运算过程中会更改区间内的元素的内容。例如拷贝,替换,删除等等非质变算法:是指运算过程中不会更改区间内的元素内容......
  • macOS 13.4Beta 2 OpenCore 0.9.2双引导分区原版黑苹果镜像
    镜像特点文章原地址:http://www.imacosx.cn/113041.html(转载请注明出处)完全由黑果魏叔官方制作,针对各种机型进行默认配置,让黑苹果安装不再困难。系统镜像设置为双引导分区,全面去除clover引导分区(如有需要,可以自行直接替换opencore分区文件为clover引导文件)备注:此镜像仅适用与16g优盘......
  • 2023.4.13每日总结
    完成使用jdbc实现使用excel批量插入数据到数据库packagewangzhan;importjava.io.FileInputStream;importjava.io.InputStream;importjava.net.URLDecoder;importjava.sql.Connection;importjava.sql.DriverManager;importjava.sql.Statement;importjxl.Cell......
  • 一、图论基础知识(2023.4.13初版[个人向])
    1.图的定义和概念1.图的定义图(Graph)是由顶点的有穷非空集合V和顶点之间的边的集合E组成,通常表示为G={V,E},其中,G表示一个图,V是图G中顶点的集合,E是图G中边的集合1.图中点的数据元素称之为顶点线性表中的数据元素称为元素数中的数据元素称为结点2.线性表和树均可以没有元素,......
  • JAVAWEB-项目搭建准备工作八步骤-2023-04-13
    第一步:生成一个javamavenweb项目第二步:配置TOMCAT第三步:测试项目是否可以跑起来第四步:导入maven各个jar包+增加build解决资源导出问题<?xmlversion="1.0"encoding="UTF-8"?><projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://ww......
  • 2023/4/13
    1、输入一个整数,将其顺序反转后输出   (dowhile语句)#include<iostream>usingnamespacestd;intmain(){ intn,s; cin>>n; do{ s=n%10;          //取末尾数字 cout<<s; n=n/10;          //将原数的末尾数字割除 }while(n!=0......
  • Aws Aurora构建高级冗余和服务集成总结
    本文通过把存储在S3中的csv文件导入到Aurora数据库实例中,同时订阅一个AmazonSimpleNotificationService(SNS)来通知到指定邮箱。资源清单一个MyDBPostgresql数据库,一张表venues一个可以连接到数据库的EC2一个SNS主题myUpdatedSNS一个Lambda函数myNotifyUpdate一个S3桶mys3-pg-tes......
  • 2023-4-13美团测开二面
    1.自我介绍2.写项目的背景是什么3.为什么使用SpringCloud,主要适用于哪些功能4.为什么用MongoDB5.MongoDB和Redis哪个更快6.拷贝数组有几种方式,哪种方式效率更高效率从高到低:System.arraycopy、clone、(Arrays.copyOf、Arrays.copyOfRange)、for循环。7.Integ......
  • 随笔20230413
    突然很想找个根本不讲中文的国家生活个一年两年。远离世俗、所有人,只和自己的灵魂独处一会,仔细地问问自己,你、我究竟从何而来,又终将魂归何处。我有深厚的基础生物知识,我系统学习过大量的理工科知识,我理解万事万物都有其运行的规律我明白一切缘起都终将湮灭可是我还是固执的认......
  • 4.13
    Android中wrap_parent、match_parent、fill_parent是什么意思,有什么区别?1、wrap是扩展空间,并且强制性占用整个空间,不给其他控件留地方。2、match的话是指“填充满”父容器,有自动调整的功能。区别:1、wrap_content设置一个视图的尺寸为wrap_content将强制性地使视图扩展以显示全......