nicecode-v2/packages/material/src/centerLink/index.less
2024-04-21 18:57:43 +08:00

32 lines
622 B
Plaintext

.center-link {
width: 100%;
height: 100%;
padding: 30px;
box-sizing: border-box;
background-color: #E5EAEC;
overflow: hidden;
}
.web-terminal {
width: 100%;
height: 100%;
// padding: 30px;
// box-sizing: border-box;
// background-color: #E5EAEC;
// overflow: hidden;
}
.terminal-form {
width: 100%;
margin-bottom: 30px;
h1 {
font-family: "SourceHanSansCN, SourceHanSansCN";
font-weight: bold;
font-size: 16px;
text-align: left;
line-height: 24px;
margin-bottom: 20px;
color: rgba(0, 0, 0, 80%);
}
}