90 lines
1.1 KiB
CSS
90 lines
1.1 KiB
CSS
html, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
status: none;
|
|
}
|
|
|
|
div.header {
|
|
position: fixed;
|
|
display: block;
|
|
margin-top: 0px;
|
|
margin-left: 0px;
|
|
height: 80px;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
}
|
|
|
|
|
|
div.pic {
|
|
position: fixed;
|
|
display: block;
|
|
top: 10px;
|
|
left: 15px;
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
img.pic {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
|
|
div.text {
|
|
position: fixed;
|
|
display: block;
|
|
right: 145px;
|
|
top: 10px;
|
|
left: 70px;
|
|
}
|
|
|
|
input.text {
|
|
width: 100%;
|
|
height: 48px;
|
|
border: 1px solid blue;
|
|
}
|
|
|
|
|
|
div.submit {
|
|
position: fixed;
|
|
display: block;
|
|
top: 10px;
|
|
right: 10px;
|
|
float: right;
|
|
}
|
|
|
|
input.submit {
|
|
width: 120px;
|
|
height: 52px;
|
|
background-color: blue;
|
|
color: #fff;
|
|
border: 0;
|
|
}
|
|
|
|
|
|
input {
|
|
font-size: 30px;
|
|
color: blue;
|
|
}
|
|
|
|
|
|
div.summary {
|
|
padding: 100px 100px 10px 20px;
|
|
width: 700px;
|
|
}
|
|
|
|
div.result {
|
|
margin: 10px 200px 20px 20px;
|
|
left: 100px;
|
|
padding: 5px;
|
|
background-color: #eeeeee;
|
|
}
|
|
|
|
div.resultheader {
|
|
padding-left: 0px;
|
|
}
|
|
|
|
div.resultdesc {
|
|
padding-left: 15px;
|
|
}
|