Files
2025-09-14 00:21:54 +08:00

37 lines
465 B
CSS

.page-content {
width: auto;
margin: 15px 0;
padding: 0 25px;
}
.code-fragment {
height: 325px;
}
.code-textarea {
width: auto;
height: 325px;
border: 1px solid #1AAD19;
}
.p {
color: #1AAD19;
margin-top: 15px;
}
.space {
display: inline-block;
background: red;
width: 5px;
}
scroll-view {
height: 325px;
border: 1px solid red;
white-space: pre;
padding: 5px;
box-sizing: border-box;
border-radius: 8px;
color: #777777;
}