diff --git a/packages/material/src/centerLink/index.less b/packages/material/src/centerLink/index.less new file mode 100644 index 0000000..173ac99 --- /dev/null +++ b/packages/material/src/centerLink/index.less @@ -0,0 +1,32 @@ +.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%); + } +} \ No newline at end of file