📄 register.css
字号:
/* Register CSS */
#RegisterTabContainer{
margin:20px;
width:95%;
}
.InstructionOn_Container{
height:550px;
}
.RegContentOn_Container{
height:550px;
}
#RegisterTabs{
width:100%; height:35px;
}
#RegisterTabInstruction, #RegisterTabRegContent{
font-size:14px; color:#666666;
padding:8px 8px 8px 8px;
}
.InstructionOn_Tab1{
background-color:#FFE8E6;
font-weight:bold;
border-left:1px solid #FE7878; border-top:1px solid #FE7878;
border-right:1px solid #FE7878; border-bottom:1px solid #FFE8E6;
}
.RegContentOn_Tab1{
background-color:#DEEEF4;
font-weight:normal;
border-left:1px solid #0099FF; border-top:1px solid #0099FF;
border-right:1px solid #DEEEF4; border-bottom:1px solid #DEEEF4;
}
.InstructionOn_Tab2{
background-color:#DEEEF4;
font-weight:normal;
border-left:1px solid #DEEEF4; border-top:1px solid #0099FF;
border-right:1px solid #0099FF; border-bottom:1px solid #DEEEF4;
}
.RegContentOn_Tab2{
background-color:#FFE8E6;
font-weight:bold;
border-left:1px solid #FE7878; border-top:1px solid #FE7878;
border-right:1px solid #FE7878; border-bottom:1px solid #FFE8E6;
}
.RegisterTabPage{
background-color:#FFE8E6;
border:1px solid #FE7878;
height:500px;
}
#RegisterTabPageInstruction{
margin:30px;
}
#RegisterTabPageRegContent{
margin-top:30px;
width:90%;
height:90%;
overflow:auto;
}
.important{
color:red; font-weight:bold;
}
.label{
text-align:left; font-weight:bold; color:black;
}
.text{
text-align:left; font-weight:bold; color:black;
}
#RegisterInstructionContent{
padding:20px 30px 20px 30px;
text-align:left; font-size:12px; line-height:140%;
border:1px solid #0099FF;
background-color:white;
overflow:auto;
height:300px;
}
#RegisterInstructionContent ul{
font-weight:bold;
}
#RegisterInstructionContent li{
font-weight:normal;
text-indent:2em;
}
.section{
padding:1px;
line-height:20px;
background:url(../Images/bar.png) repeat-x;
font-weight:bold; color:white; text-indent:2em;
}
.tdl{
width:15%;
padding: 5px 10px 5px 0px;
text-align:right;
background-color:#CCCCCC;
}
.tdr{
padding: 5px 0px 5px 10px;
text-align:left;
background-color:white;
}
#RegisterTabPageRegContent{
height:430px;
border:1px solid #0099FF;
overflow:auto;
}
#RegisterTabPageRegContent table{
border-collapse:collapse;
text-align:left;
width:90%;
}
#RegisterTabPageRegContent table td{
border:1px solid #999FFF;
}
.InputText{
border:#999FFF 1px solid;
background-color:white;
width:50%;
}
.InputSelect{
width:50%;
}
.InputText_sml{
border:#999FFF 1px solid;
background-color:white;
width:40px;
}
.InputSelect_sml{
width:60px;
}
#RegisterCompleteForm{
border:1px dashed #999FFF;
background-color:#DEEEF4;
padding:50px;
width:50%;
text-align:center;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -