forked from lxm_flutter/json2dart
41 lines
523 B
CSS
41 lines
523 B
CSS
@import url(https://fonts.googleapis.com/css?family=Roboto);
|
|
|
|
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: "Roboto", sans-serif;
|
|
}
|
|
|
|
.top {
|
|
height: 4vh;
|
|
text-align: center;
|
|
padding-top: 1vh;
|
|
}
|
|
|
|
.textarea {
|
|
width: 50%;
|
|
height: 90%;
|
|
text-align: center;
|
|
float: left;
|
|
}
|
|
|
|
textarea {
|
|
width: 90%;
|
|
height: 80vh;
|
|
}
|
|
|
|
.result_title {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
#result {
|
|
width: 90%;
|
|
height: 70vh;
|
|
}
|
|
|
|
.out_entity_name {
|
|
height: 40px;
|
|
} |