第一次提交
This commit is contained in:
111
tomcat/webapps/wms/css/inputField.css
Normal file
111
tomcat/webapps/wms/css/inputField.css
Normal file
@@ -0,0 +1,111 @@
|
||||
<!--
|
||||
|
||||
body
|
||||
{
|
||||
margin:10px 10px 10px 10px;
|
||||
}
|
||||
|
||||
.mnemonicKey
|
||||
{
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.label
|
||||
{
|
||||
font-size:13pt;
|
||||
background-color:#efefef;
|
||||
vertical-align:bottom;
|
||||
}
|
||||
|
||||
.txtField
|
||||
{
|
||||
font-size:19pt;
|
||||
height:20pt;
|
||||
width:145pt;
|
||||
border-top-style:none;
|
||||
border-top-width:0px;
|
||||
border-left-style:none;
|
||||
border-bottom-style:solid;
|
||||
border-bottom-color:black;
|
||||
border-bottom-width:2px;
|
||||
border-right-style:none;
|
||||
line-height:18pt;
|
||||
margin:0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.button
|
||||
{
|
||||
font-size:12pt;
|
||||
height:20pt;
|
||||
width:45pt;
|
||||
border-top-style:hidden;
|
||||
border-top-width:0px;
|
||||
border-left-style:hidden;
|
||||
border-left-width:2px;
|
||||
border-bottom-style:ridge;
|
||||
border-bottom-color:black;
|
||||
border-bottom-width:2px;
|
||||
border-right-style:hidden;
|
||||
border-right-width:2px;
|
||||
margin:5px 20px 0px 0px;
|
||||
}
|
||||
|
||||
.welcome
|
||||
{
|
||||
font-size:14pt;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
color:#FF66CC;
|
||||
border-top-style:none;
|
||||
border-top-width:15px;
|
||||
border-left-width:10px;
|
||||
border-bottom-width:2px;
|
||||
border-bottom-style:none;
|
||||
border-right-width:10px;
|
||||
margin:25px 1px 9px 1px;
|
||||
}
|
||||
|
||||
.copyRight
|
||||
{
|
||||
font-size:12pt;
|
||||
height:36pt;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
vertical-align:bottom;
|
||||
color:#0066CC;
|
||||
border-top-style:none;
|
||||
border-top-width:15px;
|
||||
border-left-width:1px;
|
||||
border-bottom-width:2px;
|
||||
border-bottom-style:none;
|
||||
border-right-width:1px;
|
||||
margin:9px 1px 9px 1px;
|
||||
}
|
||||
|
||||
.HR
|
||||
{
|
||||
width:100%;
|
||||
font-size:3px;
|
||||
height:3px;
|
||||
line-height:0px;
|
||||
background-color:#0066CC;
|
||||
}
|
||||
|
||||
.FORM
|
||||
{
|
||||
border-top-style:none;
|
||||
border-top-width:0px;
|
||||
border-left-width:0px;
|
||||
border-bottom-width:0px;
|
||||
border-right-width:0px;
|
||||
margin:20px 0px 20px 0px;
|
||||
}
|
||||
|
||||
.input_login
|
||||
{
|
||||
border-right: #ffffff 0px solid; border-top: #ffffff 0px solid; font-size: 9pt;
|
||||
border-left: #ffffff 0px solid; border-bottom: #ffffff 0px solid; height: 16px;
|
||||
}
|
||||
|
||||
-->
|
||||
Reference in New Issue
Block a user