mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
32 lines
440 B
Plaintext
32 lines
440 B
Plaintext
.display {
|
|
text-align:center;
|
|
width:calc(100% - 40px);
|
|
padding:20px;
|
|
}
|
|
.display button {
|
|
width:100%;
|
|
}
|
|
.picture {
|
|
border:solid 2px green;
|
|
}
|
|
.content {
|
|
text-align:left;
|
|
font-size:14px;
|
|
color:gray;
|
|
}
|
|
.comment {
|
|
text-align:left;
|
|
font-size:14px;
|
|
color:gray;
|
|
}
|
|
.output {
|
|
text-align:center;
|
|
}
|
|
|
|
textarea {
|
|
height:45px;
|
|
overflow:auto;
|
|
border:solid 2px gray;
|
|
width:calc(100% - 4px);
|
|
}
|