103 lines
1.5 KiB
CSS
103 lines
1.5 KiB
CSS
html, body {
|
|
overflow: hidden;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.top {
|
|
height: 4em;
|
|
width: 100%;
|
|
position: fixed;
|
|
top: 0px;
|
|
background-color: #25418a;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
|
|
.backPointer {
|
|
font-size: 2.6em;
|
|
float: left;
|
|
margin-left: -10px;
|
|
color: white;
|
|
}
|
|
|
|
.topBackGround {
|
|
height: 8em;
|
|
width: 100%;
|
|
position: fixed;
|
|
top: 4em;
|
|
background-color: #3360b1;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
|
|
.content {
|
|
width: 94%;
|
|
left: 3%;
|
|
position: fixed;
|
|
top: 6em;
|
|
bottom: 4em;
|
|
text-align: center;
|
|
color: white;
|
|
overflow: auto;
|
|
}
|
|
|
|
.sfInfo {
|
|
width: 100%;
|
|
float: left;
|
|
margin-left: 0px;
|
|
margin-top: 0px;
|
|
background-color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
.fkInfo {
|
|
width: 100%;
|
|
float: left;
|
|
margin-left: 0px;
|
|
margin-top: 10px;
|
|
background-color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
.myrow {
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
color: black;
|
|
color: #505050;
|
|
padding-top: 5px;
|
|
padding-bottom: 0px;
|
|
border-bottom: 2px solid #f1f1f1;
|
|
}
|
|
|
|
.col4 {
|
|
line-height: 38px;
|
|
overflow: hidden;
|
|
padding: 0px 0px 0px 10px;
|
|
}
|
|
|
|
.iconFont {
|
|
float: left;
|
|
font-size: 1.6em;
|
|
color: #4567a7;
|
|
}
|
|
|
|
.myh5 {
|
|
line-height: 38px;
|
|
float: left;
|
|
}
|
|
|
|
.mysusbmit {
|
|
position: fixed;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
.btnChose {
|
|
width: 100%;
|
|
text-align: left;
|
|
color: black;
|
|
font-size: 1em;
|
|
} |