mirror of
https://gitee.com/yanmu_ym/cpp.git
synced 2026-02-03 09:33:16 +08:00
36 lines
420 B
CSS
36 lines
420 B
CSS
#app > .row > div:first-child {
|
|
border: 1px solid gainsboro;
|
|
}
|
|
|
|
.item {
|
|
border: 1px solid gainsboro;
|
|
}
|
|
|
|
.btn {
|
|
margin: auto 10px auto 10px;
|
|
}
|
|
|
|
.card, .code-table {
|
|
font-size: 22px;
|
|
}
|
|
|
|
.memory {
|
|
height: 100vh;
|
|
overflow-y: scroll;
|
|
padding-top: 10px;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
|
|
code {
|
|
height: 300px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.font-sm {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.btn-struct:hover {
|
|
background-color: beige;
|
|
} |