You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< title > 学生信息管理< / title >
< style type = "text/css" >
nav {
background-color : #CCE8F4 ;
height : 650 px ;
width : 1260 px ; }
. div1 {
background-color : #CCE8F4 ;
display : inline ;
width : 10 px ;
font-family : "华文隶书" ;
color : #000 ;
font-size : 18 px ;
}
. span1 {
background-color : #FFF ;
display : inline-block ;
width : 240 px ;
height : 400 px ;
border : 3 px inset #CCF ;
border-radius : 15 px ;
text-align : center ;
color : #333 ;
float : left ;
}
. span2
{
background-color : #FFF ;
display : inline-block ;
width : 350 px ;
height : 400 px ;
border : 3 px inset #CCF ;
border-radius : 15 px ;
float : right ;
padding-left : 0.5 cm ; }
. span3
{
background-color : #FFF ;
display : inline-block ;
width : 450 px ;
height : 400 px ;
border : 3 px inset #CCF ;
border-radius : 15 px ;
float : right ; }
# d1 {
letter-spacing : 20 px ;
background-color : #6CF ;
height : 45 px ;
font-family : "华文隶书" ;
color : #969 ;
font-size : 32 px ;
text-align : center ;
border : 3 px inset #CCF ;
border-radius : 15 px ;
padding-top : 0.5 cm ;
padding-bottom : 0.5 cm ;
font-weight : bolder ;
}
# d2 {
background-color : #6CF ;
height : 100 px ;
font-family : "华文隶书" ;
color : #969 ;
font-size : 15 px ;
text-align : center ;
}
# d3 {
background-color : #FFF ;
width : 350 px ;
height : 440 px ;
text-align : left ; }
. d4 {
color : #000 ; }
a : link {
text-decoration : none ;
}
. d6 {
padding-left : 3 cm ; }
. d7 {
padding-top : 2.5 cm ; }
< / style >
< / head >
< body >
< nav >
< div id = "d1" >
学生信息管理< / div >
< br / >
< span class = "span1" > < br / > < br / > < br / > < table width = "140" border = "1" align = "center" background = "file:///D|/Users/lenovo/Documents/2020年大一下期期末/19软2班82杨多思( 数据库) /xs/4.png" >
< tr >
< td > < a href = "student.php" > < font color = "#000000" > < b > 学生管理< / b > < / font > < / a > < / td >
< / tr >
< / table >
< br / > < br / > < table width = "140" border = "1" align = "center" >
< tr >
< td > < a href = "score.html" > < font color = "#000000" > < b > 成绩管理< / b > < / font > < / a > < / td >
< / tr >
< / table >
< br / >
< / span >
< span class = "span3" >
< iframe name = "shuju" align = "right" scrolling = "auto" width = "450px" height = "400px" > < / iframe > < / span >
< span class = "span2" >
< br / > < br / > < br / >
< form action = "student.php" target = "shuju" method = "post" >
姓名:< input type = "text" name = "XM" / >
< br / > < br / >
性别:< input type = "radio" name = "XB" value = "1" / > 男
< input type = "radio" name = "XB" value = "0" / > 女< br / > < br / >
出生日期:< input type = "date" name = "CSSJ" / > < br / > < br / >
课程数:< input type = "number" name = "KCS" / >
< br / > < br / >
< div class = "d7" >
< button class = "button" type = "submit" name = "录入" > 录入< / button >
< button class = "button" type = "submit" name = "查询" > 查询< / button >
< button class = "button" type = "submit" name = "删除" > 删除< / button >
< button class = "button" type = "submit" name = "更新" > 更新< / button > < / div >
< / form > < / span >
< br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / > < br / >
< div id = "d2" >
< br / > 系别:软件工程 班级: 19级软件工程2班 姓名:杨多思
< br / > QQ: 1068637453 邮箱: 1068637453@qq.com< / div >
< / nav >
< br / >
< / nav >
< / body >
< / html >