forked from Gitlink/forgeplus-react
52 lines
1.0 KiB
CSS
52 lines
1.0 KiB
CSS
.welcome-main {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 1200px;
|
|
min-height: 400px;
|
|
padding: 20px;
|
|
margin: 20px auto;
|
|
background: #fafcff;
|
|
font-family: "PingFangSC-Medium";
|
|
border-radius: 4px;
|
|
border: 1px solid rgba(42, 97, 255, 0.23);
|
|
}
|
|
.welcome-main .icon-huanying_icon {
|
|
font-size: 48px !important;
|
|
font-weight: 700;
|
|
}
|
|
.welcome-main .welcome-title {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
margin: 10px 0;
|
|
font-size: 26px;
|
|
color: #333333;
|
|
font-weight: 500;
|
|
}
|
|
.welcome-main .wiki-title {
|
|
display: inline-block;
|
|
max-width: 20em;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.welcome-main .welcome-content {
|
|
font-size: 14px;
|
|
color: #333333;
|
|
font-weight: 400;
|
|
}
|
|
.welcome-main .wiki-line {
|
|
margin: 50px 0 40px;
|
|
width: 400px;
|
|
height: 1px;
|
|
background: #eeeeee;
|
|
}
|
|
.welcome-main .welcome-des {
|
|
font-size: 16px;
|
|
color: #333333;
|
|
font-weight: 500;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map */
|