forked from XS-MLVP/UnityChipForXiangShan
44 lines
610 B
CSS
44 lines
610 B
CSS
html, body {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
|
|
.center-div {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.main-ut-map-div {
|
|
text-align: center;
|
|
width: 90vw;
|
|
height: 90vh;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.chat-meta-div {
|
|
text-align: center;
|
|
width: 90vw;
|
|
height: 30vw;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.main-doc-h3 {
|
|
text-align: center;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 1.5em;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|